what is the intended reason and cause for RTCWDT_RTC_RESET on boot?
I had some WROVER-E Modules dying in the field with an RTCWDT_RTC_RESET boot loop after weeks of proper operation.
Sadly, the module does not recover by re-flashing the module like in the first thread below.
My hope would be something buried in the bootloader which could be fixed or circumvented in software?
RTCWDT_RTC_RESET pops up in this thread about WROVER-E: "Hardware Flash Corruption Issue"
https://www.esp32.com/viewtopic.php?f=12&t=25667#p90766
RTCWDT_RTC_RESET pops up in a thread with a different flash-chip: "ESP32-D0WD Design Issue."
viewtopic.php?f=2&t=22813
and probably more. Sadly, the forum search as always only returns an empty white page, so I can't search properly
for more hints.
What I see:
Code: Select all
ets Jul 29 2019 12:21:46
rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:380
ho 0 tail 12 room 4
load:0x0780000,len:3378177
ets Jul 29 2019 12:21:46
rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:380
load:0x07800000,len:3378177
ets Jul 29 2019 12:21:46
rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:380
ho 0 tail 12 room 4
load:0x07800000,len:3378177
ets Jul 29 2019 12:21:46
Best regards