Hey All
Wishing all of you and your families a very happy and prosperous new year in advance !!!
Anyone one working or has worked on UART? I need a task to be accomplished as below:
- PSoC4 should receive a character string and store it in an array.
- The programming should be interrupt based, specially with UART Rx interrupt and no delays included.
For example, let us assume I am receiving a character string "OK\n". On receiving the entire string, I should come to know that the entire string has been received. I will compare that string with a setpoint string "OK\n". If both match, an LED should blink.
Regards
Shaunak