Hey folks, Trying to get some older code working with the latest Keil toolchain. I have some I2C code that uses I2C_BufferSend(). The target is an STR712, and uses the 71x stuff in the library. My problem is that there is NO I2C_BufferSend in the 71x/i2c.h (There is an I2C_ByteSend and I2C_AddressSend in 71x/i2c.h as well as both of those AND the I2C_BufferSend in the 73x/i2c.h. Is there equivalent functionality using a different call for the 71x target family? Thanks, Steve