Resolved! I2C HAL_I2C_Master_Transmit HAL_I2C_Master_Receive Timeout behavior
I am using an STM32H7 to interface with a TI INA700 power monitor. I am using polled/blocking I2C, in particular HAL_I2C_Master_Transmit to set the register I am interested in reading, followed by HAL_I2C_Master_Receive. This has been working fine f...