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.

AM2634: UART Receiving interrupt issue.

Expert 1005 points

Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:


This is related to AM2634, I have written a code for UART interrupt (only for reception) with custom ISR which echo backs the given input data at any point of time continuously. Unfortunately, the code is working only for 1st interrupt. After it gets entered into ISR then it was no more getting a reception interrupt. Also, the received data was sent back to THR in while loop, it also not working as it was done after ISR executed. Could you please help me with that.

There is no continuous receiving interrupt in provided examples UART codes in SDK.