I am wondering about one phenomenon I've seen during I2C tests.
I observe that when I write on address 0 from master to slave, the SDA line is put to high between two SCL ticks juste after the first byte (address + R/W bit) is sent. It doesn't change anything to the behavior but I would like to know why this is happening.
Note : On the image the address is 0 and I am writing 3 bytes 0x00. This is why everything is low on SDA line excepted my phenomenon.
Does anybody have a suggestion?