UART Receive Interrupt update global variables
Using UART in Receiving Interrupt mode, I want to update various global variables values from console like Putty. Something like first send the opcode and then value. Please suggest if any sample codes available. I am relatively new to programming w...