Sign in

username or email:

password:



Not a member?
Forgot your Password?

Search Comp.Arch.Embedded



Search tips


Sponsor

Discussion Groups

See Also

DSPFPGA

LPC2000 in Comp.Arch.Embedded

Comp.Arch.Embedded is a worldwide Usenet news group that is used to discuss various aspects of Embedded Systems development.

We found 15 threads matching "LPC2000"

You are looking at page 1 of 1.

The most relevant threads are listed first

So far in June, you have voted 0 times ou of a total of 15 votes by the community.
Please help us clean the archives from unuseful discussion threads by using the voting system! Details here.

HEX file in LPC2000 Flash Utility
-1

sarah - 5 years ago
Hello there I am upgrading MCU on our MICR check reader with the LPC2000 Flash Utility V2.2.2. This device is connected to serial port (DB9f). I do the steps with the manual I have. In this manual, first I read the Part ID and Boot Loader ID of the device. Then I erase and Blank check. All thes...HEX file in LPC2000 Flash Utility

Is LPC2888 flash programming using openOCD possible?
0

Started by Unknown 5 years ago
Is it even possible to program the LPC2888 program flash using openOCD? I've managed to successfully program a Olimex LPC-H2888 devel board across its USB port using the NXP USB DFU flash programming utility. Debug with gdb using openOCD and an Olimex OpenOCD JTAG TINY seems to also be wor...Is LPC2888 flash programming using openOCD possible?

WOW, 32-bit ARM flash controller for $1.47 from Philips
+1

Started by An Schwob in the USA 8 years ago
Hi everybody, The LPC2000 forum on Yahoo http://groups.yahoo.com/group/lpc2000/ had a posting today that I consider a huge step towards having 32-bit micros in almost all applications. An ARM7 device running a stunning 70 MHz starting at $1.47! It has strong communication features such as two ...WOW, 32-bit ARM flash controller for $1.47 from Philips

ANN: Armaide - New development system for LPC2000
-1

cfb - 4 years ago
Armaide is an integrated development system for writing native ARM software to run on the NXP LPC2000 family of microcontrollers. The programming language used is Oberon-07, an evolution of Pascal and Modula-2. Programmers with experience of either of these languages can adapt to Oberon with min...ANN: Armaide - New development system for LPC2000

eCos on Phillips LPC2000/LPC2194
0

Started by Ian McDonnell 8 years ago
I about to embark on porting eCos to the ARM-based Phillips LPC2194 controller. Does anyone know if this (or similar) has been done already? This message was sent using the comp.arch.embedded web interface o www.EmbeddedRelated.com ...eCos on Phillips LPC2000/LPC2194

Spec Int figures for ARM and Xscale.
0

ghazanhaider - 7 years ago
I've seen plenty of MIPS numbers for ARM, but I'm looking for SpecInt95 SpecFP95 and SpecInt2000 for ARM7TDMI ARM9xxx MPUs, especially for the LPC2000 and atmel microcontrollers. Information for the Xscale chips would be good too. Google hasnt yielded much except a few confusing student papers...Spec Int figures for ARM and Xscale.

Open source GPL Schematic and PCB Editing software
0

Started by Anton Erasmus 8 years ago
Hi, The following link for Schematic and PCB editing software has been posted on the lpc2000 yahoo group. http://www.lis.inpg.fr/realise_au_lis/kicad/ Looks like it runs under both Linux and Windows. The documentation is mostly in French, and it looks like they are looking for people to ...Open source GPL  Schematic and PCB Editing software

Embest offers SBCs with flexible design
0

Started by Unknown 6 years ago
Embest now offers a series of single board computers with low cost and flexible design. The boards are based on ARM7 or ARM9 CPU like S3C44B0, S3C2410, LPC2000, etc. And features with Ethernet, bluetooth, USB, IDE and so on. Special ODM/OEM service can be also provided. More information can be f...Embest offers SBCs with flexible design

Maxim MAXQ MCU
0

Started by Leon Heller 9 years ago
I've just received some info on the new Maxim MAXQ microcontroller. It looks rather interesting and is aimed at the PIC/AVR/MSP430 part of the market. Whether we need another 8- or 16-bit architecture is debatable with cheap 32-bit devices like the LPC2000 becoming available, but I'd like to...Maxim MAXQ MCU

Math computing time statistics for ARM7TDMI and MSP430
0

Started by Tilmann Reh 7 years ago
Hello, for an estimation of required computing time I would like to roughly know the time that current controllers need for math operations (addition/subtraction, multiplication, division, and also logarithm) in single and/or double precision floating point format (assuming common compilers)....Math computing time statistics for ARM7TDMI and MSP430

ARM micros and UML memory requirements / training?
0

Started by An Schwob in USA 8 years ago
Hi, although I am very familiar with ARM micros from different vendors, my knowledge about UML is EXTREMLY basic, well does not really exist ;-). In recent conversations with customers, the topic UML came up several times. There was a thread about tools in February and a longer thread about U...ARM micros and UML memory requirements  / training?

Lowest power ARM
0

ghazanhaider - 7 years ago
I'm looking for the lowest power arm with an external bus and MMU. It should be able to run Linux, even if theres no readily available toolchain for it. So It should be ARM720T or higher. The Atmel ARM9 parts are the only ones that support 1.8V external bus, where I can use low-power SRAM work...Lowest power ARM

LPC2000
0

Started by Artem 8 years ago
Hi all. Could anyone explane me about ARM timing. I have a LPC2294 and external RAM (32, 0ws). Source: while(1) { volatile uint32_t* extRam = (uint32_t*)0x80000000; register uint32_t zero = 0; register uint32_t one = 0xffffffff; extRam[0] = zero; extRam[0] = one; ext...LPC2000

Low power memory
0

ghazanhaider - 7 years ago
I posted about this issue a year ago, just revisiting. I've been looking for the lowest power any external memory chip can dissipate per megabyte and access speed. Low power SRAM is the first choice, but the estimated power for a constant series of bursts gets very expensive on power. Async ...Low power memory

Eclipse file handling
0

FreeRTOS.org - 6 years ago
Having been asked 100 times for a FreeRTOS.org demo that uses Eclipse, I have relented and am putting one together, however.... The FreeRTOS.org directory structure is as follows: FreeRTOS ¦ +-Demo ¦ ¦ ¦ +-Common The demo application files that are ...Eclipse file handling