I2C is sending only n-1 bytes
Hello,I'm using a F301K6T6 based board. When communicating over I2C the first RX/TX works fine but the second TX is starting with the second byte and thus sending only n-1 bytes.While debugging recognized that `HAL_I2C_Slave_Transmit_IT()` is setting...