Skip to main content
nirb
Associate II
September 28, 2016
Question

HAL_UART_Receive_IT on stm32f401RE

  • September 28, 2016
  • 0 replies
  • 398 views
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
This topic has been closed for replies.