I have a problem with the functions HAL_I2C_Mem_Read(...) / HAL_I2C_Mem_Write(...) too. I use a STM32F103C8T6 and an 24LC32. When trying to store 2 bytes in the memory, it actually stores only 1. When I give a size of 3 to the function it stores 2 by...