Search found 2 matches
- Mon Apr 01, 2024 9:51 am
- Forum: ESP32 Arduino
- Topic: ESP32C3FN4 + 8MB external Flash (W25Q64JVXGIQ_TR)
- Replies: 4
- Views: 2063
Re: ESP32C3FN4 + 8MB external Flash (W25Q64JVXGIQ_TR)
Thank you for your responses. I will simply replace the ESP32C3FN4 with a variant without embedded flash so that I can use the 8MB external flash as main flash. I think that will be the easiest. The plan was to create two OTA partitions and a SPIFFS to transfer firmware via BLE, unpack chunks and lo...
- Sun Mar 31, 2024 10:36 am
- Forum: ESP32 Arduino
- Topic: ESP32C3FN4 + 8MB external Flash (W25Q64JVXGIQ_TR)
- Replies: 4
- Views: 2063
ESP32C3FN4 + 8MB external Flash (W25Q64JVXGIQ_TR)
Hello everyone, In addition to my ESP32C3FN4 chip with embedded 4 MB flash, I also installed an 8 MB external SPI flash from Winbond. Admittedly - unfortunately - because 12 MB is not selectable, neither in the Arduino IDE nor in the IDF menuconfig. The attempts to manually write 12 MB to the sdkcon...