ESP32S3 重启问题rst:0x8 (TG1WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)

liaokong1989
Posts: 1
Joined: Thu Nov 07, 2024 9:27 am

ESP32S3 重启问题rst:0x8 (TG1WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)

Postby liaokong1989 » Thu Nov 07, 2024 9:41 am

1. 问题描述:
使用ESP32-S3芯片, 外挂了8M PSRAM, 移植了SQlite3数据库, 有线网路, 在开启PSRAM时, 有线网络跟数据库同时使用时, 往数据库插入数据时,就会出现重启情况, 根据信息来看是触发了任务看门狗. 关闭PSRAM, 不会出现重启
2. 重启日志如下:
[D: nclink_dbal_insert_row_data 427]sql: INSERT INTO device_tmp (Name,UUID,InfoVer,Description,Path,State,CommCapable,Protocol,URLPath,Security,SafeInterval,StdName,StdClass,Vendor,PartNumber,Properties) VALUES ('Sensor','80de081ae4ff491684cf0a365630db84','1.0.0.0','nc-link-v2',NULL,NULL,1,NULL,NULL,NULL,100.000000,'HumitureSensor','Sensor',NULL,NULL,'{"Warranty":"12Months","UserManual":"http://nc-link.org.cn/DEV01.html","Hotl ... ink.org.cn"}');
[D: inster_to_tab 965]DV:0 || /DV:77 => 'Sensor','80de081ae4ff491684cf0a365630db84','1.0.0.0','nc-link-v2',NULL,NULL,1,NULL,NULL,NULL,100.000000,'HumitureSensor','Sensor',NULL,NULL,'{"Warranty":"12Months","UserManual":"http://nc-link.org.cn/DEV01.html","Hotl ... ink.org.cn"}'
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x42002e67
0x42002e67: panic_handler at C:/esp32/idf512/v5.1.2/esp-idf/components/esp_system/port/panic_handler.c:145 (discriminator 3)

SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x1758
load:0x403c9700,len:0x4
load:0x403c9704,len:0xc00
load:0x403cc700,len:0x2e04
entry 0x403c9908
I (31) boot: ESP-IDF v5.1.2-dirty 2nd stage bootloader
I (31) boot: compile time Nov 6 2024 09:54:09
I (31) boot: Multicore bootloader
I (35) boot: chip revision: v0.2
I (39) boot.esp32s3: Boot SPI Speed : 80MHz
I (43) boot.esp32s3: SPI Mode : DIO
I (48) boot.esp32s3: SPI Flash Size : 16MB
W (53) boot.esp32s3: PRO CPU has been reset by WDT.
W (58) boot.esp32s3: APP CPU has been reset by WDT.
I (64) boot: Enabling RNG early entropy source...
I (70) boot: Partition Table:
I (73) boot: ## Label Usage Type ST Offset Length
I (80) boot: 0 nvs WiFi data 01 02 00009000 00008000
I (88) boot: 1 otadata OTA data 01 00 00011000 00002000
I (95) boot: 2 phy_init RF data 01 01 00013000 00001000
I (103) boot: 3 ota_0 OTA app 00 10 00020000 00300000
I (110) boot: 4 ota_1 OTA app 00 11 00320000 00300000
I (118) boot: 5 littlefs Unknown data 01 82 00700000 00800000
I (125) boot: End of partition table

Who is online

Users browsing this forum: No registered users and 50 guests