Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 204 of 329 · 16407 messages matched

Re: Exeriences with "over-clocking" ?

2005-03-21 by unity0724

... 14,7456 ... Hi, Questions: What s your supply voltage for CPU core? Is that exact 1.8V or Higher? like 2.5V?? I believe you should run faster at higher

Thread view Attachments: 0

Re: [lpc2000] user manual for 2129

2005-03-21 by Musharraf Hanif

Hello, Did you try the user manual for the LPC2129? http://www.semiconductors.philips.com/acrobat/usermanuals/UM_LPC21XX_LPC22XX_2.pdf It should have all the

Thread view Attachments: 0

Re: user manual for 2129

2005-03-21 by lpc2100_fan

Sure, in general, you will find info for the LPC2129 here: http://www.semiconductors.philips.com/pip/LPC2119FBD64.html Scroll down to Support and Tools there

Thread view Attachments: 0

user manual for 2129

2005-03-21 by garg_priti

I am looking for register definations in some document the datasheet I have does not contain any details for programing. Can anyone guide me to link

Thread view Attachments: 0

Re: [lpc2000] Re: C union not working

2005-03-20 by Robert Adsett

... That s true, but I don t think it s relevant in this case. IOSET is documented to read back the last values the port was set to ... Should read the

Thread view Attachments: 0

ARM wiki at seems to be down

2005-03-20 by Rick Collins

This may just be a temporary thing, but I can t seem to reach the ARMuC wiki at www.open-research.org.uk/ARMuC/ Does anyone know if there is a problem? Is

Thread view Attachments: 0

Re: C union not working

2005-03-19 by jamesasteres

I don t believe the ARM has bit access instructions. So when the compiler reads the ioset register (or a byte of it?) according to the datasheet you will read

Thread view Attachments: 0

Re: [lpc2000] Re: LPC23xx ethernet

2005-03-19 by Anton Erasmus

... I have only used this on a LPC2292, where it works. Perhaps Philips can clarify the situation regarding this issue. Regards Anton Erasmus-- A J Erasmus

Thread view Attachments: 0

LPC2129 IAP problem solved, sorta.

2005-03-19 by Stephen Pelc

... Are you using the latest boot loader software? If it is before v1.6x (AFAIR), you will have these problems. I can t speak for the 2129, but we had

Thread view Attachments: 0

Re: LPC2129 IAP problem solved, sorta.

2005-03-19 by Mark Butcher

Hi Programming the LPC210x at 60MHz didn t cause a problem - it seems to work fine. We did make a mistake in passing the PCLK (1/4 in this case) instead of the

Thread view Attachments: 0

New file uploaded to lpc2000

2005-03-18 by lpc2000@yahoogroups.com

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc2000 group. File :

Thread view Attachments: 0

Re: CAN baudrate setting

2005-03-18 by dietmar_wengler

Hi Mouaaz, sorry, but there was a little error on my bitrate calculation: instead of: Bit rate = cclk / ( VPBDIV * BRP * ( TSEG1+1 + 1 + TSEG2+1)) it must be:

Thread view Attachments: 0

LPC2129 IAP problem solved, sorta.

2005-03-18 by yamppman

After about a year on Prozac and Valium since my last encounter with the Philips LPC series, I m on it again, using it in a new project. And I need to use the

Thread view Attachments: 0

Re: [lpc2000] Re: LPC23xx ethernet

2005-03-18 by Bruce Paterson

... I ve read this quite a few times on this list, but when I actually tried it on my lpc2124 it didn t work. Had to resort to using CLR and SET. Maybe this

Thread view Attachments: 0

Re: Interfacing audio DAC to LPC2106?

2005-03-18 by Owen Mooney

Don t forget the joys of over sampling. The 2138 DAC has a settling time of 1 usec. You could put out data at the rate of 500Khz with over sampling and a

Thread view Attachments: 0

Re: -WE LPC 2294 won't go active low

2005-03-18 by douglasbolton

... chips select 2 (CS2) turn active low ? ... PINSEL2.bit8 = 0. ... runs into a prefetch exception. ... for the UART ... for the UART ... reserved(11) ...

Thread view Attachments: 0

Re: [lpc2000] C union not working

2005-03-17 by Anton Erasmus

... If you are using packed structs, then this will fail. The compiler generates byte accesses to structures. The best thing is to look at the assembler

Thread view Attachments: 0

How to define 2 IRQs

2005-03-17 by tphatrapornnant

Hi all, I have an IRQ problem. My program did not jump after interrupt occured. Now I m using 2 IRQs (I don t want to use FIQ) and I assign IRQ 0 for Timer1

Thread view Attachments: 0

ARM7 and C++, does anybody use it?

2005-03-17 by uhansen01

Hallo, i could imagine to write an ARM7 application with small elements of C++. No complicated things like dynamic Linking, but ordenary Classes. I think that

Thread view Attachments: 0

ARM7 and C++, does anybody use it?

2005-03-17 by uhansen01

Hallo, i could imagine to write an ARM7 application with small elements of C++. No complicated things like dynamic Linking, but ordenary Classes. I think that

Thread view Attachments: 0

Re: [lpc2000] C union not working

2005-03-17 by Robert Adsett

... P15 is a 1 bit int so its only values are 0 and -1 but I don t think that s the problem. Provided your bit order is correct I don t see any reason they

Thread view Attachments: 0

Re: [lpc2000] external memory interface

2005-03-17 by k b shah (lascaux)

LPC2292/2294 STR710x family... kb ... From: rohan patil To: lpc2000@yahoogroups.com Sent: Thursday, March 17, 2005 2:44 AM Subject: [lpc2000] external memory

Thread view Attachments: 0

Re: [lpc2000] C union not working

2005-03-17 by Micron Engineering

... Seems as if the bit field is a short int... ... -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database:

Thread view Attachments: 0

C union not working

2005-03-17 by Leonardo Santos

Hello All: I m working with a LPC2106 using the GCC 3.4.4 toolchain (GCC + binutils 2.15 + newlib 1.13). I wrote a union and a structure to access the P0 pins

Thread view Attachments: 0

Re: [lpc2000] external memory interface

2005-03-17 by shridhar joshi

hi rohan, LPC 2212 has 128k flash more than that you can interface with an external memory . check the philips website for LPC22XX series ARM controllers.

Thread view Attachments: 0

-WE LPC 2294 won't go active low

2005-03-17 by Sveinung Waade

Hello, Why does not the -WE for LPC2294 go active low together when the chips select 2 (CS2) turn active low ? The PINSEL2.bit8 = 1 so the -WE signal should be

Thread view Attachments: 0

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.