Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 266 of 329 · 16407 messages matched

Re: lpc210x boot loader source

2004-09-09 by Frank Sergeant

... Wouldn t it be better to write your own front-end to handle 1. the decision whether to reflash 2. collecting the new data via I2C but then call the IAP

Thread view Attachments: 0

Re: Getting hold of LPC2294s

2004-09-09 by leon_heller

... samples of ... any? I m ... have any ... Can t help with supply of the chips, but you could test some of the functionality of your boards with a different

Thread view Attachments: 0

Id parts in software

2004-09-09 by embeddedjanitor

Hi I have a board that can work with either an LPC2119 or an LPC2129. I want the flexibility so that I m not just locked in to one part or the other. For most

Thread view Attachments: 0

Re: IAR, JLINK and PLL problems

2004-09-08 by douglasbolton

... debugger. ... ... the ... is ... Yes we had to put a reset device in, we use a max809 (140mS delay) and haven t had any problems. With an RC

Thread view Attachments: 0

Re: IAR, JLINK and PLL problems

2004-09-08 by itsjustimpossible

Hi Doug Thanks for the info, and it has helped in some circumstances but I have to manually reset the board before I try to enter the debugger. I am now

Thread view Attachments: 0

Getting hold of LPC2294s

2004-09-08 by Robert Wood

Hi folks, I m having a rather worrying difficulty getting hold of a couple of samples of the 2294 for my prototype boards. Has anyone managed to get hold of

Thread view Attachments: 0

Re: 32 bit Division

2004-09-08 by Frank Sergeant

... Thank you, Peter and Tom, for the suggestion and link. I believe I ll start with a scratch register to hold zero and pursue the link when/if the speed

Thread view Attachments: 0

UART0 interrupt on power-up

2004-09-08 by brucepride

Hello All, I have noticed something strange with the LPC2106 UART. When I power- up the LPC2106 and it s configured, I seem to miss the very first serial

Thread view Attachments: 0

Memory extraction

2004-09-08 by Electronic Lithuania

Have important question to group members. I am trying to find a company or person able to extract the programm/data memory from protected ATmega128 and .jed

Thread view Attachments: 0

Re: ECOS

2004-09-08 by teunvandeberg

I found the patch (I suppose your are talking about) here: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000068 I m having some install problems so if

Thread view Attachments: 0

LPC2194 board?

2004-09-08 by Michael J. Pont

I m looking for an LPC2194 board, preferably one with 4 CAN tranceivers all brought out to standard D-type connectors. I just need a couple of boards at this

Thread view Attachments: 0

Re: lpc210x boot loader source

2004-09-08 by samydan2003

... me? ... want to ... hi I need to change update flash from serial to i2c becouse i need full time 2 serial .... i need source file for bootloader 1.52 10x

Thread view Attachments: 0

Re: 32 bit Division

2004-09-07 by lpc2100

Info on the following link may also be useful http://www.poppyfields.net/acorn/tech/division.shtml Tom

Thread view Attachments: 0

Re: 32 bit Division

2004-09-07 by Peter

... ... reduce ... these ... Unfortunately, the immediate and the shifted register have to come out on the same register read port in ARM7. An

Thread view Attachments: 0

Re: Rand( ) in GCC compiler

2004-09-07 by mouaaz

Hi Curt, Thanks for your concern. What I did finally, I copied the following statement from the file stdlib.h : extern int rand (void); and pasted it in the

Thread view Attachments: 0

RE: [lpc2000] Rand( ) in GCC compiler

2004-09-07 by Curt Powell

Mouaaz, Are you calling Rand() or rand()? Curt ... From: mouaaz [mailto:mouaaz@yahoo.com] Sent: Tuesday, September 07, 2004 8:50 AM To: lpc2000@yahoogroups.com

Thread view Attachments: 0

Rand( ) in GCC compiler

2004-09-07 by mouaaz

Dear all, I am happy to be a member in this group. That is I am doing my research in the field of Embedded Syatems. At the moment I am trying to use ARM

Thread view Attachments: 0

two match values on one pin?

2004-09-07 by supertoll_trinity

i use in the lpc2124 the pwm to create a 4mhz signal but i also need a signal with a frequenzy of the twothousandth part with a pulsewidth of 0.05% (like a

Thread view Attachments: 0

Re: ECOS

2004-09-07 by balazs_scherer

... Hello, That patch is working. However many configuration options are not implemented, and some part of the assembly startup is absolutly unnecessary (Some

Thread view Attachments: 0

Re: 32 bit Division

2004-09-07 by Frank Sergeant

... Below my sig is the division routine, in ARM assembler, that I am using in my Forth. I don t know that it is any faster. It doesn t use the multiplier.

Thread view Attachments: 0

ECOS

2004-09-06 by Billy

I saw some months ago a patch for ecos but then it was withdrawn Has any1 taken this further? regards Billy

Thread view Attachments: 0

Re: IAR, JLINK and PLL problems

2004-09-05 by douglasbolton

... does ... We had the same problem. Once you have programmed the flash with the pll enabled the processor is history as far as the debugger is concerned

Thread view Attachments: 0

LPC2100 and USB programming

2004-09-05 by Stephen Pelc

From: Milos Prokic [mailto:mproki@macs.ece.mcgill.ca] Sent: Tuesday, August 31, 2004 8:20 AM ... We have used the FTDI 232B and 245B chips with LPC2106. You

Thread view Attachments: 0

Re: [lpc2000] CLZ instruction

2004-09-04 by Robert Adsett

... You are the victim of an unfortunate choice of naming convention used by ARM. From http://www.arm.com/pdfs/DVI0027B_7_R3.pdf pg11 The ARM7TDMI processor

Thread view Attachments: 0

RE: [lpc2000] CLZ instruction

2004-09-04 by Paul Curtis

You re mixing architecture (ARMv5) with device (ARM7). I believe most ARM7s are v4[T]. v5 is ARM9 (at least). Look at the sheet for your device to find

Thread view Attachments: 0

CLZ instruction

2004-09-04 by bobbruce000

When I try to execute the CLZ instruction, I get an undefined instruction exception. According to the ARM docs, the CLZ insn is supposed to be implemented on

Thread view Attachments: 0

IAR, JLINK and PLL problems

2004-09-04 by itsjustimpossible

Hi We are using the IAR workbench and Jlink to develop code for the LPC2129. I must use the PLL and debug from FLASH as my timing is criticle but the use of

Thread view Attachments: 0

RE: [lpc2000] Re: Small TCP/IP Stack

2004-09-04 by Invector Embedded Technologies

Did you have a look at uIP by the same author as lwIP. Here s the link http://www.sics.se/~adam/uip/ I did some tests, for a customer, with it a few months ago

Thread view Attachments: 0

Re: [lpc2000] Re: Small TCP/IP Stack

2004-09-03 by J.R. Rodrigues

Greetings, Thank you for your interest in CMX real time software. CMX-MicroNet currently supports the 8051, the 80x86, the ARM, the Atmel AVR, the Cyan

Thread view Attachments: 0

Re: Small TCP/IP Stack

2004-09-03 by Ilko Radulov

... layer ... We are looking for free stack, but can you provide me more commercial information on my e-mail.

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.