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.

RTOS/AM3358: Basic UART Example Not Working

Part Number: AM3358

Tool/software: TI-RTOS

Hello,

I am working with a BBB and am looking at getting the UART to work.  I started working with the application report SPRAC32 (http://www.ti.com/lit/an/sprac32/sprac32.pdfas a baseline (first getting UART0 to work with the example out of the box, then try and do the pinmux example to get UART1 to work).

However, after I build the project per the application report and run the example to test my existing UART0, I don't get anything out of the UART.  I am using my 3.3 volt FTDI cable that works with other processors and boards.  I don't want to try the pinmux portion of the report until I have UART0 working.  

The UART_BasicExample_evmAM335x_armExampleProject builds and loads on the BBB without issue (after following step 3.1 in the application report) but nothing comes out of the UART0.

Any ideas?