I am trying to use the HAL driver - HAL_I2C_MEM_READ(....)The stm32 is the master and there is a slave i2c device that I want to read from. The I2C transaction goes like this: <start> <dev address> <register that I want to read address> <start> <dev...