cancel
Showing results for 
Search instead for 
Did you mean: 

I2C - Delay between address byte and first data byte when reading

GoEk
Associate III

Hi,

is there anyway to insert a delay between the start generation address byte transmission and the first data byte reception from the slave device? I have tried reading 0 bytes from the slave to prevent the reading of the first byte but that sets the Transmission Complete bit which can only be cleared by another Start condition, which puts me back on square one.

BR

Goran

10 REPLIES 10

Hi,

not really, I finally resorted to reducing the I2C clock to 10kHz and since then things have been working.