RTCWDT_RTC_RESET symptom of what kind of error?
Posted: Sun Nov 20, 2016 5:11 am
Hi All,
I designed my own ESP32 development board following the espressif reference design and cribbing from Sparkfun's ESP32 thing, but it is a smaller (0.7 x 1.4 inch) design and uses a FTDI230XQ USB to Serial converter for programming, etc. I put the first one together, and upon power on the blue led on pin five was lit (pulled HIGH by the ESP32) but before I could even try to program it I was getting RTC_WDT restarts every second or so. I did use the Arduino IDE to successfully flash the board, at least it seemed to complete and correctly matched the hash, etc according to the verbose output, but the state of the output never changed and I didn't get my blinking blue led as I expected. This is the serial output I am getting after manual reset:
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3ffc0008,len:0
load:0xfc00080f,len:355391
1162 mmu set 00010000, pos 00010000
1162 mmu set 00020000, pos 00020000
1162 mmu set 00030000, pos 00030000
1162 mmu set 00040000, pos 00040000
1162 mmu set 00050000, pos 00050000
load:0xffffffff,len:-1
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3ffc0008,len:0
load:0xfc00080f,len:355391
1162 mmu set 00010000, pos 00010000
1162 mmu set 00020000, pos 00020000
1162 mmu set 00030000, pos 00030000
1162 mmu set 00040000, pos 00040000
1162 mmu set 00050000, pos 00050000
load:0xffffffff,len:-1
ets Jun 8 2016 00:22:57
Anyone have any idea what this means and what I could have done wrong? Thanks...
I designed my own ESP32 development board following the espressif reference design and cribbing from Sparkfun's ESP32 thing, but it is a smaller (0.7 x 1.4 inch) design and uses a FTDI230XQ USB to Serial converter for programming, etc. I put the first one together, and upon power on the blue led on pin five was lit (pulled HIGH by the ESP32) but before I could even try to program it I was getting RTC_WDT restarts every second or so. I did use the Arduino IDE to successfully flash the board, at least it seemed to complete and correctly matched the hash, etc according to the verbose output, but the state of the output never changed and I didn't get my blinking blue led as I expected. This is the serial output I am getting after manual reset:
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3ffc0008,len:0
load:0xfc00080f,len:355391
1162 mmu set 00010000, pos 00010000
1162 mmu set 00020000, pos 00020000
1162 mmu set 00030000, pos 00030000
1162 mmu set 00040000, pos 00040000
1162 mmu set 00050000, pos 00050000
load:0xffffffff,len:-1
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3ffc0008,len:0
load:0xfc00080f,len:355391
1162 mmu set 00010000, pos 00010000
1162 mmu set 00020000, pos 00020000
1162 mmu set 00030000, pos 00030000
1162 mmu set 00040000, pos 00040000
1162 mmu set 00050000, pos 00050000
load:0xffffffff,len:-1
ets Jun 8 2016 00:22:57
Anyone have any idea what this means and what I could have done wrong? Thanks...