I am using the ADS7142 and about the only operation that I cannot get to successfully execute is a calibration step using the OFFSET_CAL register.
After writing that register the BUSY/RDY_BAR signal never goes high as suggested in the datasheet. For any other operation (starting ADC readings via START_SEQUENCE register, software reset via general call) the BUSY_RDY signal instantly goes high when the command is written. I have probed the following three signals SDA, SCL, BUSY/RDY_BAR using a saleae and compared them to the images in "TM4C1294 interface to ADS7142 software library (Rev. A)" and the I2C commands for calibration look exactly the same.
Are there any other steps need to get periodic offset calibration to work?