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.