ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len
Posted: Sat Oct 02, 2021 2:40 pm
Hello guys! I am here because I encounter some wierd problems.
My board is ESP-Wroom-32, and I want to use it for a CNC project based on ESP32_GRBL https://github.com/bdring/Grbl_Esp32
However, I found another user-modified version is much better to me https://github.com/KnightSin/Grbl_Esp32.
After cloning it, open in VSCode and uploading(Compile,link then download, without changing any code), I find my esp32 rebooting again and again, with logging:
I'm so confused what is happening and how I can solve it, I failed to find any meaningful information about this.
Can anyone give me a piece of suggestion?
Thank you guys!
My board is ESP-Wroom-32, and I want to use it for a CNC project based on ESP32_GRBL https://github.com/bdring/Grbl_Esp32
However, I found another user-modified version is much better to me https://github.com/KnightSin/Grbl_Esp32.
After cloning it, open in VSCode and uploading(Compile,link then download, without changing any code), I find my esp32 rebooting again and again, with logging:
- ets Jun 8 2016 00:22:57
- rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (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:QIO, clock div:1
- load:0x3fff0018,len:4
- load:0x06413208,len:-1073266398
Can anyone give me a piece of suggestion?
Thank you guys!