Issue detecting and processing usart receive
Hello again,Here's what I want to do:1) wait for the UART_FLAG_RXNE to be set2) receive one character3) switch based on that character (character is saved for further processing)4) receive the proper number of following characters based on the comman...