Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE, LAUNCHXL-F28379D,
I am trying to display printf message on terminal but not yet. how can i enable SCI uart printf .
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.
Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE, LAUNCHXL-F28379D,
I am trying to display printf message on terminal but not yet. how can i enable SCI uart printf .
Atul,
Which board are you using ? Is it a TI supplied board or a custom board ?
In C2000ware, we have an example, SCI echoback, that you can use to try out SCI communication between the C2000 device and the PC.
This will work over the virtual COM port if the SCI is configured to use GPIO42 and GPIO43 (default is GPIO28 and GPIO29) on LaunchXL-F28379D board.
Best Regards
Siddharth
.
Hello Siddharth Sir,
I am Using TMS320F28379D launchPad Development kit. on board GPIO42 and GPIO43 (default is GPIO28 and GPIO29) this pin not available , GPIO19 andGPIO18 is available .but how can configure that pins . i am knew to this board and ide .please help us .
Hello Atul,
You can refer the following example : C:\ti\c2000\C2000Ware_3_04_00_00\device_support\f2837xd\examples\cpu1\sci_echoback\cpu01
You can update the code to use pin 42 and pin 43 instead of 28 and 29 .
Best Regards
Siddharth