Skip to main content
PBira.1
Associate II
February 23, 2021
Question

When we are sending some data like "hi" in periodic interval of time 100ms STM32f411E discovery getting PC data over uart. But when we send data with fast rate (100ms) then we are facing issue In reception of complete data.

  • February 23, 2021
  • 1 reply
  • 655 views

Below api we are using to get data from uart ( HAL_UART_Receive_IT ).

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
February 23, 2021

Make sure one transaction completes before trying to stuff another, consider using a buffer, accumulating data in that, and using the callback to output next available block of data.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..