rst:0x8 (tg1wdt_sys_reset) 是指设备复位的原因是由于看门狗定时器(WDT, Watchdog Timer)的系统复位触发的。在 ESP32 或类似的微控制器中,看门狗定时器是一种安全机制,用于检测并防止程序运行过程中的死循环或意外挂起。当程序没有在预定时间内刷新看门狗定时器的状态(即“喂狗”),看门狗定时器将触发复位,使...
Re: how to debug rst:0x8 (TG1WDT_SYS_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT) an arduino-esp32 PostbySprite»Wed Dec 05, 2018 3:01 am First of all, if this is the Arduino SDK (and not ESP-IDF with added Arduino component), editing sdkconfig.h is not going to do anything, ...
load:0x40080400,len:5816 entry 0x400806ac I was able to resolve this by using the following thread: #1638 Now the current status is rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ...
0x400805f0 12:56:52.086 -> ets Jul 29 2019 12:21:46 12:56:52.086 -> 12:56:52.086 -> rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) 12:56:52.086 -> configsip: 0, SPIWP:0xee 12:56:52.086 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:...