AM64x MCU+ SDK  09.02.01
I2C Memory Read Polling LLD

Introduction

This example demonstrates writing data to & reading data from the EEPROM connected to the I2C controller. Application writes 10 Bytes to the EEPROM in interrupt mode and then reads back the same 10 Bytes.

Attention
For AM64xSK, Board ID EEPROM address is 0x51u.

The application makes use of the I2C LLD driver and it's memory read/write polling APIs.

Supported Combinations

Attention
A53 NORTOS 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_memory_read_polling_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,