HAL_I2C_Slave_Transmit injects single FF between first and second transmit bytes
Have two STM32 eval systems, Discovery [running as I2C master] and touchscreen [running as I2C slave]. I2C communications were successful when master was built with HAL and slave was built with LL. After converting slave to HAL, I observe that messages received by master from slave have a single FF inserted between the first and second bytes from the slave. There is a perfect 37 byte message, exactly what the slave transmitted, excepted something is inserting an FF after the first byte [thus the master actually receives 38 bytes]. What could be causing the slave to inject this spurious FF?
