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.

LDC1312 I2C Sequential Reads?

Other Parts Discussed in Thread: LDC1312

Hello,

I can read the register results of the conversion one address at a time.  Since the conversion results are located at sequential addresses, for faster reading speed,  it is desirable to read the data sequentially, as is typically done when reading an EEPROM over the I2C bus.  But if I try to read sequential locations, I get the first address OK but all subsequent locations return 0xFFFF  (meaning, no response from the LDC1312).  Is it true that the LDC1312 does not support auto-incrementing its read address, and therefore will return only one register location at a time?

Thanks