ESP32 WROVER stuck in boot loop
Posted: Mon Mar 09, 2020 7:33 pm
I got a new ESP32 WROVER from LCSC for my DIY breakout board, I was able to upload my sketch (hello world) but the ESP32 is now stuck in a boot loop (I am able to flash new sketches, they just don't work and I get the same results) , and it displays this message via the serial interface every 300ms
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x37 (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:0x3fff0018,len:4
load:0x00000003,len:53674752
I created my board according to the devkit schematic. (with out the UART to USB converter as this is handled by a separate board)
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x37 (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:0x3fff0018,len:4
load:0x00000003,len:53674752
I created my board according to the devkit schematic. (with out the UART to USB converter as this is handled by a separate board)