STM32F4 UART HAL time race condition?
Posted on March 20, 2015 at 11:39Hello, In multiple places in the UART HAL (in all the variants of HAL_UART_Receive) one can find the following code: /* Check if a transmit process is ongoing or not */ if(huart->State == HAL_UART_STATE_BUSY...