Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 274 of 329 · 16407 messages matched

Board with LPC21xx and big RAM ?

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

Hello, does someone know if a Evalboard with a LPC21xx with big RAM exists ? Who sells such a thing ? No other components are needed (ok a few IO PINs like

Thread view Attachments: 0

RE: [lpc2000] Re: ARM9..?

2004-07-17 by James Dabbs

I ve got to decode 2 ogg vorbis streams simultaneously; I wanted to just load the files into RAM (~2 meg) and rip through them. I was just looking for

Thread view Attachments: 0

Re: ARM9..?

2004-07-16 by philips_apps

... Let s define immediate future: within this year , the answer is: there will be no LPC ARM microcontrollers with ARM 9 core in 2004. Robert

Thread view Attachments: 0

Re: ARM9..?

2004-07-16 by Karl Olsen

... Not according to the poll: http://groups.yahoo.com/group/lpc2000/message/2477 http://groups.yahoo.com/group/lpc2000/surveys?id=11799512 The issue has been

Thread view Attachments: 0

ARM9..?

2004-07-16 by James Dabbs

Is there an ARM9 core in the LPC2XXX series immediate future? [Non-text portions of this message have been removed]

Thread view Attachments: 0

TiniARM Development with Eclipse

2004-07-15 by lynchzilla

Forum readers interested in using Eclipse for ARM cross-development may find the 70 page tutorial TiniARM Development with Eclipse very helpful. The tutorial

Thread view Attachments: 0

Re: lpc2292 external sram

2004-07-14 by philips_apps

Doug, The compiler does not need to know about the width of the external RAM. It s all taken care by the EMC provided that the bank configuration registers are

Thread view Attachments: 0

New file uploaded to lpc2000

2004-07-14 by lpc2000@yahoogroups.com

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc2000 group. File : /LPC_CANAll.zip

Thread view Attachments: 0

lpc2292 external sram

2004-07-14 by douglasbolton

I m putting a 128k*16 external sram onto an lpc2292. I ve set the external memory controller for this bank to be 16 bits wide. Does the compiler need to know

Thread view Attachments: 0

Re: Crossworks and Ram debug

2004-07-14 by hodgejackiehank

... No, I have no latchup problems, or any particular problem with the board per se. However there is a breadboard area on the card and obviously it would be

Thread view Attachments: 0

Re: Power Supply Sequencing - Latchup

2004-07-14 by tsvetanusunov

Hello Group, I m sorry I don t read all messages in this group and didn t saw that here are questions for me. Thank to Martin Koenig who e-mailed me directly

Thread view Attachments: 0

Re: Crossworks and Ram debug

2004-07-14 by g2100g

... Regarding the voltage regulators on the Olimex board, please see my message #2737, as well as the messages from Tsvetan (of Olimex) referenced there. Are

Thread view Attachments: 0

Re: Crossworks and Ram debug

2004-07-13 by hodgejackiehank

... Uh hu. As you may have seen on earlier posts, I started out with web7 days kit. I have now upgraded to Olimex, but still have thier wriggler. Now, early

Thread view Attachments: 0

Loading elf files directly

2004-07-13 by Richard

Anyone know how to load elf files directly (elf files not associated with a project) in Crossworks and C-Spy? Rich

Thread view Attachments: 0

Re: [lpc2000] memory allocation..

2004-07-13 by Taner Mutlu

Thank you very much Robert, that was clear enough.. ===== Taner Mutlu Elektronik Müh. GLOBAL Bilgisayar ve Kontrol Sistemleri taner@globalbil.com

Thread view Attachments: 0

Re: Crossworks and Ram debug

2004-07-13 by moruisg

... target, ... correctly. ... Are you sure that you need to re-compile the loader? The default loader uses the ARM s debug comms channel to communicate with

Thread view Attachments: 0

New file uploaded to lpc2000

2004-07-13 by lpc2000@yahoogroups.com

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc2000 group. File : /LPC_CANAll.zip

Thread view Attachments: 0

New CAN Example Uploaded

2004-07-13 by philips_apps

All, The latest CAN example from ESA (LPC_CANAll.zip) is now in the file section. This one does not use the acceptance filter at all, but simply processes all

Thread view Attachments: 0

Crossworks and Ram debug

2004-07-13 by hodgejackiehank

I want to debug with both serial ports active on an Olimex P1 target, so I am tying to use the RAM loader in Crossworks. I have recompiled Loader.EXE but when

Thread view Attachments: 0

Re: [lpc2000] memory allocation..

2004-07-13 by Robert Adsett

... Well, I consider it a feature. That alone keeps the size of messages to a manageable level and stops the current crop of worms dead in their tracks. But

Thread view Attachments: 0

Re: [lpc2000] memory allocation..

2004-07-13 by Taner Mutlu

yes there is a problem with yahoo groups.. #include /* Mapped to Read-Only Data Section (.rodata) */ const char Text[] = This is a dummy text which

Thread view Attachments: 0

Re: memory allocation..

2004-07-13 by ian48harry

Guys: For this and earlier FLASH programming threads. Don t forget that you can program the FLASH without using the built in capability from boot. The

Thread view Attachments: 0

Re: [lpc2000] memory allocation..

2004-07-13 by Robert Adsett

... For RAM yes, for Flash unlikely, although with C++ and a smart pointer setup you might be able to simulate it. ... Maybe that Yahoo Groups strips

Thread view Attachments: 0

Re: [lpc2000] memory allocation..

2004-07-13 by Taner Mutlu

Thanks for help, I still believe that malloc/free should work.. I have atteched some code illustrating malloc/free and the linker file (taken from an example

Thread view Attachments: 0

Re: [lpc2000] memory allocation..

2004-07-13 by Robert Adsett

... That won t work for using malloc to store data in flash ... This might. To store data in flash using malloc/free you not only would have to write your own

Thread view Attachments: 0

RE: [lpc2000] Re: big-endian mode

2004-07-13 by h s

The IAR compiler has a project option which supports both the big/little endian data format. Other compilers may also, support similar option. ... From:

Thread view Attachments: 0

Re: [lpc2000] memory allocation..

2004-07-13 by h s

Option1) Set the heap address in the linker file. Option2) Write your own malloc/free functions. Pass them an array address which can be placed anywhere in the

Thread view Attachments: 0

RE: [lpc2000] Re: big-endian mode

2004-07-13 by Joseph Goldburg

... From: Leighton Rowe [mailto:leightonsrowe@yahoo.com] Sent: Tuesday, 13 July 2004 12:07 AM To: lpc2000@yahoogroups.com Subject: [lpc2000] Re: big-endian

Thread view Attachments: 0

memory allocation..

2004-07-13 by tanermutlunun

hello.. I am using LPC2106 and I need to allocate some data to free flash memory using malloc.However malloc allocates memory to the heap, but I want to put it

Thread view Attachments: 0

Re: IAR & Macrigor wiggler

2004-07-13 by tsvetanusunov

... so the there is no hardware problem . IAR know this problem but don t fix it as they sell Segger s J-LINK (with much higher cost than Wiggler) and don t

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.