Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: [lpc2000] pll configuration problem

2004-07-08 by Taner Mutlu

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_mail

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.