Hi Guys,
I am using EK-TM4C123GXL to program an amplifier, for that I need to send a buffer Via I2C to a slave device mounted on the bus and readback a buffer from such slave also.
Basically I need a function to take a params like
TI_WriteRead( unsigned char slave_addr,
int num_write_bytes,
const unsigned char write_data[],
int num_read_bytes,
unsigned char read_data[] )
Is there please some ready API for ReadWrite via I2C with EK-TM4C123GXL ?
Cheers,
Maw