Page 1 of 1

Esp32-C6 and RTC watchdog

Posted: Thu Jan 11, 2024 5:01 pm
by **txf**
I'm attempting to port the aws iot-reference-esp32c3 project to the C6, but I'm having an issue with the OTA library, specifically a function that disables the RTC watchdog.

This involves accessing registers defined in rtc_cntl_reg.h header. The C6 does not have this file, is there an equivalent file or a different method of manipulating this watchdog?