Question
HAL_UART_Receive_IT on stm32f401RE
Posted on September 28, 2016 at 15:55
Hi,
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 begin placing the input from the first element???Thank you for your help.Nir #stm32-uart-interrupts