Possible bug in HAL USART Driver
Posted on September 11, 2016 at 16:41I am experimenting with FreeRTOS and the HAL layer using an STM32F4 DISCO board.I have two threads. One reads from the serial port and send the byte read, in a message to a second task.The second task, blocking ...