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 和 ...
在调用esp_partition_write或esp_partition_read或esp_partition_erase_range,操作data_flash分区时,如果有串口中断产生,很容易出现TG1WDT_SYS_RST。 Post Reply 1 post • Page1of1 Return to “ESP-IDF 中文讨论版” Jump to Who is online Users browsing this forum: No registered users and 7 guests...
触发TG1WDT_SYS_RST自动重开的原因可能有以下几点:1. 电源问题:在进入轻度睡眠模式时,如果电源不稳定...
rst:0x8 (TG1WDT_SYS_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:1 load:0x3fff0030,len:1344 load:0x40078000,len:3964 load:0x40080400,len:3600 entry 0x4008...
TG1WDT_SYS_RESET ?Quote by jumjum123 » Wed Mar 28, 2018 7:46 am I get a reset in my application rst:0x8 (TG1WDT_SYS_RESET),boot:0x3f (SPI_FAST_FLASH_BOOT) What is this watchdog for ?WiFive Posts: 3529 Joined: Tue Dec 01, 2015 7:35 am Re: TG1WDT_SYS_RESET ?
Re: 调用esp_light_sleep_start后,触发TG1WDT_SYS_RST自动重开 Quote by stevenul » Thu Nov 16, 2023 6:01 am 我发现问题可能与萤幕方面有关,当我不配置萤幕相关的任务时,不会有这个问题。但如果我配置了,并且在进入睡眠模式之前把她挂起,仍然会有TG1WDT_SYS_RST自动重启的问题。只有当完全不配置时...
projectguschanged the titleRandom infrequent TG1WDT_SYS_RESET when using sincle core & PSRAM (IDFGH-2240)Nov 25, 2019 Here comes the latest one: W (172) boot: PRO CPU has been reset by WDT. W (172) boot: WDT reset info: PRO CPU PC=0x4008f990 ...
rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) Error occurs when I read the state of the gpio in the buffer. Code: Select all #define send_buff_size 1280 uint8_t databuff[send_buff_size]; uint8_t ov7670_read(void){ uint8_t val=0; gpio_set_level(FIFO_RCK, 1...
TG1WDT_SYS_RESET ?by jumjum123 » Wed Mar 28, 2018 7:46 am I get a reset in my application rst:0x8 (TG1WDT_SYS_RESET),boot:0x3f (SPI_FAST_FLASH_BOOT) What is this watchdog for ?WiFive Posts: 3529 Joined: Tue Dec 01, 2015 7:35 am Re: TG1WDT_SYS_RESET ?
rst:0x8 (TG1WDT_SYS_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:0x3fff0030,len:1184 load:0x40078000,len:12776 load:0x40080400,len:3032 entry 0x40...