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.

F28035 SCI_Echo_Back example

Other Parts Discussed in Thread: CONTROLSUITE, DRV8302

Dear TI support,

1- I tried to use the Echo example for UART communication for my control card (F28035)and when I integrated (Example_2803xSci_Echoback.c) in CCS5 it gave me (unresolved symbol remain)error and could not build, and I tried to use all include files required which included in ControlSuite folder because I could not find any other files or libs attached with echo project folder.

2- I am using DRV8302 F28035 in which GPIO J12 assigned as SCI module, I use the following for configuring GPIO28, GPIO29 as SCI TX,  SCI RX:

GpioCtrlRegs.GPAMUX2.bit.GPIO28 = 1;

GpioCtrlRegs.GPAMUX2.bit.GPIO29 = 1;

Is there any other configuration instructions required for assigning those two pins as TX and RX.

Thank you very much for helping

Khaled