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.