Introduction
The Real-time Calendar (RTC) works as a generic 32-bit low power timer running on a low frequency clock. It provides an alarm signal to either wake up the chip or interrupt the MCU. It also generates an interrupt when it wraps around.
Since it is in AON domain, the timer can keep running when the MCU is off.