Real-Time Clock (RTC) Concept¶
Contents
- 1. Introduction
- 2. Real-Time Clock Concept
- 3. Demonstration Example - RTC Description
- 4. Demonstration Example - Alert Description
- 5. Running The Demonstration Example
- 6. Code Overview
- 6.1. Header Files
- 6.2. System Init Code
- 6.3. Wake-Up Timer Code
- 6.4. Hardware Initialization
- 6.5. Task Code for RTC Operations
- 6.6. Task Code for Alert Operations
- 6.7. Date/Time Implementation Source File
- 6.8. Date/Time Implementation Header File
- 6.9. Alert Implementation Source File
- 6.10. Alert Implementation Header File