Open antoDimaggio opened 1 year ago
I have the same issue on my system, using the esp-idf v4.4. Initially, I thought the issue was related to the memory allocation and tried to enable or disable the external RAM, but this had no impact. We need to explore this example further. Hopefully, someone will have the time to give it a try. Thank you.
Answers checklist.
IDF version.
v4.4.3-1127-gb9e8e0ef4e
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
PowerShell
Development Kit.
ESP32-S3-DevKitC-1
Power Supply used.
USB
What is the expected behavior?
The terminal output should be as stated in the doc
What is the actual behavior?
It crash right after booting
Steps to reproduce.
Just follow the README.md steps without customization. Set your target before building with:
idf.py set-target esp32s3
Debug Logs.
More Information.
Also other colleagues from my team tried to run the same example with same results.