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.

Unable to get the UART echo example to work on the AM437x IDK board using sysbios_ind_sdk_2.1.0.1

Other Parts Discussed in Thread: SYSBIOS

Hello,

I'm new to the Sitara family of processors and am eagerly trying to run some of the example projects on the IDK boards. I downloaded and installed the sysbios_ind_sdk_2.1.0.1 release, and after correcting all of the path names, finally got the uart_echo example to build and load. I'm loading the binary, while using PuTTY as a terminal. I run the code, and can see the prompt to enter the 10 bytes that will be echoed back to the console. I enter the 10 characters and nothing happens. I halt the executable, and find it sitting in the empty while(1) loop after the return of main.

Am I missing something?

S