Search found 2 matches

by Haumon
Wed Jan 04, 2023 12:51 pm
Forum: ESP32 Arduino
Topic: Reasons for RTCWDT_RTC_RESET
Replies: 3
Views: 5125

Re: Reasons for RTCWDT_RTC_RESET

Hey Franciso! Thanks for your comprehensive reply! Nevertheless I think, we have some type of misunderstanding here. It is not advisable to remove the RTC The RTC watchdog timer plays an important role in ensuring the stability and reliability of your ESP32-based system. It works by resetting the ES...
by Haumon
Tue Jan 03, 2023 3:55 pm
Forum: ESP32 Arduino
Topic: Reasons for RTCWDT_RTC_RESET
Replies: 3
Views: 5125

Reasons for RTCWDT_RTC_RESET

Hi! I have a code on an ESP32 that randomly crashes with the following reset reason: RTCWDT_RTC_RESET (rtc_get_reset_reason(0)==16). Here I found more information about this reboot reason: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/fatal-errors.html#rtc-watchdog-timeout T...