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.
Hi,
I have implemented a UART interrupt handler, basically it handler is invoked on a RX interrupt.When ever am sending a character from terminal it is calling handler ,but it is stuck there(am not clearing interrupt in handler,after it returns from handler i cleared interrupt), please guide me how to solve this problem.
I am unable to do it using Interrupt handler,but my purpose is served with Getcmd function Uart_if example in cc3200 sdk,.Thanks you