Real Time Clock in STM32
What is Real Time Clock (RTC)?
- It refers to a hardware component (peripheral).1
- Features timekeeping such as calendar with alarms, when the device is running in a low-power mode (e.g. run on a coin battery).2
- In STM32 board, it is clocked by the low-speed external oscillator (LSE) at 32.768 kHz, the RTC is functional even when the main supply is off. However, the VBAT (Voltage of Battery) domain needs to be supplied by a backup battery.3