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.

question about PLL1

in evmam1808.gel file, function:

 

Setup_PLL1( ) 

{

   unsigned int PLLM    = 21;

   unsigned int POSTDIV =  1;

   unsigned int PLLDIV1 =  0;

   unsigned int PLLDIV2 =  1;

   unsigned int PLLDIV3 =  2;

 

it sets the PLL1 output to 132MHz, but according to above value, it should be 264MHz, what's wrong with my calculation?

 

Regards,

Power Pan