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.

F2837x controlCARD R1.1 GPIO73 (XCLOCKOUT) pinout 140 doesn't work



Hello,

I'm using delfino control board,

I run this code

but I observe NO clock out on pin 140

	EALLOW;
	ClkCfgRegs.CLKSRCCTL3.bit.XCLKOUTSEL = 5;
	ClkCfgRegs.XCLKOUTDIVSEL.bit.XCLKOUTDIV = 3;
	GpioCtrlRegs.GPCGMUX1.bit.GPIO73 = 3;

Can someone help me ??