How to clear HAL_BUSY situation for I2C
Posted on December 22, 2016 at 14:36Hello,On my board I have 2 STM32 processors which communicate to each other over I2C. One is always a master and the other one is slave.The slave prepares some data, and then I do: HAL_I2C_Slave_Receive_ITand wa...