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
I have a question about UART communication,
I'm using uC/OS-II as OS, CP2012 USB To TTL Serial(RS232 converter) for communication.
IDE is CCS v6
I want to send and receive data on windows hyper terminal.
I tried testing sci echoback example project (Example_2833xSci_Echoback) and succeeded.
How can I realize sci data communication in uC/OS-II?