Introduction
This example configures a GPIO pin connected to an LED on the EVM in output mode. The application toggles the LED ON/OFF for 10 times using RTC Timer.
Supported Combinations
Parameter | Value |
CPU + OS | r5fss0-0 freertos |
r5fss0-0 nortos |
Toolchain | ti-arm-clang |
Board | am275x-evm |
Example folder | examples/drivers/rtc/rtc_led_blink |
Steps to Run the Example
See Also
RTC
Sample Output
[RTC LED Blink Test] Starting ...
[RTC LED Blink Test] Started...
LED blinked successfully at time: 07/11/2024 14:45:12
LED blinked successfully at time: 07/11/2024 14:45:14
LED blinked successfully at time: 07/11/2024 14:45:16
LED blinked successfully at time: 07/11/2024 14:45:18
LED blinked successfully at time: 07/11/2024 14:45:20
LED blinked successfully at time: 07/11/2024 14:45:22
LED blinked successfully at time: 07/11/2024 14:45:24
LED blinked successfully at time: 07/11/2024 14:45:26
LED blinked successfully at time: 07/11/2024 14:45:28
LED blinked successfully at time: 07/11/2024 14:45:30
RTC LED blink test passed!!