pclk speed
2005-04-29 by jase_ko
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2005-04-29 by jase_ko
hey guys, how would i find out/set the speed of the pclk on a philips lpc2129 with keil tools? thanks Jason
2005-04-29 by Sridhar gadda
set VIBDIV register jase_ko <jase.ko@...> wrote:hey guys, how would i find out/set the speed of the pclk on a philips lpc2129 with keil tools? thanks Jason --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/lpc2000/ To unsubscribe from this group, send an email to: lpc2000-unsubscribe@yahoogroups.com Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com [Non-text portions of this message have been removed]
2005-04-29 by Matthias Hertel
This is configured in the startup.s. You can read the current peripheral clock in the debugger (simulation or JTAG) under Peripherals->System Control Block->VPB Divider. From: sentto-11453166-7042-1114772910-matthias.hertel=web.de@.... com [mailto:sentto-11453166-7042-1114772910-matthias.hertel=web.de@... s.yahoo.com] On Behalf Of Sridhar gadda
Sent: Friday, April 29, 2005 1:08 PM To: lpc2000@yahoogroups.com Subject: Re: [lpc2000] pclk speed set VIBDIV register jase_ko <jase.ko@...> wrote:hey guys, how would i find out/set the speed of the pclk on a philips lpc2129 with keil tools? thanks Jason --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/lpc2000/ To unsubscribe from this group, send an email to: lpc2000-unsubscribe@yahoogroups.com Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com [Non-text portions of this message have been removed] _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/lpc2000/ * To unsubscribe from this group, send an email to: lpc2000-unsubscribe@yahoogroups.com <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed]
2005-04-29 by Robert Adsett
At 04:08 AM 4/29/05 -0700, Sridhar gadda wrote: >set VIBDIV register > >jase_ko <jase.ko@...> wrote:hey guys, > >how would i find out/set the speed of the pclk on a philips lpc2129 >with keil tools? The crystal speed and pll setting are also involved. You can take a look at the newlib-lpc support library ( http://www.aeolusdevelopment.com ) for some examples that show the various values interact and give a resulting clock. It's not Keil but it is fairly straightforward C. 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, III http://www.aeolusdevelopment.com/
2005-04-29 by Richard
The PLL calculator app in the files section may help. Richard --- In lpc2000@yahoogroups.com, Robert Adsett <subscriptions@a...> wrote: > At 04:08 AM 4/29/05 -0700, Sridhar gadda wrote: > >set VIBDIV register > > > >jase_ko <jase.ko@g...> wrote:hey guys, > > > >how would i find out/set the speed of the pclk on a philips lpc2129 > >with keil tools? > > The crystal speed and pll setting are also involved. You can take a look > at the newlib-lpc support library ( http://www.aeolusdevelopment.com ) for > some examples that show the various values interact and give a resulting > clock. It's not Keil but it is fairly straightforward C. > > 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, III > http://www.aeolusdevelopment.com/