HAL raises NAK error interrupt at the end of the I2C Slave receiving while it finished correctly.
HI I have problem during the programming with HAL_I2C_Slave_Receive_IT(). At the end of the receiving without error, the HAL calls HAL_I2C_ErrorCallback(), instead of HAL_I2C_SlaveRxCpltCallback(). The error status is AF ( NAK received ). On the othe...