Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 243 of 329 · 16407 messages matched

Unable to flash to extenal memory

2004-12-09 by wunny83

I m using the LPC2000 Flash utility to flash to position 0x80000000 on the phytec 2294 but when i load the hex file into the utility i get the messgae invalid

Thread view Attachments: 0

Re: [lpc2000] LPC2xxx vs STR71x heresy?

2004-12-09 by Alaric Snell-Pym

... The Wiki I set up was designed to feature all device families, so people can compare em: http://www.open-research.org.uk/ARMuC/ It definitely needs more

Thread view Attachments: 0

RE: [lpc2000] LPC2xxx vs STR71x heresy?

2004-12-09 by Leon Heller

... As founder and moderator of this group, I d rather keep it specific to the LPC2000. I ve nothing against discussing the pros and cons of the other devices,

Thread view Attachments: 0

re: trouble with simple delay function

2004-12-09 by Michael Johnson

Whoever you are... Parameters displayed by CrossWorks on entry to a function are often incorrect. Last time I looked the debug info describes the location of

Thread view Attachments: 0

RE: [lpc2000] LPC2xxx vs STR71x heresy?

2004-12-09 by Robert Adsett

... Four, there is the ADuC series from Analog Devices as well. ... Agree d. One note about the STR chips. Unlike the others they do not support serial ISP.

Thread view Attachments: 0

Re: Pin Config registers!

2004-12-09 by rattencremesuppe

... MUST ... in ... 2129 is like 2124 with CAN. so the SPI section should be identical. HTH, Patrick

Thread view Attachments: 0

Getting started with gnuarm for LPC

2004-12-09 by ateichtmann

Hi, im looking for a homepage/examples how to configure the gnuarm toolchain (makefile etc.) for windows and to compile and flash a simple example project.

Thread view Attachments: 0

still can't write flash with IAP

2004-12-09 by rattencremesuppe

... now IAP doesn t freeze, as I enabled thumb interworking in the ADS compiler. But now the copy RAM to flash fails with error code 9 (CMD_SUCCESS |

Thread view Attachments: 0

LPC2xxx vs STR71x heresy?

2004-12-09 by tkreyche

I ve been lurking this group for 6 months trying to decide when to dump 8-bit controllers for ARM7. The expertise in the group finally pushed me to get moving

Thread view Attachments: 0

first steps with ADS 1.2

2004-12-09 by mal_ibn

Hello to all of you! Just joined the group. I m here and try to start a project on a LPC2106. My tools are ARM ADS 1.2 together with RealView Multi-ICE. The

Thread view Attachments: 0

Re: [lpc2000] Re: Pin Config registers!

2004-12-09 by Sridhar gadda

Hi Note: LPC2114/2124/2212/2214 configured to operate as SPI master MUST select SSEL functionality on an apropriate pin and have HIGH level on this pin in

Thread view Attachments: 0

How to write flash from application?

2004-12-09 by rattencremesuppe

Hi, I m writing an application for LPC2124 using ARM ADS 1.2 I want to save a few user-defined configuration bytes in the internal flash. I ve tried to use the

Thread view Attachments: 0

Re: Pin Config registers!

2004-12-09 by rattencremesuppe

Hi, ... Its the other way around - SPI doesn t work, when SSEL is configured as GPIO. You MUST enable the SSEL function on that pin in order to use SPI. They

Thread view Attachments: 0

Re: [lpc2000] Pin Config registers!

2004-12-09 by Sridhar gadda

hello Karldalen, I too noticed the same problem for my SPI interface ....in Manual its not specified about using 2 or more slaves using SSLE pin. Which

Thread view Attachments: 0

Re: LCD Displays

2004-12-09 by nourson54

You can buy some nokia LCD (colors and mono) here : http://www.jelu.se/shop/ the 3310 lcd costs 10euros

Thread view Attachments: 0

Re: gameport GP32

2004-12-09 by moruisg

Gus, There is an example shipped with 1.3 for GP32 (it demonstrates writing to the LCD). You can load it from the Welcome help page by clicking example

Thread view Attachments: 0

Re: LCD Displays

2004-12-09 by acetoel

What about driving a Nokia LCD? There is information in all the web! They are easy to intefase as they have SPI (also Color LCDs!!!). I m trying to find a

Thread view Attachments: 0

OT: LPC2106 Adapter

2004-12-09 by acetoel

Hello... I made a little adapter for LPC210x (LQFP 48), in fact I made a lot of adapters, and they are very useful for me. With this adapters You just solder a

Thread view Attachments: 0

Trouble with simple delay function :-/

2004-12-09 by nourson54

I have written a pause() fonction under crossworks 1.3 like this : #define ONE_SEC (uint32t)10000000 void pause(uint32_t duration) { uint32_t startTime = T0TC;

Thread view Attachments: 0

__ram attribute in Keil CA compiler

2004-12-09 by varuzhandanielyan

I have written very simple code just to evaluate the LPC2129 speed for the Keil MCB2100 board: void Meander(void) { unsigned int n; n = 0x00010000; while (1) {

Thread view Attachments: 0

Re: Partial Flash Programming (ctd)

2004-12-09 by philips_apps

Hi Al, even changing some bits from 1 to 0 would generate a wrong reading. The LPC2000 devices have an error correction ECC mechanism build in. This is part

Thread view Attachments: 0

Re: [lpc2000] Re: Memory Stick question

2004-12-09 by Lewin A.R.W. Edwards

... SD is a proprietary interface too. You need to pay annual membership to read the spec. Just like SmartMedia, XD, and Memory Stick. MMC is *almost* open.

Thread view Attachments: 0

Pin Config registers!

2004-12-08 by karldalen

Simple question! Does the SSEL pin function overide the GPio function when the SPI interface are enabled? I need to use the SPI in 3 pin master mode and

Thread view Attachments: 0

Re: gameport GP32

2004-12-08 by Gus

Paul, Will you guys have some examples in the future? Is GP32 SDK included now in 1.3? I mean is it possible to call some GP32 APIs? Where did you guys learn

Thread view Attachments: 0

RE: [lpc2000] Re: gameport GP32

2004-12-08 by Paul Curtis

Well, we have two GP32s, and Jon found some stuff on the web and cooked things up. The GP32 SDK isn t in the package as, IIRC, it s licensed (although freely

Thread view Attachments: 0

RE: [lpc2000] gameport GP32

2004-12-08 by Paul Curtis

Gus, I think Jon got an SDL port going on the GP32. He s got the display running natively, I believe. It was just a pretty cheap ARM9 board. -- Paul Curtis,

Thread view Attachments: 0

gameport GP32

2004-12-08 by Gus

Hello, Version 1.3 or rowley arm IDE supports gameport GP32. I am curious on what are the advantages of GP32 and are there any examples out there on using the

Thread view Attachments: 0

Partial Flash Programming (ctd)

2004-12-08 by Leighton Rowe

Concerning Philips Apps post on Partial Flash Programming I understand lpc flash memory can be updated 128 bits (minimum) at a time, and that a each 4K area

Thread view Attachments: 0

which register name to be used ?????

2004-12-08 by Sridhar gadda

Hello, which register name should be used to set the bits ????? in user manual for example SPI0 control register is named as S0SPCR and when you see at

Thread view Attachments: 0

Re: Memory Stick question

2004-12-08 by Gus

Why memory stick? why not SD? If you are thinking of a product, you can t use SONY stuff! Gus ... etc. Where I can found or download information about it?

Thread view Attachments: 0

Re: [lpc2000] Memory Stick question

2004-12-08 by Lewin A.R.W. Edwards

... Sony used to make most of their spec available (several years ago while they were trying to encourage people to adopt the format). Now they ve either

Thread view Attachments: 0

Re: Memory Stick question

2004-12-07 by ggindele

I guess you are thinking about PC memory right - like SDRAM and so on. The external memory interface on the LPC22xx is for ROM/RAM/IO, that will not connect

Thread view Attachments: 0

RE: [lpc2000] Reading value of register

2004-12-07 by Paul Curtis

The %c is a particularly inappropriate conversion specifier for this. The original poster could always try %d which will almost certainly get better results.

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.