2021-02-23 5:55 AM
Below api we are using to get data from uart ( HAL_UART_Receive_IT ).
2021-02-23 6:51 AM
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.