AM64x MCU+ SDK  09.02.01
I2C Led Blink Interrupt LLD

Introduction

This example demonstrates setting of multiple LED at the same time connected to the same I2C controller. It makes use of the I2C LLD Driver and it's interrupt transfer API.

The application will blink all the I2C controlled LED in the EVM.

Application exits after 10 iterations.

Supported Combinations

Attention
A53 NORTOS, A53 FREERTOS and A53 FREERTOS SMP support is experimental and is NOT supported by TI.
Parameter Value
CPU + OS r5fss0-0 nortos
a53ss0-0 nortos
Toolchain ti-arm-clang
arm.gnu.aarch64-none
Board am64x-evm, am64x-sk
Example folder examples/drivers/i2c/i2c_led_blink_interrupt_lld

Steps to Run the Example

See Also

I2C Low Level Driver

Sample Output

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

[I2C] LLD LED Blink Test Started in Interrupt Mode ...
LED will Blink for 10 loop ...
All tests have passed!!