At 07:31 PM 7/8/04 +0000, you wrote:
>hi all,
>i am trying to boost the PRocessor clock to near full speed by
>setting the PLL registers
>but PLL is not locking .
> am i making any mistake in configuring the PLL
>here is my pll setting code
<snip>
> // wait for PLL lock
> while (!(REG(SYSCON_PLLSTAT) & 0x0400))
> continue;
Another basic question. How do you know you are failing here and not
somewhere else?
Robert
" 'Freedom' has no meaning of itself. There are always restrictions,
be they legal, genetic, or physical. If you don't believe me, try to
chew a radio signal. "
Kelvin Throop, IIIMessage
Re: [lpc2000] pll configuration problem
2004-07-08 by Robert Adsett