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
I met the same matter. Did you have found a solution to this problem? Thanks!
Thanks for your reply!
Here are some of the points you mentioned:
Which terminal application are using using (linux's or CCS)?
an:
user@user-N551JM:~$ help
GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)
Which version of Ubuntu are you using?
an:
user@user-N551JM:~$ uname -a
Linux user-N551JM 4.15.0-47-generic #50~16.04.1-Ubuntu SMP Fri Mar 15 16:06:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Which version of CCS are you using (please be more specific than CCS8)?
an:
Code Composer Studio
Version: 8.3.0.00009
(c) Copyright Texas Instruments, 2016. All rights reserved.
Which SimpleLink SDK are you using?
an: Release Name: simplelink_cc2640r2_sdk_02_30_00_28
Can you run one of the examples supplied by the SimpleLink SDK that sends data out the UART and use scope/logic analyzer to confirm the target is sending the data out correctly?
an: You mean to directly connect the UART (TX,RX,GND)of CC2640R2F to pc with a rs232 level conversion? Is there a direct ccs project for testing uart port in CC2640R2_LAUNCHXL ?
Thanks a lot!