I2C interrupt mode only works once?
Posted on June 21, 2016 at 14:53I follow the example of the I2C_TwoBoards_ComIT I have I2C host to send data to the STM32L4 board. The I2C slave has below logic HAL_I2C_Slave_Receive_IT(&I2cHandle, (uint8_t *)aRxBuffer, RXBUFFERSIZE); In the HAL_I2...