This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Simple polling I2C interface for TMS320F28075

I need a really simple I2C read, write interface for the F28075.  No callbacks, no DMA, no interrupts, no complex data structures, just a pair of simple read and write  routines for peripherals such as digipots with a device address and a minimum  of i/o fields.  Linux and Raspberry Pi seem to manage:-

count = read(addr, buff, length) and count = write(addr, buff, length) would be nice!

Many thanks,

Chris