tg1wdt_sys_rst特指由任务1看门狗定时器触发的系统复位。 boot:0xc (spi_fast_flash_boot) 的含义 boot:0xc (spi_fast_flash_boot) 表示系统从SPI Flash以快速模式启动。ESP32支持多种启动模式,spi_fast_flash_boot是其中之一,表示系统从SPI Flash中读取程序并执行,且使用了较快的读取速度。 rst:0x8 和 ...
TG1WDT_SYS_RST 1 post • Page1of1 tongshezheng Posts:3 Joined:Sun Apr 25, 2021 1:12 am Postbytongshezheng»Tue Jan 11, 2022 12:52 am esp-idf-v4.3 ESP32-S2FH2 分区表: nvs, data, nvs, 0x10000, 0x8000, otadata, data, ota, 0x18000, 0x2000, ...
触发TG1WDT_SYS_RST自动重开的原因可能有以下几点:1. 电源问题:在进入轻度睡眠模式时,如果电源不稳定...
Re: 调用esp_light_sleep_start后,触发TG1WDT_SYS_RST自动重开 Quote by stevenul » Thu Nov 16, 2023 6:01 am 我发现问题可能与萤幕方面有关,当我不配置萤幕相关的任务时,不会有这个问题。但如果我配置了,并且在进入睡眠模式之前把她挂起,仍然会有TG1WDT_SYS_RST自动重启的问题。只有当完全不配置时...
Re: how to debug rst:0x8 (TG1WDT_SYS_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT) an arduino-esp32 Quote PostbyESP_Sprite»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 ...