Yahoo Groups archive

Lpc2000

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

Thread

Re: [lpc2000] Re: External clock on LPC2131

Re: [lpc2000] Re: External clock on LPC2131

2005-10-20 by Alex_Rambler

Hi Dave B

Why do you use 12.288MHz clock? Do you connect audio codec to LPC2131?

d> Hi Marcio,
d> Yes, that mode of operation is supported.  I have been running a 
d> LPC2131 with an external 12.288MHz clock that is buffered and feeds 
d> everything on my board.  Works fine.

d> See page 31/32 of the manual.  There is some info there although I 
d> agree it is not very clear.  Just leave the unused pin 61 (XTAL2) 
d> open.  Also, make sure you use the recommended (100pF) coupling cap 
d> for XTAL1.
d> See figure 7a for slave mode.

d> Good Luck,
d> Dave B.

External clock on LPC2131

2005-10-21 by atmelbr

Hi all,
   If I put an external clock on XTAL1 input (instead of quartz
crystal) everything will run ok ? I can�t find the answer on datasheet.
Thanks,
          Marcio

Re: External clock on LPC2131

2005-10-21 by drb5599

Hi Marcio,
Yes, that mode of operation is supported.  I have been running a 
LPC2131 with an external 12.288MHz clock that is buffered and feeds 
everything on my board.  Works fine.

See page 31/32 of the manual.  There is some info there although I 
agree it is not very clear.  Just leave the unused pin 61 (XTAL2) 
open.  Also, make sure you use the recommended (100pF) coupling cap 
for XTAL1.
See figure 7a for slave mode.

Good Luck,
Dave B.





--- In lpc2000@yahoogroups.com, "atmelbr" <atmelbr@y...> wrote:
>
> Hi all,
>    If I put an external clock on XTAL1 input (instead of quartz
> crystal) everything will run ok ? I can´t find the answer on 
datasheet.
Show quoted textHide quoted text
> Thanks,
>           Marcio
>

Re: External clock on LPC2131

2005-10-24 by drb5599

Alex,
No, I do not connect the codec to the micro.  The primary function of 
my project is to pass audio.  And I do use a codec and a DSP.  

The codec must have a 12.288MHz clock to generate the bit and frame 
clocks for 24-bit 48kHz sampled audio.  Since I have to have this 
clock anyway, why not use it for the 2131 as well?  It saves me some 
money and works fine.  I am still able to use the UART for 
communications and I also use I2C, SPI, PWM without a problem at this 
frequency (actually the PLL is set up for M=4 ==> 49.152MHz)

Dave

--- In lpc2000@yahoogroups.com, Alex_Rambler <bor-alex@r...> wrote:
>
> Hi Dave B
> 
> Why do you use 12.288MHz clock? Do you connect audio codec to 
LPC2131?
> 
> d> Hi Marcio,
> d> Yes, that mode of operation is supported.  I have been running a 
> d> LPC2131 with an external 12.288MHz clock that is buffered and 
feeds 
> d> everything on my board.  Works fine.
> 
> d> See page 31/32 of the manual.  There is some info there although 
I 
> d> agree it is not very clear.  Just leave the unused pin 61 
(XTAL2) 
> d> open.  Also, make sure you use the recommended (100pF) coupling 
cap 
Show quoted textHide quoted text
> d> for XTAL1.
> d> See figure 7a for slave mode.
> 
> d> Good Luck,
> d> Dave B.
>

Re: External clock on LPC2131

2005-11-11 by unity0724

Hi, Dave B.
Is your external 12.28Mhz clock source working fine with the Lpc2xxx
internal clock multiplier?  Did you turn on Clock PLL on the LPC2131?
Thanks in Advance.

--- In lpc2000@yahoogroups.com, "drb5599" <dbutler@c...> wrote:
>
> Hi Marcio,
> Yes, that mode of operation is supported.  I have been running a 
> LPC2131 with an external 12.288MHz clock that is buffered and 
feeds 
> everything on my board.  Works fine.
> 
> See page 31/32 of the manual.  There is some info there although I 
> agree it is not very clear.  Just leave the unused pin 61 (XTAL2) 
> open.  Also, make sure you use the recommended (100pF) coupling 
cap 
Show quoted textHide quoted text
> for XTAL1.
> See figure 7a for slave mode.
> 
> Good Luck,
> Dave B.
> 
> 
> 
> 
> 
> --- In lpc2000@yahoogroups.com, "atmelbr" <atmelbr@y...> wrote:
> >
> > Hi all,
> >    If I put an external clock on XTAL1 input (instead of quartz
> > crystal) everything will run ok ? I can´t find the answer on 
> datasheet.
> > Thanks,
> >           Marcio
> >
>

RE: [lpc2000] Re: External clock on LPC2131

2005-11-11 by Butler, David

Marcio,
I have not had any problems with the PLL.  I set it up for M=4, P=2 (just follow the equations in the manual to come up with your own values).  So the processor clock (cclk) is 12.288MHz * 4 = 49.152MHz.  This frequency is plenty fast for what I am doing.  Yes, it is not a pretty whole number frequency, but that is not important for this application.  FYI, I am also using the UART0, SPI, I2C and PWM.
Good Luck,
Dave B.
Show quoted textHide quoted text
-----Original Message-----
From: unity0724 [mailto:unity0724@...]
Sent: Friday, November 11, 2005 8:48 AM
To: lpc2000@yahoogroups.com
Subject: [lpc2000] Re: External clock on LPC2131


Hi, Dave B.
Is your external 12.28Mhz clock source working fine with the Lpc2xxx
internal clock multiplier?  Did you turn on Clock PLL on the LPC2131?
Thanks in Advance.

--- In lpc2000@yahoogroups.com, "drb5599" <dbutler@c...> wrote:
>
> Hi Marcio,
> Yes, that mode of operation is supported.  I have been running a 
> LPC2131 with an external 12.288MHz clock that is buffered and 
feeds 
> everything on my board.  Works fine.
> 
> See page 31/32 of the manual.  There is some info there although I 
> agree it is not very clear.  Just leave the unused pin 61 (XTAL2) 
> open.  Also, make sure you use the recommended (100pF) coupling 
cap 
> for XTAL1.
> See figure 7a for slave mode.
> 
> Good Luck,
> Dave B.
> 
> 
> 
> 
> 
> --- In lpc2000@yahoogroups.com, "atmelbr" <atmelbr@y...> wrote:
> >
> > Hi all,
> >    If I put an external clock on XTAL1 input (instead of quartz
> > crystal) everything will run ok ? I can´t find the answer on 
> datasheet.
> > Thanks,
> >           Marcio
> >
>







SPONSORED LINKS 
Microprocessor <http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=tsVC-J9hJ5qyXg0WPR0l6g>  	Microcontrollers <http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=DvJVNqC_pqRTm8Xq01nxwg>  	Pic  <http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=TpkoX4KofDJ7c6LyBvUqVQ> microcontrollers 	
8051  <http://groups.yahoo.com/gads?t=ms&k=8051+microprocessor&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=1Ipf1Fjfbd_HVIlekkDP-A> microprocessor 	

  _____  

YAHOO! GROUPS LINKS 


	
*	 Visit your group " lpc2000 <http://groups.yahoo.com/group/lpc2000> " on the web.
  

*	 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]

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.