Page 1 of 1

ESP32S3 microSD read issue

Posted: Thu Aug 08, 2024 8:36 am
by Gheb17
My board: https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28

I'm trying to read from an SD card. With the example code (ESP32SD), I have no issues. However, with the main code (esp32-s3-touch-lcd-1.28-demo), the board crashes. I have a file.txt containing the error message.

Re: ESP32S3 microSD read issue

Posted: Thu Aug 15, 2024 11:18 pm
by ESP_adokitkat
Hello.

It seems like a heap corruption problem (buffer overflow, underflow, etc.). Are you sure you initialize/allocate and deinitialize/deallocate everything properly?

Please see https://docs.espressif.com/projects/esp ... debug.html or an equivalent for Arduino core.