Page 1 of 1

ESP32-WROOM-32E reboot rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)

Posted: Wed Feb 14, 2024 6:21 am
by Furukawa
Module : ESP32-WROOM-32E-N16
It works as usual immediately after the program is written.
However, in rare cases, a reboot occurs as follows.

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
ets Jul 29 2019 12:21:46

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
invalid header: 0x00000000
ets Jul 29 2019 12:21:46

This reboot will work correctly by re-writing the program again.
However, the above reboot occurs at random times.
I am assuming that the flash is corrupted, but I can't think of a solution.

Attached is a part of the schematic.