How to generate UART RX INTERRUPT WITH SPC560PXX
Hello All,
I am working on UART on SPC560p Discovery board. I can transmit the data but unable to receive the data. I want to receive byte by interrupt method to avoid blocking.
Please guide me with Rx interrupt initialization so that I can use
"static void spc5xx_serve_rxi_interrupt(uint32_t isdp)" function given in "Serial_iid.c"
Also please suggest me if any other method to receive the data without blocking.
Thank You,
Pradnya
