2016-09-28 06:55 AM
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