I have configured the LDC1312 for continuous sampling with 100Hz (2 channels). I have configured the INTB line to trigger an interrupt on which I read the status register and if needed the data value 1/2. This works fine so far. But from time to time after reading a few hundreds samples, I get an I2C address NACK when trying to read the data values. The read of the status register (value = 0x404C) immediately before works fine. What could be the reason to get an address NACK in this situation?
The I2C communication does not work till the next update of the status register (INTB line), in this case the next sampling period is finished.