try this...
void initCPU(void){
******************************************************************************
MAMCR = 0x00;
MAMTIM = 0x03;
MAMCR = 0x02;
******************************************************************************
VPBDIV = 0x01;
******************************************************************************
PLLCFG = 0x03;
PLLCON = 0x01;
PLLFEED = 0x0AA;
PLLFEED = 0x055;
while(!(PLLSTAT & (1<<10)));
PLLCON = 0x03;
PLLFEED = 0x0AA;
PLLFEED = 0x055;
}
=====
Taner Mutlu
Elektronik M\ufffdh.
GLOBAL Bilgisayar ve Kontrol Sistemleri
taner@...
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mailMessage
Re: [lpc2000] pll configuration problem
2004-07-08 by Taner Mutlu
Attachments
- No local attachments were found for this message.