Posted on April 22, 2015 at 23:36I have a similar situation, using an STM32F401 to talk with an I2C device. But I need to send a 6 or 7 byte command followed by a repeated start and a read of the response. The HAL_I2C_MemRead function can't suppor...