Hi,
I am trying to talk to RTC chip using IIC communication.
OMAP3530 is the master and RTC chip is slave.
I am getting into an issue when during a write operation after 8 bit the slave pulls the SDA line low to acknowledge the transfer and at this point if the clock is interrupted by pulling the power to the processor, the RTC which is always powered by a backup battery holds the SDA line low indefinetly. So the next time when the master tries to talk it sees the bus as busy.
Does any one suggest any software solution on how to tackle this issue.
Anything on the OMAP side that could supply some more clocks to allow the device to not hold the bus low?
Thanks,
Girish