AM263x MCU+ SDK  09.02.00
RTI LED Blink

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 seconds using RTI Timer and exits.

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 freertos
r5fss0-0 nortos
Toolchain ti-arm-clang
Boards am263x-cc, am263x-lp
Example folder examples/drivers/rti/rti_led_blink

Steps to Run the Example

AM263X-CC

  • Watch out for LED LD13 on the CC to blink which is controlled by GPIO0_1.

AM263X-LP

  • Watch out for LED DS2 on the LP to blink which is controlled by GPIO0_26.

Sample Output

Shown below is a sample output when the application is run,

[RTI LED Blink Test] Starting ...
[RTI LED Blink Test] Timer Started...
[RTI LED Blink Test] Timer Stopped...
[RTI LED Blink Test] Blinking the LED...
All tests have passed!!