Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 202 of 329 · 16407 messages matched

Re: LPC213x supply current

2005-03-25 by lpc2100_fan

Hi Jeff, some measurement from our team: Running at 60 MHz with peripherals enabled from Flash approx. 45 mAs, running from RAM 52/53 mAs, external 12 MHZ PLL

Thread view Attachments: 0

LPC213x supply current

2005-03-25 by wittrockjeff

Does anyone have some rough estimates of supply current for the LPC213x family running at 60MHz with peripherals enabled. In particular I want to use the

Thread view Attachments: 0

Re: usb printer with lpc2106

2005-03-25 by Gus

what you are trying to do can be done but it is NOT going to be easy as you need to fully understand USB (documentation is 100000 pages) and write a driver to

Thread view Attachments: 0

Re: SD card problem!

2005-03-25 by Gus

check your polarity and idle state of SCLK. Why don t you scope it and compare sotware sPI to hardware SPI? We have it working, no problems.

Thread view Attachments: 0

Re: JTAG CONNECTOR

2005-03-25 by tsvetanusunov

... any ... Hi, you can check this adapter http://www.tetc.co.jp/sica/e_sica.htm small and nice with 0.5 mm step Best regards Tsvetan ... PCB prototypes for

Thread view Attachments: 0

Re: JTAG CONNECTOR

2005-03-25 by Richard

Keeping the 20-pin connector is nice as it gives a ground wire between the signal wires (ribbon cable). Check out this AMP connector available at Digikey:

Thread view Attachments: 0

Re: SD card problem!

2005-03-25 by Atanas Tulbenski

Software SPI I mean SPI interface realized by software bitbanging and the hardware SPI means using hardware SPI module. ... SPI

Thread view Attachments: 0

Re: SD card problem!

2005-03-25 by garg_priti

Can you please explain in a bit detail what you mean by Software SPI and hardware SPI. ... The ... data ... Any

Thread view Attachments: 0

Re: [lpc2000] Re: JTAG CONNECTOR

2005-03-25 by Onestone

You re right Leon, I think it is Harwin. There are two suppliers. farnell only has the single row. My supplier gets them in double row too. Al

Thread view Attachments: 0

Re: JTAG CONNECTOR

2005-03-25 by leon_heller

... here a ... in ... The 8-way Harwin M30-6100806 is available from Farnell (866118). I think those are the connectors Al referred to previously. I ll order a

Thread view Attachments: 0

Re: [lpc2000] Re: JTAG CONNECTOR

2005-03-25 by Onestone

I use a 1.25mm pitch SMD or through hole part from Molex. cvomes in vertical or 90 degree, very compact, single or dual row, and around $0.20 in bulk from

Thread view Attachments: 0

Re: [lpc2000] Re: JTAG CONNECTOR

2005-03-25 by Micron Engineering

... 2x5 may be ok for me. May you send me the pinout? Best regards, Massimo Manca, Micron Engineering ... Internal Virus Database is out-of-date. Checked by

Thread view Attachments: 0

Re: JTAG CONNECTOR

2005-03-25 by leon_heller

... any ... Only seven connections are in fact used for the LPC2000. I d select a suitable small connector and make an adaptor for it, interfacing to the

Thread view Attachments: 0

JTAG CONNECTOR

2005-03-25 by Micron Engineering

The standard 2x10 JTAG connector is very space consuming, is there any other standard configuration suggested for JTAG connector? Massimo Manca, Micron

Thread view Attachments: 0

SD card problem!

2005-03-25 by Atanas Tulbenski

I m using SD card with LPC2124. At first I used software SPI and everything was fine. When I start using hardware SPI got problem. The SD card initializes, I

Thread view Attachments: 0

LPC2210 power consumption

2005-03-25 by Aurel Cristescu

Does anyone know the power consumption values for a LPC2210 in a 60Mhz real life application? I m interested mostly in +3V3 current because Philips doesn t

Thread view Attachments: 0

free schematic and PCB tool

2005-03-25 by Michel

Hi, Just to keep you informed of a(nother) free PCB tool at: http://www.lis.inpg.fr/realise_au_lis/kicad/ Never used (yet) but seems to be pretty nice. Have

Thread view Attachments: 0

Re: [lpc2000] 560K in RTC XTAL circuit

2005-03-24 by microbit

... crystals ... In my teens I had a ;pile of the good old FT-243 Xtals, from my father. (I think I have the name right, it s like 30 years ago) They were cool

Thread view Attachments: 0

LPC2138: Ram vs Flash code execution

2005-03-24 by Lowry, Jeff

Code running from internal RAM seems to run about 4x faster than running from internal Flash. Is this true or do I have some settings wrong? Anybody know where

Thread view Attachments: 0

Re: IAR Compiler Delays

2005-03-24 by lp2000c

On March 23, IAR posted some stuff realted to dongle problems. See Technical Note 72867 on their web site (Tehnical Support - Embedded Workbench.) ... seconds

Thread view Attachments: 0

RE: [lpc2000] Re: printf

2005-03-24 by Paul Curtis

Hi, I think that should be: int __putchar(int ch) { debug_putchar(ch); return ch; } This is all described in the CrossWorks manual--look under Customizing the

Thread view Attachments: 0

Re: [lpc2000] Re: printf

2005-03-24 by Michael Johnson

The crossstudio library implements printf in terms of a function called __putchar - all you have to do is supply an implementation of this function e.g. void

Thread view Attachments: 0

Re: printf

2005-03-24 by neptunus1000

I m use CrossStudio to compile. And a just want to use printf. The compiler is always telling my that I hava to implement __putChar. So I thought it is handy

Thread view Attachments: 0

AX88796 and LPC2000

2005-03-24 by Micron Engineering

Has anyone interface an AX88796 ethernet controller to a LPC2000 (probably 2214 or 2294)? If yes is possible to see the schematic? Best regards, Massimo Manca,

Thread view Attachments: 0

[Q]: -fPIC , how to init

2005-03-24 by 42Bastian Schick

Hi, I am playing around with -fPIC (position independent code), but sofar have no luck finding, where and how to setup r10 (or sl). Thanks for any hint. --

Thread view Attachments: 0

Re: [lpc2000] printf

2005-03-24 by Anton Erasmus

... {Code snipped] Getting printf to output using your own routines, is more a question of porting the standard C library than anything else. Which compiler do

Thread view Attachments: 0

printf

2005-03-24 by neptunus1000

Hello, I wondering why my classes are not working. I want to build a Com class so a can use printf to put something on the uart. The functie s

Thread view Attachments: 0

Re: IAR Compiler Delays

2005-03-24 by Richard

Tech support quality is going to depend on the idividual you happen to get on the other end. We paid a lot of money for a couple seats of a established

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.