Page 1 of 1

How to software reset the watchdog timer in ESP32-S2?

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