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.

CCS/TMS570LS3137: RUN sci_uart_9600 example with SCI

Part Number: TMS570LS3137


Tool/software: Code Composer Studio

Dear team,

The customer want to test the sci_uart_9600 example on the tms570ls3137 development board. According to the example program, the LIN/SCI serial port can receive data at the terminal, but the data cannot be received through the SCI.

They change the routine to the SCI driver configuration,

#define UART scilinREG   Changed to   #define UART sciREG, the others remain unchanged, but no data is received in the terminal of ccs.

Please help.