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.

CCS/LAUNCHXL-F28379D: SCI-UART Pin

Expert 1985 points
Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: CONTROLSUITE, , C2000WARE

Tool/software: Code Composer Studio

Hello,

With this setting, the SCI-uart data is sent through the USB connector via the FTDI chip,

	GpioCtrlRegs.GPBMUX1.bit.GPIO44 = 3;
	GpioCtrlRegs.GPBMUX1.bit.GPIO43 = 3;
	GpioCtrlRegs.GPBGMUX1.bit.GPIO44 = 3;
	GpioCtrlRegs.GPBGMUX1.bit.GPIO43 = 3;

How can I use other free pins on the board for send data? (for example send data through the SCIC or SCIB port)

Thank you.

Regards,

Amin