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