Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 221 of 329 · 16407 messages matched

Re: LPC2138 ISP

2005-02-03 by philips_apps

My apologies for this confusion, have already sent an e-mail to our WWW people and hope this will get fixed tomorrow. Robert

Thread view Attachments: 0

Re: Supply Current of LPC213x

2005-02-03 by philips_apps

... Owen, when we designed the LPC2130 series we expected to see Ipd in the neighborhood of 50 uAs. Unfortunately the first lot came out with an average of 150

Thread view Attachments: 0

Re: LPC2138 ISP

2005-02-03 by tsvetanusunov

... No luck here! Just three times V2.2.0 (release 2004-12-22) Tsvetan ... PCB prototypes for $26 at http://run.to/pcb (http://www.olimex.com/pcb) PCB any

Thread view Attachments: 0

Re: [lpc2000] Copying the IVT to RAM

2005-02-03 by 42Bastian Schick

... From sciopta BSP for phyCore2294: @ Start Vector VectorTable: LDR PC, Reset_Addr LDR PC, Undefined_Addr LDR PC, SWI_Addr LDR PC, Prefetch_Addr LDR PC,

Thread view Attachments: 0

Re: Supply Current of LPC213x

2005-02-03 by Owen Mooney

Well - this all rips my socks!! I put a post in a few weeks ago asking about power consumption of the LPC213x series for use in a data logger. Robert said then

Thread view Attachments: 0

Re: LPC2138 ISP

2005-02-03 by lp2000c

... of ... PHILIPS IAR ... IO0PIN IOPIN0 IO0SET IOSET0 IO0DIR IODIR0 IO0CLR IOCLR0 IO1PIN IOPIN1 IO1SET IOSET1 IO1DIR IODIR1 IO1CLR

Thread view Attachments: 0

Question: Secondary JTAG internals

2005-02-02 by Owen Mooney

I am using the secondary JTAG on the LPC2106 - its fine. I have done it with a modified Olimex P1 board and my own board They both use different brands of

Thread view Attachments: 0

Re: LPC2138 ISP

2005-02-02 by haack0815

... Hi Tsvetan, try this link ( the first entry with the ARM Flash Utility(date 2004-12-22) http://www.semiconductors.philips.com/cgi-bin/pldb

Thread view Attachments: 0

Re: LPC2138 ISP

2005-02-02 by tsvetanusunov

... this is what I try to do - there are 4 ZIP files with same name ISP utility! do you have direct link to 2.2.1? Tsvetan ... PCB prototypes for $26 at

Thread view Attachments: 0

Re: LPC2138 ISP

2005-02-02 by haack0815

... Hi Tsvetan, you can download the ISP tool from Philips. Try the tool download the tool at the LPC2138 section. Maybe they have the old and new one on their

Thread view Attachments: 0

CAN timing again

2005-02-02 by jamesasteres

Maybe someone can answer this detaily question. In CANBTR the default values add up to a bit time of 15 time quanta (CAN clocks). This is TSEG1 + TSEG2. BUT,

Thread view Attachments: 0

Re: [lpc2000] Re: LPC213x And Ethernet

2005-02-02 by Anton Erasmus

... That is if you use the I2C bus - I would only use this on a legacy product that does not have enough pins for the parallel mode. The normal method is to

Thread view Attachments: 0

Re: LPC2138 ISP

2005-02-02 by tsvetanusunov

... definitions. which one register names are wrong? Tsvetan ... PCB prototypes for $26 at http://run.to/pcb (http://www.olimex.com/pcb) PCB any volume

Thread view Attachments: 0

Re: LPC2138 ISP

2005-02-02 by tsvetanusunov

... LPC2138. where to download V2.2.1? the one on Philips web is 2.2.0 Tsvetan ... PCB prototypes for $26 at http://run.to/pcb (http://www.olimex.com/pcb) PCB

Thread view Attachments: 0

Re: LPC2138 ISP

2005-02-02 by lp2000c

... it ?) ... with ... LPC2138. ... IAR s EWARM version 4.20A also has support for LPC213x (including programming via JTAG), although they did mess up and omit

Thread view Attachments: 0

Re: LPC213x And Ethernet

2005-02-02 by Rick Collins

... The last time I checked with ASIX, they did not have industrial temp versions of their chips. Do you know if this has changed?

Thread view Attachments: 0

Re: LPC2138 ISP

2005-02-02 by haack0815

... Hi Jan, try the latest IPS Flash Utility (V2.2.1 or newer) to program the LPC2138. Andreas

Thread view Attachments: 0

LPC2138 ISP

2005-02-02 by Jan Szymanski

I have 2 samples of LPC2138 and built a proto board. I was suprised to find out that Philips ISP programming software doesn t support it. When I read the ID

Thread view Attachments: 0

LPC213x And Ethernet

2005-02-02 by Stephen Pelc

... Have a look at the Asix 88796 which does 10/100 and has integrated PHY. You can get the cheap NICholas board from EDTP Electronics for prototyping. We have

Thread view Attachments: 0

Timer start with different MCR

2005-02-02 by sifiland

I would like to release timer interrupt in 3 different time intervals. 1. 625 Hz 2. 450 Hz 3. 300 Hz I always get 680Hz timer interrupt, which is to it

Thread view Attachments: 0

Cirrus Logic ?

2005-02-02 by Lasse Madsen

Does any one know of a similar forum for the Cirrus Logic ARM s? Philips_apps: Are you planning an ARM with Ethernet ? Regards Lasse Madsen

Thread view Attachments: 0

Question: Secondary JTAG internals

2005-02-02 by Milos Prokic

Hi, I was wondering if anyone has any information regarding the secondary JTAG - internal structure. I m battling a problem that I can only connect to JTAG

Thread view Attachments: 0

Re: LPC213x And Ethernet

2005-02-01 by Rick Collins

... Unless you really need some speed. You said it interfaces by I2C which is very slow by comparison, ~400 kbps vs. 10 Mbps. I don t plan to sell the board

Thread view Attachments: 0

Re: [lpc2000] Code Loader

2005-02-01 by Robert Adsett

... Jump table? If you place a vector table of functions at a fixed place in the download area it can be replaced repeatedly. I suspect you will need a fixed

Thread view Attachments: 0

Code Loader

2005-02-01 by Richard

I am working on a scheme to update the code in an LPC2106 via Ethernet. The application is done and working, I have connection to the host via ethernet. I

Thread view Attachments: 0

Re: Yahoo group for ADI ADUC70xx ARM?

2005-02-01 by lpc2100_fan

Al, when you wrote this Whoops, sorry, thought I weas replying to that group, should read more closely. You actually had the option to do exactly that,

Thread view Attachments: 0

Re: Yahoo group for ADI ADUC70xx ARM?

2005-02-01 by Rick Collins

... I am getting samples right now. I asked for 5 of the wide temperature range version ADuC7024BST62 which they are sending along with 3 of the standard temp

Thread view Attachments: 0

New Yahoo group for ADuC70xx ARM MCUs

2005-02-01 by GNUARM - Rick Collins

A new Yahoo group has been formed to support the ADuC70xx ARM MCUs. http://groups.yahoo.com/group/ADuC_ARM/ If you are working with these parts, or have an

Thread view Attachments: 0

Re: Yahoo group for ADI ADUC70xx ARM?

2005-02-01 by Rick Collins

... fastest ... This ... I was searching the microcontrollers category and most of the groups that have more members are PIC related. In fact, the group with

Thread view Attachments: 0

Yahoo group for ADI ADUC70xx ARM?

2005-02-01 by Rick Collins

Does anyone know of a Yahoo group for the ADI ADUC70xx ARM CPU? I could not find one by searching, but the search facility in Yahoo groups is not very good.

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.