ESP32 Boot-up issue: rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
Posted: Thu Oct 13, 2022 11:55 am
Hi ,
I'm experiencing Boot-up issues with my ESP32-WROOM-32 custom board. the board was working normal for weeks and suddenly stopped for no reason . I tried to capture the log by adding a pull-up on IO0 and found the below message... observed continuous same message on console, could be a reset. I erased and flashed the board few times but couldn't succeed. FYI the FUSE were burned to set Flash voltage (VDD_SDIO) to 3.3V by efuse tool. I tried to flash same SW on other few boards and no issue with them . this issue is quite spurious and need a solution before considering this chipset for production.
rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (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:6844
ho 0 tail 12 room 4
load:0x07800000,len:3811391
ets Jul 29 2019 12:21:46
rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (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:6844
ho 0 tail 12 room 4
load:0x07800000,len:3811391
ets Jul 29 2019 12:21:46
Addresses were set as below on ESP32 DOWNLOAD TOOL
1. “partition-table.bin”, address: 0x10000
2. “ota_data_initial.bin”, address: 0x18000
3. “bootloader.bin”, address: 0x1000
4. “application.bin”, address: 0x20000
appreciate you feedback . would like to provide more inputs if I'm missing anything here .
Thank you.
Regards,
Anil
I'm experiencing Boot-up issues with my ESP32-WROOM-32 custom board. the board was working normal for weeks and suddenly stopped for no reason . I tried to capture the log by adding a pull-up on IO0 and found the below message... observed continuous same message on console, could be a reset. I erased and flashed the board few times but couldn't succeed. FYI the FUSE were burned to set Flash voltage (VDD_SDIO) to 3.3V by efuse tool. I tried to flash same SW on other few boards and no issue with them . this issue is quite spurious and need a solution before considering this chipset for production.
rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (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:6844
ho 0 tail 12 room 4
load:0x07800000,len:3811391
ets Jul 29 2019 12:21:46
rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (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:6844
ho 0 tail 12 room 4
load:0x07800000,len:3811391
ets Jul 29 2019 12:21:46
Addresses were set as below on ESP32 DOWNLOAD TOOL
1. “partition-table.bin”, address: 0x10000
2. “ota_data_initial.bin”, address: 0x18000
3. “bootloader.bin”, address: 0x1000
4. “application.bin”, address: 0x20000
appreciate you feedback . would like to provide more inputs if I'm missing anything here .
Thank you.
Regards,
Anil