I'm currently trying to learn about how the HAL blocking functions of I2C works on the STM32H7B3I-DK. However, the master device fails to receive any data unless HAL_I2C_Master_Transmit() is called before it.For example, the following code doesn't pr...