Other Parts Discussed in Thread: CC2650
Tool/software: TI-RTOS
Hi all, I am wondering why the UART RX interruption are not available I mean the real one no calling UART_read() to listening the port every time I call that function and triggered it when the desired buffer size is full.
The only way to handle the UART RX incoming data in real time is a using a External Pin interruption and do the task in the External Pin Interruption context.

know it is a old post, but... I have to say something here for some one else that is experimenting the same
How is it possible that there are not UART RX event for incoming data? just calling the UART_read() every time we want received data is practically be listening the port, it is not a real UART event, it is checking the is the desired buffer size is full or not. Handle a UART RX event by a External Pin interruption may be a solution, but it is not an elegant solution
Thanks