-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use W25q32 (U4) external Flash? #261
Comments
Hello, I found this post looking to see if it was possible as I was wondering the same thing. Couldn't find any info on it so I just went for it not really having a clue what I was doing. I was just able to solder on a W25Q64FWSIG that I bought on Amazon (https://www.amazon.com/gp/product/B0B45NTQRL). Pin 1 is on the bottom left match that up with the tiny dot on the chip (matching https://macsbug.wordpress.com/2022/08/17/esp32-2432s028/) To get it to work I had to do two things.
I flashed connected to my machine over USB A to C because I had previously edited my partition table to remove one of the OTA Partitions to give me more room. After that initial flash, I went back and tried a wireless OTA flash to make sure all was well as this is really the reason I did this. This config has 2 OTA 2MB partitions set, if you need more room feel free to adjust. Unfortunatly, I seem to be having an issue with over the air updates getting a "ERROR Error receiving acknowledge binary size: timed out" lately I have seen a lot of bug reports for this issue so I am not sure if it's related or not, in any case I am able to flash over USB for now, but not being able to flash OTA is kinda the whole reason I did this so I'm going to continue to troubleshoot that and see if it's related to this recent addition. Just want to give you what I have done so far in hopes it may help you or someone else. Kind regards, Jeremiah |
Hi,
Definitely, this is not coming for anything related to flash chip/OTA partition. But I need a clarification. See them below:
what it means? I will also do a deep dive into the OTA issue. Will update you. |
Hi,
I have a CYD (Cheap-Yellow-Display) 2432S028 display. At the U4, I am planning to use a flash chip (W25q32) which is already routed to the SDSPI bus. I am a noob in using flash chips. Moreover, it is connected to the SD bus which I have never encountered. But I want to learn.
I do not know how to use it as :
I generally use ESP-IDF to code ESP32. I also have good knowledge of arduino IDE. But I have never used platform.io.
Please enlighten me. I added the screenshot of the portion of the schematic of W25q32 routed to the SDSPI bus in CYD
The text was updated successfully, but these errors were encountered: