Dear All,
we are working on CC1310 Launchpad, Downloaded code example SimpleLink CC13x0 SDK 1.60.00.21 (version 1.60.00.21) .
I am using Nortos rfEasylinkTx and rfEasyLinkRx examples for my Application.
I want to Configure UART with Interrupt method, so that any Receiving data Bytes on UART should raise the Interrupt. I included the file UART.c of driver lib in my project.
How can we configure UART with Interrupt, can we have any example to receive data in Interrupt?