HAL_UART_Receive_IT on stm32f401RE
Posted on September 28, 2016 at 15:55Hi,I am using HAL_UART_Receive_IT in my code to acquire 10 bytes of data from UART.If I enter more than 10 bytes it will be cyclic and overrun the buffer by x%10 elements.How can I reset the buffer of the IT and ...