I believe there is a problem in stm32f4xx_hal_i2c.c. We using an STM32F412RE to communicate with an I2C accelerometer using the HAL_I2C_Mem_Read_IT() and HAL_I2C_Mem_Write_IT() functions. Sometimes, when the system is very busy, we find that the HA...