I'm not familiar with the LTC4151, but the way the EEPROM in this example works is that you need to send a two word address (memoryHighAddr, memoryLowAddr) first in every interaction. I don't think the LTC4151 has this same message format. Please study its datasheet to get a better idea of what kind of message it expects. Also, I2C addresses are typically 7 bits, so a slave address of 0xCE seems unlikely. That uppermost bit will be ignored. Whitney
↧