Question from the Customer:
We are testing an I2C device. To record the points in time when values change, we are looking for a way to continuously read back a register, which we have not accomplished with a logic analyzer. Here’s what we want to do:
- Continuously read-back I2C for the time period that we specify.
- Retrieve those read-bac...