HAL I2C library returning HAL_ERROR even though communications are succesfull
I am using the STM32F746VET6 with a project generated using MX v6.5.0.I am using interfacing to several I2C chips in my project and they are operation correctly. When I started checking the return values from the HAL_I2C_Master_Receive() function, ho...