ESP-U4WDH Crashing
Posted: Fri Apr 23, 2021 7:04 am
hello_world or any project crashes after few seconds of flashing the ESP32- U4WDH. I am using a custom board.
example Hello_World or any other example project crashes after 12-16 seconds of flashing/starting monitor.
Expected Behavior
It should keep printing the hello_world output log
Actual Behavior
it gets stuck after some time and doesnt do any system or chip reset.But, for my custom project it resets and then gets stuck. I am guessing some configuration in menuconfig might be different in my custom program.
Steps to reproduce
sdkconfig FreeRtos
CONFIG_FREERTOS_UNICORE=y
CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF
CONFIG_FREERTOS_CORETIMER_0=y
change SPI-FLASH SIZE TO 4MB
esp-idf\examples\get-started\Hellow_world> idf.py build
Flash and monitor commands.
example Hello_World or any other example project crashes after 12-16 seconds of flashing/starting monitor.
Expected Behavior
It should keep printing the hello_world output log
Actual Behavior
it gets stuck after some time and doesnt do any system or chip reset.But, for my custom project it resets and then gets stuck. I am guessing some configuration in menuconfig might be different in my custom program.
Steps to reproduce
sdkconfig FreeRtos
CONFIG_FREERTOS_UNICORE=y
CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF
CONFIG_FREERTOS_CORETIMER_0=y
change SPI-FLASH SIZE TO 4MB
esp-idf\examples\get-started\Hellow_world> idf.py build
Flash and monitor commands.