I’m trying to implement a driver for https://www.onsemi.com/pdf/datasheet/cat24c128-d.pdf and the way to check that the device has finished storing data is that making another request is not acknowledged by the slave. Attempting to do this, the address is sent and not ack’d, and then gives a bunch of additional clocks with a byte’s width before the device times out and control is returned and then the check can be run again.
Can I control how often the retries happen? Blue is data (clearing the FRAM), and red is the clocks.