SparkFun Forums 

Where electronics enthusiasts find answers.

Everything ARM and LPC
By HighFrequency
#38251
hi friends. im a new member and i started working on nxp lpc series microcontrollers. what is PLL? and how use PLL? help please...
By wiml
#38254
In this case, it's a way for the chip to generate an on-chip clock signal that's a multiple of the external clock signal. (PLL = phase locked loop; it's a way to lock one oscillator to another. They're used all over the place, especially in radio.)
By inventore123
#38255
Go to http://www.nxp.com, in the index choose microcontrollers>16-/32-bit microcontrollers (ARM7 core)>your chip (example: LPC2138)>Features and download the application notes. There's one appnote that explains how to use pll.