Posted on January 20, 2016 at 22:15I had the same issue. The HAL was stuck in the state HAL_UART_STATE_BUSY_RX with no indication of error. The problem turned out to be overrun (not an overrun resulting from a breakpoint, by the way). To improve...
Posted on November 30, 2015 at 21:19(STM32Cube F4 v1.9.0) When using HAL_UART_Receive_IT(), I also encountered the problem you describe. Upon Rx buffer overrun, the HAL driver does not properly manage its internal states. As you outlined, the drive...
Posted on November 25, 2015 at 19:44I have the same problem with STM32CubeF3 v1.3.0. The osSignalSet, osSignalGet, osSignalClear, osSignalWait functions are defined in function prototypes but there is no code for these functions, therefore the link...