Hi all,
I'm wondering if there's any way the I2C Peripheral of a 5505 DSP can clear a slave device that is stuck waiting for more clocks to complete a transaction. Without going into the whole background of why this occurs, it would definitely be beneficial to be able to do this. I've read about devices that use GPIO to control I2C transfers and the procedure given is to:
* Check status of SDA line
* If SDA is low, send a clock (low-hi-low)
* Repeat 2 steps above until SDA goes high
* Send a STOP condition
I don't believe this can be done, but perhaps someone has worked through a solution using a similar method. And just to reiterate: I do not have GPIO connected to the I2C bus, just the standard SDA SCK lines that are part of the I2C peripheral on the 5505 DSP.
Thanks in advance for any insight.
Rich