AM62Ax MCU+ SDK  09.02.00
GPIO 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 and exits.

To modify the example to use main domain GPIO, refer Accessing main and wakeup domain peripherals from MCU domain

Supported Combinations

Parameter Value
CPU + OS mcu-r5fss0-0 nortos
mcu-r5fss0-0 freertos
a53ss0-0 nortos
c75ss0-0 freertos
Toolchain ti-arm-clang
arm.gnu.aarch64-none
Board am62ax-sk
Example folder examples/drivers/gpio/gpio_led_blink/

Steps to Run the Example

See Also

GPIO

Sample Output

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

GPIO LED Blink Test Started ...
LED will Blink for 10 seconds ...
GPIO LED Blink Test Passed!!
All tests have passed!!