I can set up my UART to transmit on a CC2650/using TIRTOS, but I want to set it up to trigger an interrupt and read whenever a new message comes in on the RX line.
If I try to use PIN_Register IntCb though, it breaks my UART. How can I set up RTOS to run a callback event when a UART message comes in without losing UART functionality?