This content has been marked as final.
Show 2 replies
-
1. Re: UART RX Interrupt Problem
user_411084576 Feb 16, 2018 2:46 AM (in response to venu82450_3009436)Hi,
Did you try clearing the interrupt first and then processing the data ?
-
2. Re: UART RX Interrupt Problem
user_342122993 Feb 16, 2018 2:08 PM (in response to venu82450_3009436)venu,
Check this PSOC4 UART code example (receiving/sending command string from terminal)
(SCB mode)
http://www.cypress.com/comment/389231#comment-389231
And similar for UDB mode
http://origin-www.cypress.com/comment/235306#comment-235306
odissey1