stm32f uart init bug
Posted on May 13, 2017 at 03:50this if((Timeout == 0U)||((HAL_GetTick() - Tickstart ) > Timeout)) should be if((Timeout == 0U)||((HAL_GetTick() - Tickstart ) < Timeout)) static HAL_StatusTypeDef USART_WaitOnFlagUntilTimeout(USART_HandleTypeDef *...