ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len

FranCOlin
Posts: 3
Joined: Sat Oct 02, 2021 2:19 pm

ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len

Postby FranCOlin » 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:

Code: Untitled.txt Select all

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
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!

WiFive
Posts: 3529
Joined: Tue Dec 01, 2015 7:35 am

Re: ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len

Postby WiFive » Sun Oct 03, 2021 6:05 pm

There have been some reports of problems loading bootloader with mode:QIO setting, but works when changing to another flash spi mode.

FranCOlin
Posts: 3
Joined: Sat Oct 02, 2021 2:19 pm

Re: ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len

Postby FranCOlin » Mon Oct 04, 2021 5:37 am

There have been some reports of problems loading bootloader with mode:QIO setting, but works when changing to another flash spi mode.
Thank you! I was wondering whether the flash mode was correct. So I change the flash mode in the platformio.ini. After changing it, my board works correctly. However, I still wonder how is that?

Who is online

Users browsing this forum: ChatGPT-User and 10 guests