Good afternoon,
I'm trying to understand how the RTC works on the nRF52.
The RTC can run when HFCLK is OFF and PCLK16M is not available
Section 25.5 describes the TICK event as a source for interrupts allowing the CPU to be "powered down" : is "powered down" the System OFF mode? Or is it also without the PCLK16M?
In Section 25.6 it is written that the TICK event can be deactivated using the EVTEN register because else, it would request PCLK16M and HFCLK and consume more power.
If I understood correctly he EVTEN register allows to route the different events to the PPI instead of the IRQ, allowing "HFCLK-less" operation.
I would like to have a wake up from the System OFF Mode through a GPIO pin activated by an event on the PPI sent by the RTC but I cannot understand which event is the most power efficient.
What does the TICK event has better than the COMPARE event in order to have specified that the CPU can be "powered down"? Isn't the CPU also powered down when PCLK16M is not available?
Thank you and kind regards