F411 I2C Recover from Error
I have my own F411 PCB board, on which there are a few devices that MCU/F411 uses I2C1 (I2C HAL) to communicate.Sometimes I2C HAL API (HAL_I2C_Mem_Read, HAL_I2C_Master_Transmit, HAL_I2C_Master_Receive) calls may return with error: most of the time er...