Other Parts Discussed in Thread: LDC1614,
Hello,
I'm trying to communicate with LDC1614 Board by I2c protocol ,I've noticed that if the controller sends a start condition directly after the stop condition , it won't work , so i think that the I2C module needs a very little time between the stop condition and the next start condition or the controller will transform from a master to slave and won't generate the start condition.
so my question is : what is the required time between the last stop condition and the next start condition ?
and if there is a needed time or bus free time, how can i avoid that delay ?
thanks.