How to software reset the watchdog timer in ESP32-S2?
Posted: Fri Jul 22, 2022 2:44 am
For ESP 32 there is something like this:
How to do the same for ESP32-S2?
- TIMERG0.wdt_wprotect = TIMG_WDT_WKEY_VALUE;
- TIMERG0.wdt_feed = 1;
- TIMERG0.wdt_wprotect = 0;