User Activity

I am currently using the v1.6.1 of STM32CubeIDE and a STM32G473 MCU.I have implemented an I2C bus and have noticed a major bug with the I2C_WaitOnFlagUntilTimeout functions. There is this condition:if (((HAL_GetTick() - Tickstart) > Timeout) || (Time...