ESP32-S3 random resets with rst:0x8 (TG1WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) #15247
Replies: 3 comments 3 replies
-
this one solved my problem. |
Beta Was this translation helpful? Give feedback.
-
I still have the same issues that at random instances the ESP32S3 resets, even with the latest micropython:
How can I debug this? |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for this suggestion. I allready tried to use the micropython watchdog, but it seems to be completely independent from the FreeRTOS Watchdog that is triggered. I also tried the release versions but I still get the random resets with watchdog timeouts. Sometimes it runs for hours before i get a reset. My question is how i can debug this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
on my ESP32-S3-WROOM-1-N8R2 i get random resets with this output:
MPY version : v1.23.0 on 2024-06-08
IDF version : v5.2
Machine : Generic ESP32S3 module with ESP32S3
It seems to happen when I access/process a rather large array with 536 entry's which hold dictionary objects. So i have 536 dicts in an array. I can not pinpoint the exact location because it happens rather random.
How can I debug this?
Is it possible to extend the ESP-IDF watchdog from micropython?
Beta Was this translation helpful? Give feedback.
All reactions