Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| stm32:peripherals:rtc [2016/11/01 06:57] – created feur | stm32:peripherals:rtc [2022/12/27 17:55] (current) – [Functions] ruan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Real Time Clock ====== | + | ====== Real Time Clock (RTC) ====== |
| - | \\ {{rtc_timer.svg? | + | The RTC is an independent BCD timer/ |
| + | |||
| + | \\ {{rtc_complete.svg? | ||
| + | |||
| + | ===== Features ===== | ||
| + | |||
| + | * Time-of-day clock/ | ||
| + | * Daylight saving compensation. | ||
| + | * Two programmable alarms (interrupts). | ||
| + | * Programmable wakeup timer (interrupt). | ||
| + | * Digital calibration. | ||
| + | * Runs regardless of device status i.e. also in low-power modes and reset | ||
| + | \\ | ||
| + | |||
| + | |||
| + | ===== Functions ===== | ||
| + | |||
| + | These functions are available: | ||
| + | * [[rtc_real_time_clock|Real-time Clock and Calendar]] | ||
| + | * [[rtc_wakeup|WakeUp Timer]] | ||
| + | * [[rtc_alarm|Alarm Timer]] | ||