Cancel a pending UART recieve
Posted on January 16, 2017 at 23:02If i start an UART receive with an interrupt looking for the next inbound byte/char;HAL_UART_Receive_IT(&huart1, &UART1_Data, 1);how can i cancel the receive before receiving the next byte/char?