Page 1 of 1

Sometimes First Stage Bootloader keeps resetting for TG0WDT_SYS_RST and esp-idf application is not started

Posted: Thu Jul 11, 2024 6:09 am
by dami98
ESP_IDF: v4.4.6
Chip: esp32s3-wroom1 n8r2

In our custom boards we are in production with, we found two samples with a strange behaviour:

when the board is powered on, sometimes the app start normally while sometimes it get stuck in the first stage bootloader and keeps resetting for TG0WDT_SYS_RST and after a few times also for RTCWDT_RTC_RST.

Anyone knows how to solve the problem?

Successful start:
img success.png
successful start
img success.png (40.03 KiB) Viewed 740 times
Stuck in first stage bootloader
img error.png
stuck in first stage bootloader
img error.png (54.73 KiB) Viewed 740 times