Resolved! STM32F412 I2C slave that may be required to transmit or receive (non blocking with interrupt) without knowing it first?
On a STM32F412 I need to have an I2C slave that may be required to transmit or receive data without knowing it first.The problem is that we have two separate functions:HAL_I2C_Slave_Receive_IT to receive data from the master, but the driver will hang...