Page 1 of 1

what would cause repeated RTC watch dog reset? (RTCWDT_RTC_RESET)

Posted: Tue Apr 09, 2019 10:51 pm
by RMandR
I programmed a custom board with ESP32-WROOM-32 module on it. ESP_PROG connects and flashes without issues but the Monitor output is the repeated "error" below.

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:DIO, clock div:2
load:0x3fff0018,len:4
load:0x40080764,len:33006
ets Jun 8 2016 00:22:57

What have I not done right?

Re: what would cause repeated RTC watch dog reset? (RTCWDT_RTC_RESET)

Posted: Wed Apr 10, 2019 3:41 am
by WiFive
What bin files did you flash and with which software?

Re: what would cause repeated RTC watch dog reset? (RTCWDT_RTC_RESET)

Posted: Wed Apr 10, 2019 1:06 pm
by RMandR
WiFive wrote:What bin files did you flash and with which software?
I compiled the Hello World sample using "make flash monitor".

It did however, go through a bunch of config questions to which I picked all default values.

Re: what would cause repeated RTC watch dog reset? (RTCWDT_RTC_RESET)

Posted: Thu Nov 19, 2020 9:52 am
by Kashyapkoshti
rst:0x10 (RTCWDT_RTC_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371

I am getting this error in my esp32 devkit v1
How to solve it?
I am using arduino IDE for programming the esp32.

Re: what would cause repeated RTC watch dog reset? (RTCWDT_RTC_RESET)

Posted: Thu Nov 19, 2020 11:04 am
by alanesq
I seem to remember having an esp32 a good while back which was giving an error something like this, I discovered that if I changed "flash frequency" to 40mhz and it then worked - worth a try.

Any kind of problem like this I find the first thing to check is the power supply as if it has a problem with this you will get all kinds of weird errors/restarts etc..
This is advice I have not taken myself several times and as a resulted wasted hours on a wild goose chase - lol

Re: what would cause repeated RTC watch dog reset? (RTCWDT_RTC_RESET)

Posted: Thu Dec 03, 2020 1:47 pm
by Kashyapkoshti
I have tried 40Mhz with 115200 baud rate but no luck!