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.

UCD3138064: I2C function miss data when doing sequential read

Part Number: UCD3138064

hi All,

I use UCD3138064 I2C function as a master to read EEPROM (24WC02)

When I am doing sequential reading , I found the CLK pin can't wait even I didn't get data from I2CRXBUF.

It means I2C hardware is keeping get data from EEPROM, firmware will lose data if we too late to get data from I2CRXBUF.

Is there any way to make CLK pin wait until firmware check DATA_READY bit and get data from I2CRXBUF?