How to configure f28027 to work with a clock of 60MHz? Please help.
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.
How to configure f28027 to work with a clock of 60MHz? Please help.
Sharmitha,
You would want to use the the InitPll() function found in F2802x_SysCtrl.c. You would select the DSP28_PLLCR and DSP28_DIVSEL based on your input clock such that the PLL would output 60MHz.
InitPll(DSP28_PLLCR,DSP28_DIVSEL);
Please Refer to SPRUFN3D Piccolo System Control and Interrupts Reference Section 3.2.9 for more information.
Regards,
Mark