I2C HAL_I2C_SlaveRxCpltCallback is not called on slave after master transmit
Hi,I am trying to establish I2C communication between STM32C011 (Master) and STM32C031 Nucleo Board (Slave).I transmit a message from the master, however, the slave side sees that the master wants to write to the slave (using HAL_I2C_AddrCallback) ho...