vos/ambiq-hal-sys/ambiq-sparkfun-sdk/boards/apollo2_evb/examples/rtc_print/README.txt

23 lines
418 B
Plaintext
Raw Normal View History

2022-10-24 06:45:43 +00:00
Name:
=====
rtc_print
Description:
============
Example using the internal RTC.
This example demonstrates how to interface with the RTC and prints the
time over SWO.
The example works by configuring a timer interrupt which will periodically
wake the core from deep sleep. After every interrupt, it prints the current
RTC time.
******************************************************************************