Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 299 of 329 · 16407 messages matched

Re: [lpc2000] Atmel SAM7

2004-03-17 by capiman@t-online.de

Manny thanks for the info ! But they are available as samples first in 3Q04, in production 4Q04. Beside the SAM7A3 the flash / ram size is smaller, but they

Thread view Attachments: 0

Re: [lpc2000] Atmel SAM7

2004-03-17 by David Willmore

... Oh, yeah, that SAM7S32 looks like it s aimed right at the people who think a LPC2104 is too big. :) Nice family of chips--when it ships. So, the big

Thread view Attachments: 0

Atmel SAM7

2004-03-17 by Pablo Bleyer Kocik

Hello. Atmel has recently announced their SAM7 line product of smart ARM uCs (http://www.at91.com/www/phpBB2/viewtopic.php4?t=24). Specs are very similar to

Thread view Attachments: 0

Re: [lpc2000] ISP Problems

2004-03-17 by capiman@t-online.de

Have a look at http://www.clibb.de and go to lpc21isp. There you see how you can call the original philips utility by command line (at least older version

Thread view Attachments: 0

about 2119 jtag

2004-03-17 by hesitjin

I ve just got a 2119,and I wonder how to enter the Debug mode of 2119. Although the user manual said that LOW on RTCK while RESET is LOW, enables pins

Thread view Attachments: 0

Re: ISP Problems

2004-03-17 by janek_szymanski

would it be very difficult to put a simple GUI instead ? ... command ... noise, ... We

Thread view Attachments: 0

Re: [lpc2000] ISP Problems

2004-03-17 by Peter Kuhar

It would be nice, if we would be able to run ISP utility from command line (noninteractive) regards, Pero

Thread view Attachments: 0

ISP Problems

2004-03-17 by philips_apps

It has been brought to our attention that sometimes (due to noise, hardware personalities etc) that it may take several synchronization attempts to autobaud

Thread view Attachments: 0

RE: Looking for TCP/IP stack

2004-03-16 by r_stickley

Thanks for the heads up on this! And of course no good deed goes unpunished, maybe you could answer another question... Just wondering how the uIP (or LWIP?)

Thread view Attachments: 0

Looking for TCP/IP stack

2004-03-16 by Owen Mooney

You can buy the book! There is an excellent text TCP/IP lean available from amazon.com. It s really clear and easy to read. It contains and describes code

Thread view Attachments: 0

Re: [lpc2000] Looking for TCP/IP stack

2004-03-16 by Michael Anburaj

Try LwIP on top of uCOS-II. You can find ARM ports for uCOS-II on my site; and also uCOS_LwIP port. http://geocities.com/michaelanburaj/ Hope this is helpful!

Thread view Attachments: 0

Re: Choosing an IDE for the LPC2114

2004-03-16 by golssa

Hi Hugh, I used 1.07. Hopefully 1.13 will be improved. Will the upgrade (from 60-days to 32KBytes) be automatic for the entry level kit? ... using ...

Thread view Attachments: 0

Re: Powerconsumption of the LPC2106

2004-03-16 by philips_apps

Hi Andreas, just an extimate but based on some measurements. All the peripherals you mentioned should add less than 10 mA to the 1.8V power supply running at

Thread view Attachments: 0

Re: Uart 0, getting started

2004-03-16 by Richard

Remove J10 after using the ISP Flash Utility or the default state of the DTR line will hold the micro in reset. Richard ... 2129. I ... something. I ...

Thread view Attachments: 0

Powerconsumption of the LPC2106

2004-03-16 by didgiei

Hallo there, I need some help with a rough powerestimation for an possible aplication an the LPC2105. I know that an estimation without a dedicated Hardware

Thread view Attachments: 0

file upload: Modified ISP tool

2004-03-16 by embeddedjanitor

Hi All I modified Martin s lpc21isp ISP tool a few days back and emailed him, but didn t get a response so I ve posted the modified version on the group.

Thread view Attachments: 0

Re: Choosing an IDE for the LPC2114

2004-03-16 by embeddedjanitor

... code ... resources ... your ... I m a sucker for gcc + gdb/insight. I use this on both Winxx(with Cygwin) and Linux and have used these to deliver product.

Thread view Attachments: 0

Re: running FIQ code from ram?

2004-03-16 by embeddedjanitor

... run ... On an LPC210x with MAM enabled, it isn t that obvious that you will get a huge performance kick from running an FIQ from RAM. This might be a case

Thread view Attachments: 0

Re: Looking for TCP/IP stack

2004-03-16 by embeddedjanitor

... be ... stack ... a ... Generally I d say that TCP/IP stacks would be written mainly in C and thus CPU neutral. Have a grub around various LGPL and similar

Thread view Attachments: 0

running FIQ code from ram?

2004-03-16 by Peter Kuhar

Hello, I would like to copy FIQ code from flash to ram a startup and then run FIQ code from RAM(better response). How can i do that in C. /Pero

Thread view Attachments: 0

Re: Choosing an IDE for the LPC2114

2004-03-15 by golssa

I worked with the Ashling tools too. Consider them if you need a good hardware board. But their debugger constantly runs into a no more hardware resources -

Thread view Attachments: 0

Looking for TCP/IP stack

2004-03-15 by r_stickley

Wondering if anyone has any recommendations for a good TCP/IP stack. I just assumed that if we switched to an ARM processor, there would be lots of stacks

Thread view Attachments: 0

Need your help with power up problems

2004-03-15 by philips_apps

Hello, a while ago Tsvetan from Olimex posted a message that he had problems if the 3.3V supply came up earlier than the 1.8V, another post was excatly the

Thread view Attachments: 0

Re: Choosing an IDE for the LPC2114

2004-03-15 by philips_apps

Hi, there have been many ports to support the LPC2000 family already. Ashling, Hitech, IAR, Keil, Rowley just to name some of them (in alphabetical order).

Thread view Attachments: 0

RE: Choosing an IDE for the LPC2114

2004-03-15 by Michael Johnson

Hi Bob, It s worth asking the question: Does the IDE support integrated Flash download and debug? This means that from an IDE you can set breakpoints in the

Thread view Attachments: 0

Re: Choosing an IDE for the LPC2114

2004-03-15 by golssa

Hi, take a look at the Keil IDE, the ARM support eval is for free (full GNU compiler, 16K limited debugger). Its the best and most integrated IDE, while still

Thread view Attachments: 0

Re: Choosing an IDE for the LPC2114

2004-03-15 by rkd0930home

I am not compelled to use an IDE. When I write code I like to step through it to insure that it does what I intended. I find an IDE to be a convenient way to

Thread view Attachments: 0

Re: Uart 0, getting started

2004-03-15 by embeddedjanitor

... the ... buffer? ... Some development boards use the RTS and DTR lines to effect reset and ISP modes. Make sure that your serial set-up is not driving these

Thread view Attachments: 0

Uart 0, getting started

2004-03-15 by hellika2003

Hi, I have the Keil MCB2100 (www.keil.com/MCB2100) using the 2129. I have spent nearly 2 days trying to get the UART 0 to do something. I have got everything

Thread view Attachments: 0

WARNING! Virus detected

2004-03-15 by postmaster@plovdiv.spnet.net

Your EMail with subject read it immediately , sent to the recipient(s) olimex@plovdiv.techno-link.com contains a virus or other harmful content. The message

Thread view Attachments: 0

Re: Choosing an IDE for the LPC2114

2004-03-14 by johnnorgaard2003

... Hi I have also seen that Hitech have a ARM compiler and an IDE. I have downloaded the compiler and read some of the manual and sent them som questions !

Thread view Attachments: 0

Re: Choosing an IDE for the LPC2114

2004-03-14 by thomasleuthner

Hello, We have the same problem at the moment. We consider the Hitech system (www.hitech.com.au) - or a chinese system with the GNU compiler and a JTAG

Thread view Attachments: 0

Choosing an IDE for the LPC2114

2004-03-14 by rkd0930home

Hi, I will be starting a new project using the LPC2114 and I have to decide on an IDE to do the development. I have been considering the Rowley Crossworks and

Thread view Attachments: 0

Re: Bigger RAM in 2129

2004-03-14 by redsp@yahoo.com

... would ... the ... used ... Li ... Vdd ... I guess I am not sure I understand why you would have a separate RTC if you are not going to provide for a

Thread view Attachments: 0

Re: [lpc2000] Re: Writing to Flash

2004-03-14 by Robert Adsett

... They may also wish to update the flash (and its programming algorithm) and that s harder to do if users have been programming the algorithm themselves

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.