Closed billism1 closed 8 months ago
This is strange: Can you double check if it helps if you change the value #define USE_ALLOCATOR to false in AudioConfg.h line 310.
The other thing you can try, is to set the partition scheme to hugh app. I noticed that the sketches with a decoder are getting too big but the compiler/linker does not notice this as an error.
Setting USE_ALLOCATOR to false indeed prevents the error. I can also confirm that your latest commits ( SHA f2f967c ) work with this sketch. Thank you. You are very much appreciated!
I think I have finally a correction for allowing to use USE_ALLOCATOR true. This makes sure that memory is allocated using PSRAM if it has been activated in the Tools Menu.
Problem Description
When running the streams-url_mp3_helix-i2s example in latest main branch (SHA 8915c0c) on my ESP32 S3 (esp32-s3-devkitc-1-n16r8v) the program crashes at start-up. Of note, the exact same sketch had worked a few days ago, so I tested with the version of main from March 31 (SHA e655f0a) and the error does not occur. So the issue was introduced after that.
This looks similar to issue #1474 but must be different since that has been addressed already.
The error details can be seen in the following log:
Device Description
ESP32 S3: esp32-s3-devkitc-1-n16r8v
Sketch
Other Steps to Reproduce
No response
What is your development environment
Platform.io in VS Code 1.87.2 framework-arduinoespressif32 3.20014.231204
I have checked existing issues, discussions and online documentation