Page 1 of 1

Spiffs example does not work on ESP32S3 but works on ESP32

Posted: Wed Jul 05, 2023 12:31 pm
by Kumar99
Hi Team,

I am using ESP IDF V 4.4.2.

This spiffs example works in ESP32 board, but does not work on ESP32S3.

C:\Espressif_new\frameworks\esp-idf-v4.4.2-2\examples\storage\spiffsgen

Can you please let me know what changes I need to do to make this example work on ESP32S3 board?

Please find the screenshot attached here for the same.

Any urgent help in this is highly appreciated.

Thanks, Regards,
Kumar.

Re: Spiffs example does not work on ESP32S3 but works on ESP32

Posted: Fri Jul 07, 2023 7:11 pm
by ESP_igrr
It looks like you have a module with octal SPI flash, but you have DIO mode enabled. Please see https://github.com/espressif/esp-idf/issues/8505.

Re: Spiffs example does not work on ESP32S3 but works on ESP32

Posted: Sat Jul 08, 2023 1:01 pm
by Kumar99
Hi Team,

Thanks for your immediate reply. It is working now.

Thanks, Regards,
Kumar.