rtc_func_peripheral
Overview
The RTC demo application demonstrates the important features of the RTC Module by using the RTC Peripheral Driver.
The RTC demo supports the following features:
Calendar
Get the current date time with Year, Month, Day, Hour, Minute, and Second.
Set the current date time with Year, Month, Day, Hour, Minute, and Second.
Alarm
Set the alarm based on the current time.
Application prints a notification when the alarm expires.
Seconds interrupt
Use second interrupt function to display a digital time blink every second.