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.

TMS570LS1224: Console Out/Input on J6 - UART

Part Number: TMS570LS1224
Other Parts Discussed in Thread: CODECOMPOSER, HALCOGEN

Hello,

I'm using the LauchPad to communicate to several devices and would like to access the 2nd UART located on "J6".
The Pins are Labeled "LIN1RX and LIN1TX" but I just want to use the underlying UART to communicate.

I found the "hercules_examples" on "git.ti.com" and spent some time looking for a way to read and write bytes on these pins:

enum linPinSelect
{
PIN_LIN_TX = 4U,
PIN_LIN_RX = 2U
};

but either it's LIN-Specific or the code points to SCI (like the "uartstdio.h")
which then is using the Pins on "J2" of the Launchpad.

Would be great if someone could point me to a solution to use this additional UART-Line.
Thanks a lot