Tool/software: Code Composer Studio
hello,
could anyone help me in write a simple code to receive a char via UART sci2 connected to j6 pin 3 and 4
and echo this char.
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.
Tool/software: Code Composer Studio
hello,
could anyone help me in write a simple code to receive a char via UART sci2 connected to j6 pin 3 and 4
and echo this char.
Hello,
Attached is code for SCI1, you can change the code to fit your needs.4861.UART_TMS570ls1224.zip
Hello,
Please, connect UART-->USB adapter to SCI1. Run Tera term (or use CCS Terminal) and make settings according to attached application (COMn,9600,n,1). Run the application. To check whether connection works push S3 on LaunchPad (symbols should appear at the used terminal screen). If connection is fine then just push a button on the keyboard. The button used should be received and stored in uint8 command; variable.