This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Implementation of UART Driver APIs

Other Parts Discussed in Thread: CC3200

Hi,

I am working UART driver with TI RTOS in CC3200.

I am working on  UART_Echo example and I wants to know  how UART interrupt is handled here either polling mechanism or interrupt based. How to check this here? 

I also wants to know how UART_read() and UART_write() was implemented in UART driver. In UART.h,  I am able to see the function declarations only not definitions.

Please share documents which will explain about UART drivers fully.