AM62Px MCU+ SDK  09.02.01
I2C Led Blink

Introduction

This example demonstrates setting of multiple LED at the same time connected to the same I2C controller. The application will blink all the I2C controlled LED in the EVM.

Application exits after 10 iterations..

Supported Combinations

Parameter Value
CPU + OS mcu-r5fss0-0 nortos
wkup-r5fss0-0 freertos
Toolchain ti-arm-clang
Boards am62px-sk
Example folder examples/drivers/i2c/i2c_led_blink

AM62X-SK

  • Watch out for LED LD2 to blink which is controlled by I2C1.

Steps to Run the Example

Attention
As the wake-up R5 is the device manager, it needs to be started by the SBL. So it can not be loaded through CCS. It should be flashed and booted through SBL.

See Also

I2C

Sample Output

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

I2C LED Blink Test Started ...
LED will Blink for 10 loop ...
I2C LED Blink Test Passed!!
All tests have passed!!