My DA14580 (slave) is attached to a host controller (master) with I2C. So the host controller keeps asking for data, then DA14850 send it via i2c ... So I want to delay the sending a little bit in case DA14580 has no data ready yet.
I though I could use the clock stretching solution for i2C but have no idea how to it ?
Any help ?
Thanks,
Yassin
Device:
Hi Yassin,
The datasheet shows (p116) register I2C_INTR_STAT_REG (0x5000132C). There is a bit R_RD_REQ wit the following description:
Will this bring you the desired behavior?
Best regards, RvA
Thanks Rva,
I will check this out and keep you updated. From the description this looks useful. I just hope so.