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.

UART implementation in cc3200 unable to come out of interrupt handler

Other Parts Discussed in Thread: CC3200

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.