Posted on December 23, 2015 at 15:24hi, i'm currently learning how to program mcu by means of stm32+cubemx+hal, and i stuck with i2c interface, trying to write a byte to eeprom at24c04 with function HAL_I2C_Mem_Write(&hi2c1, 0x50, 0x00, 8, &number, ...