I would like to generate interrupt from the RTC (32.768khz) source instead of the internal timers running off the main CPU clock, not just waking up from hibernation, is there an example I can start from? thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I would like to generate interrupt from the RTC (32.768khz) source instead of the internal timers running off the main CPU clock, not just waking up from hibernation, is there an example I can start from? thanks
Hello David,
The only interrupt I can think of for the RTC is the RTC Match.
Read Section 7.3.5.2 RTC Match - Seconds/Subseconds Mode of the device datasheet and let me know if you think that will offer the functionality you are looking for here.
Hello David,
It is part of the interrupt for the Hibernation module itself. Specifically, look for the RTCALT0 bit in the various Hibernation Interrupt registers.