Few packets are getting missed while reading byte by byte using HAL_UART API's
Hello All,I have configured UARt for Rx interrupt and in the ISR I am reading the UART byte by byte and sending the same to my terminal using HAL_UART_Receive and Transfer API's.But if I use HAL_UART API's, few bytes of my data is missed in middle an...