I2C slave NOSTRETCH=1, When should I put data in TX register?
Hello, I'm trying communication between stm32G0 as I2C slave and a rapsberry pi 5 as master.on pi side, the call is: self.cpt = (self.cpt + 1) % 255 b = self.bus.read_i2c_block_data(42, self.cpt, 5); I've seen in several places on the web tha...