Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 216 of 329 · 16407 messages matched

RE: [lpc2000] pcb layout of the LPC2294

2005-02-17 by Ing. Boris Králik

And, if circuit is more complicated and PCB has more than one layers, least layer (or maximum layer area - poly) each PC board must be dedicated to ground

Thread view Attachments: 0

Re: OT.: MMC only Connector

2005-02-17 by acetoel

The connector is cheaper, like 10 dolars, but the shipping is very expensive! Thanks for the advise Ezequeil ... go to your next computer store, ... the socket

Thread view Attachments: 0

Re: [lpc2000] Re: OT.: MMC only Connector

2005-02-17 by Jens Hildebrandt

... 45 Dollars for a simple MMC socket? In that case it seems easier to go to your next computer store, fetch one of those $10...$15 USB multi-card readers and

Thread view Attachments: 0

Re: OT.: MMC only Connector

2005-02-17 by acetoel

Thanks! Sparkfun has a 9 contacts adapter..mi dataflash has 7 contacts, as any standart MMC... can I use the Sparfun version? I would like to spend 45 dolars

Thread view Attachments: 0

Crossworks/CTL examples

2005-02-17 by Richard

Has anyone used these examples? I am interested in checking out this tasking library but the there are linker errors in thye included examples. Thanks Rich

Thread view Attachments: 0

LPC2138 with P0.11 not working

2005-02-16 by nmitech

Does anyone have problem to use P0.11 as GPIO? I built two prototypes, and both have the same problem on the port, P0.11 . I checked my circuit there is no

Thread view Attachments: 0

PWM

2005-02-16 by Jack Xu

Hi all, I try to use PWM2 on LPC2210. pclk is 5MHz PCONP has default value:0x7FFFE; I add following code before start PWM: REG(PINSEL0)=0x800A8005;/*Set p0.7,

Thread view Attachments: 0

Re: Problem with GNUARM 3.4.3

2005-02-16 by Rick Collins

... problem. ... until a ... the ... right number of chars. ... like the PLL might not ... incorrect at ... as the clock source. ... You can distinguish

Thread view Attachments: 0

RE: [lpc2000] pcb layout of the LPC2294

2005-02-16 by Greg Deuerling

... I ve done LPC2194 and LPC2294 designs and just do the stuff you should do on every design: Keep the xtal close to the uC and on the same layer as the uC.

Thread view Attachments: 0

pcb layout of the LPC2294

2005-02-16 by kn_lamb

I am doing a pcb layout of the LPC2292 for the first time. What is the proper way to design the pcb with this part? I appreciate anyones help in this area.

Thread view Attachments: 0

Re: OT.: MMC only Connector

2005-02-16 by acetoel

Thanks but Molex doesn t sends samples to Argentina... My country is not listed in the countries aviable for shipping. Thanks Ezequiel ... MultiMediaCard

Thread view Attachments: 0

RE: [lpc2000] UART Interrupt On Bit 9?

2005-02-16 by Tim Wade

A small word of warning on using this technique... I was involved in a product that used the maniuplation of the parity mode to fake up the 9th bit and it

Thread view Attachments: 0

Re: [lpc2000] Target options on Insight

2005-02-16 by Bruce Paterson

... I have mine currently set for GDBServerTCP/IP because I m using ocdremote as the gdb server on port 8888. This seems to be the correct setting, but I

Thread view Attachments: 0

Re: development tools for LPC2138

2005-02-16 by danielator2004

Thank you for your quick responses, I try to get a user feddback about tools. I notice several complete solutions around 2/3K. (compiler+debugger/simulator)

Thread view Attachments: 0

Target options on Insight

2005-02-16 by Nice Guy

Could someone explain what all the target options in insight are for. Wondering what they are for. Mostly interested in the ARM Remote/Serial, and how it is

Thread view Attachments: 0

Re: development tools for LPC2138

2005-02-16 by Owen Mooney

Hi Daniel You will get many replies to this - and each reply will reflect the tools of the responder. I use a Crossworks by Rowley (for the 2106) with a

Thread view Attachments: 0

MCB2100, Windows and lpc21isp.c

2005-02-15 by Stefano Coluccini

Dear all, I hope this can be useful for someone else. I have downloaded the Martin Maurer s lpc21isp.c file but I was not able to use it with my Keil MCB2100

Thread view Attachments: 0

matrix operation in LPC2129

2005-02-15 by domingos_bento

Hello, anyone already worked with operations of matrix in LPC2129??? I wait for suggestions... Thanks Domingos

Thread view Attachments: 0

Re: [lpc2000] UART Interrupt On Bit 9?

2005-02-15 by Robert Adsett

... There is a technique I ve used on standard PC serial ports ( 550 based) that I would expect to work called parity modulation. The idea is to use two 8 bit

Thread view Attachments: 0

UART Interrupt On Bit 9?

2005-02-15 by Chris

Is it possible to set the LPC21xx uart to interrupt only when a character with bit 9 set (parity=1) is received? I m looking at the LPC2138 spec, for example,

Thread view Attachments: 0

Re: development tools for LPC2138

2005-02-15 by lpc2100_fan

Hello Daniel, if you have the budget for a trace emulator, it might really reduce your development time but trace comes at a double cost. The emulator is more

Thread view Attachments: 0

development tools for LPC2138

2005-02-15 by danielator2004

Hi, I plan to start with 2138 and I need to choose a dev. tool. Can somebody tell me his development tool (IDE,compiler,debugger) and above all his JTAG

Thread view Attachments: 0

Re: Problem with GNUARM 3.4.3

2005-02-15 by Rick Collins

Why don t you ask this in the gnuarm group? http://groups.yahoo.com/group/gnuarm There are tons of good people who can likely answer your question. Also, I am

Thread view Attachments: 0

Re: [lpc2000] Problem with GNUARM 3.4.3

2005-02-15 by Anton Erasmus

... I am using the linker script supplied with the example code. The assembly code looks fine for all optimisation levels. The ASCII data is defined and put in

Thread view Attachments: 0

Re: [lpc2000] Problem with GNUARM 3.4.3

2005-02-15 by Robert Adsett

... Just a thought (I haven t tested 3.4.3) but this looks what you would expect if constant data wasn t being referenced correctly. IE ld was placing the

Thread view Attachments: 0

Problem with GNUARM 3.4.3

2005-02-15 by Anton Erasmus

Hi, I have installed the latest GNUARM which is based on gcc 3.4.3. I downloaded the UT040803A.zip uart example from the files area. I compiled and downloaded

Thread view Attachments: 0

Re: OT.: MMC only Connector

2005-02-15 by Gus

Wasn t Dataflash SD or MMC? I thought it was SD compatable! If you decide you need a done soloution for media cards, check this out www.ghielectronics.com Gus

Thread view Attachments: 0

Re: [lpc2000] OT.: MMC only Connector

2005-02-15 by Jens Hildebrandt

... Try Molex (www.molex.com), part # 68156-0737 ( 2.50mm Pitch MultiMediaCard Connector, Unshielded, Low Profile, Right Angle, SMT, Reverse Mount, Embossed

Thread view Attachments: 0

OT.: MMC only Connector

2005-02-15 by acetoel

Hello!!! Does anybody know where I can buy or, better, ask for samples of a MMC Connector? I would like to interfase an Atmel Dataflash to the LPC2106, but as

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.