HAL_UART_IRQHandler() calls UART_Receive_IT() on error in STM32CubeF1 Firmware Package V1.6.0 / 17-May-2017
Posted on April 24, 2018 at 10:41Configure UART with HAL_UART_Init() with some baudrate 'X' Start receiving with HAL_UART_Receive_IT(Size = 1) Send any frame with baudrate different than 'X'catch HAL_UART_RxCpltCallback() followed by HAL_UART_ErrorC...