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