Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 291 of 329 · 16407 messages matched

Interface LPC2106 to PCMCIA card

2004-04-30 by cpexed

I want to attempt to interface a LPC2106 to a PCMCIA wireless network card (PRISM based chipset, using linux drivers as refrence). As far as hardware goes what

Thread view Attachments: 0

Re: LPC2129 CAN examples?

2004-04-29 by philips_apps

Peter, Two CAN implementations (For the MCB2100 board) are now available in the files section. These were recently finished by Embedded Systems Academy. The

Thread view Attachments: 0

New file uploaded to lpc2000

2004-04-29 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

New file uploaded to lpc2000

2004-04-29 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: LPC2129 CAN examples?

2004-04-29 by embeddednut

To Philips Apps, So is CAN on the LPC2000 devices a go or no go ? Which conclusions do you expect us to draw now that 17 days passed since your last posting

Thread view Attachments: 0

RE: [lpc2000] ARM-ELF-GCC

2004-04-29 by Dave Hylands

Hi Gus, ... I ve used GCC to compile the linux kernel and some user mode apps (not on an LPC2xxx, but on an ARM926 processor). So far everything seems to be

Thread view Attachments: 0

ARM-ELF-GCC

2004-04-29 by Gus

Hello, I am trying to see if ARM-ELF-GCC is good enough for release code or it is just a way to start. Did anyone do comparason on GCC and other complers, like

Thread view Attachments: 0

ANNOUNCE - www.theARMPatch.com

2004-04-29 by the ARM Patch

- Semi blatent advertising follows I ve been in the embedded systems business since way back when I had more hair of a darker color (colour for those

Thread view Attachments: 0

RE: [lpc2000] Re: NOP Question

2004-04-29 by Paul Blackburn

If you do decide to use the MOV R0, R0 option instead of the NOP please check whether you are compiling your code in ARM or Thumb mode. MOV R0, R0 is a NOP in

Thread view Attachments: 0

Re: ARM toolchain

2004-04-29 by ksrabit2000

Please look at http://www.hitex.com/download/con_download_freesoftware.html Best Regards Klaus ... LPC21xx?

Thread view Attachments: 0

AW: [lpc2000] ARM toolchain

2004-04-29 by kboehringer@hitex.de

Hello you may download from http://www.hitex.com/download/con_download_freesoftware.html Best Regards Kurt ... Von: Ing. Claudio Imberlina

Thread view Attachments: 0

Re: NOP Question

2004-04-29 by lpc2100

You can use the following in your C function. This should work for ADS 1.2 C compiler. Please post if it works or not. Does gcc support __asm ? __asm { NOP }

Thread view Attachments: 0

Re: REQUIRE SAMPLE ARM ELF FILE

2004-04-29 by lpc2100

Please take a look at test1.axf found in test1.zip in the files area. You may also refer to http://www.arm.com/pdfs/DUI0101A_Elf.pdf

Thread view Attachments: 0

RS-485 w/ LPC21xx '550 UART

2004-04-29 by MaxStream - Ryan Bedwell

Folks, Anyone out there who s figured out how to properly time the de-assertion of the 485 driver enable when using the LPC21xx UART? Problem is, the driver

Thread view Attachments: 0

ARM toolchain

2004-04-28 by Ing. Claudio Imberlina

Hello From where I can download the gnu toolchain for win32 to work with LPC21xx? Thanks in advance

Thread view Attachments: 0

Basic-CAN with LPC2129

2004-04-28 by elvis_seventy_seven

Due to the problems with the Full-CAN feature of the LPC2129, i m not sure if the Basic-CAN mode would work correctly. Would it be better to use an external

Thread view Attachments: 0

Samples lpc2212 & lpc2214

2004-04-28 by gbv001

Does anyone know where I can get a sample of the lpc2212 & lpc2214. There are no links on the phillips website for these.

Thread view Attachments: 0

Re: [lpc2000] NOP Question

2004-04-28 by Beeno Rabbit

I am using ADS2.1 compiler (Code Warrior). I don t know how to code NOP in the C code. Any example for this? Beeno ... From: Robert Adsett To:

Thread view Attachments: 0

NEW version of ARM7 BOARD + JTAG

2004-04-28 by info

Dear ARM7-friends, announcing NEW Design board with PHILIPS LPC 2106 + JTAG http://arm.web7days.com/jtag-7.html http://arm.web7days.com/V2.html US $68.00 +

Thread view Attachments: 0

REQUIRE SAMPLE ARM ELF FILE

2004-04-28 by subhashinimanne

Can any one provide me the sapmle elf file which is used for downloading.Ineed to be acquinted with ELF FILE FORMAT. Regards M.Subhashini

Thread view Attachments: 0

REQUIRE SAMPLE ARM ELF FILE

2004-04-28 by subhashinimanne

Can any one provide me the sapmle elf file which is used for downloading.Ineed to be acquinted with ELF FILE FORMAT. Regards M.Subhashini

Thread view Attachments: 0

REUIRE SAMPLE ARM ELF FILE

2004-04-28 by subhashinimanne

Can any one provide me the sapmle elf file which is used for downloading.Ineed to be acquinted with ELF FILE FORMAT. Regards M.Subhashini

Thread view Attachments: 0

Re: [lpc2000] NOP Question

2004-04-27 by Sten Larsson

If your assembler does not have NOP (the ARM architecture does not have it), use for instance: MOV R0, R0 /sten Nohau Corp ... From: Beeno Rabbit

Thread view Attachments: 0

Re: [lpc2000] NOP Question

2004-04-27 by Robert Adsett

... Two questions: Which compiler? What do you mean by failed? Robert Freedom has no meaning of itself. There are always restrictions, be they legal,

Thread view Attachments: 0

NOP Question

2004-04-27 by Beeno Rabbit

Dear All, I am a new user of lpc2000 series. I don t know how to write NOP in the C code. I have tried _asm( NOP ) and #asm( nop ) but failed. Beeno

Thread view Attachments: 0

Re: [lpc2000] newbies question

2004-04-27 by Charles Manning

... All the devices are built from a common set of peripherals and are therefore code compatable (except obviously CAN code won t run on a non-CAN device for

Thread view Attachments: 0

Re: [lpc2000] newbies question

2004-04-27 by Sébastien MARION (UMM)

Messageyes, but is the code 100% compatible ? ... From: Hugh O Keeffe To: lpc2000@yahoogroups.com Sent: Tuesday, April 27, 2004 10:12 AM Subject: RE: [lpc2000]

Thread view Attachments: 0

newbies question

2004-04-27 by Sébastien MARION (UMM)

Hi, I am newbies in arm programming, I just receive the ashling EVBA7 demoboard but in place of LPC2212, I have an LPC2294. What difference in register

Thread view Attachments: 0

Re: proble using MCB2100 with lpc 2129

2004-04-26 by embeddedjanitor

... Switch 2 is connected to P0.14, but you need to have the jumper J7 in place for it to work. Then, how do you want to access it? If you want to use it as a

Thread view Attachments: 0

proble using MCB2100 with lpc 2129

2004-04-26 by tengbat1980

When I use the MCB2100,i found i cant make the Switch 2 working. I couldn t find the memory address,and When I pressed Switch 2, any change have not be found

Thread view Attachments: 0

??: [lpc2000] Re: ETM on the LPC2114

2004-04-26 by Mike CCC

... ??: Invector Embedded Technologies ????: lpc2000@yahoogroups.com ??????????: 24 ?????? 2004 ?. 21:12 ????: RE: [lpc2000] Re: ETM on the LPC2114 Excellent,

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.