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 messag...