Sorry if this is a rookie question. I have set up USART 2 to receive a UART command. If the sent command is "<EN>", I need to toggle the value of a global state variable. When transmitting the received data via the callback interrupt, I have no issue...