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.

Modify uart example to work with UART4

I am trying to modify the uart_echo example using UART4 instead of UART0 on an ICE board. I can connect with the ICE through the pins in J12 with a terminal but the characters displayed on the terminal do not correspond with the characters I intend to send (i.e. if I send char 0x31 I get char 0x67; send 0x32 and get 0x7c).

Can someone help setting up UART4 for serial communication (RS232)?

Thanks,