Can't stop watchdog reset (devkit C v4, ESP32-WROOM-32D)
Posted: Sun Mar 17, 2024 2:10 am
Hi,
I'm using ESP-IDF 5.2.1 with a DevKit C v4, ESP32-WROOM-32D board.
I am getting watchdog timer resets but I was expecting per documentation that the runtime would disable it before calling app_main() when the BOOTLOADER_WDT_DISABLE_IN_USER_CODE option is NOT set.
Also, calling rtc_wdt_disable() in app_main explicitly does not stop the resets.
Any ideas?
Thanks
I'm using ESP-IDF 5.2.1 with a DevKit C v4, ESP32-WROOM-32D board.
I am getting watchdog timer resets but I was expecting per documentation that the runtime would disable it before calling app_main() when the BOOTLOADER_WDT_DISABLE_IN_USER_CODE option is NOT set.
Also, calling rtc_wdt_disable() in app_main explicitly does not stop the resets.
Any ideas?
Thanks