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.

piccolo clock selection

//Using functions from  F2806x_SysCtrl.c , Include correct header file
	XtalOscSel(); //Switches to External CRYSTAL oscillator and turns off all other clock


	//PLL freq =  CLK /2
	InitPll(8, 2);

	//LSPCLK/Low Speed Clock = SYSCLKOUT/(LOSPCPx2) = 20Mhz/(001x2) = 10Mhz
	SysCtrlRegs.LOSPCP.all = 0x0001;

Hi,

I'm using the f28069 with a 20 MHz crystal oscillator,

I have written the following code to set up the clock

But the processor doesn't seem to be running, what am I missing

Please help

Regards

Abhay