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