Search found 1 match

by hallothorsten
Fri May 06, 2022 2:06 pm
Forum: ESP32 Arduino
Topic: Watchdog interrupt
Replies: 1
Views: 1704

Watchdog interrupt

Hello, I try to get a interrupt for the rtc. There is a comment in rtc_wdt.h RTC_WDT_STAGE_ACTION_INTERRUPT = RTC_WDT_STG_SEL_INT /*!< Trigger an interrupt. When the stage expires an interrupt is triggered. */ How can I get this interrupt? code: rtc_wdt_protect_off(); //Disable RTC WDT write protect...