AM275 FreeRTOS SDK  10.01.00
I2C Memory Read

Introduction

This example demonstrates writing a data to I2C based EEPROM devices present in the board and then reading back the same data from the EEPROM.

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 freertos
r5fss0-0 nortos
c75ss0-0 freertos
Toolchain ti-arm-clang
ti-c7000
Boards am275x-evm
Example folder examples/drivers/i2c/i2c_memory_read

Steps to Run the Example

See Also

I2C

Sample Output

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

[I2C] Writing data to EEPROM ... !!!
[I2C] Reading data from EEPROM ... !!!
[I2C] Data at address 0x400 : 0x10
All tests have passed!!