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 Echo example only half works

Other Parts Discussed in Thread: SYSBIOS

I'm trying to run the UART Echo demo provided with SYSBIOS Industrial SDK 1.00.00.04 but it only half works.  The message "TI Industrial SDK Version - 1.0.0.4 UART Sample application running on ICE" followed by repeated "Hello world.." prints out successfully but whatever I type in the terminal is never echoed back. Looking at the source code it appears the actual echoing is supposed to happen in the "DebugUartISR" function. I put a break point in that function but no matter what it is never reached.

Any ideas?