stm32 , 115200 uart and missing data
Posted on January 30, 2018 at 12:30Hi, I have an uart at 115300 baud rate and I miss data.I have implemented the rx callback where I grab one byte at time.How can I grab more than one byte till the end of the receive?HAL_UART_Receive_DMA(&huart1, (u...