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?