Resolved! Question about HAL_I2C_Mem_Write for accessing I2C EEPROM
Most I2C EEPROM (eg M24M01E) need some time after a write command to transfer the written data into the internal EEPROM. During that time (eg max 3.5 ms) the device does not respond to I2C.My question is about the timeOut parameter in the HAL_I2C_Mem...