Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 182 of 329 · 16407 messages matched

Re: [lpc2000] Amontec Chameleon

2005-05-27 by Bruce Paterson

... Yep works fine in Raven mode with a lpc2124. Never tried Wiggler mode. There is a special Chameleon target for Philips LPCs in particular you must use, not

Thread view Attachments: 0

Re: [lpc2000] Amontec Chameleon

2005-05-27 by JM

Dear friends, I buy ChameleonPOD from second hand. Configuration for Xilinx, Altera, Lattice, Atmel, ARM work fine. Now i wont program MSP430 and PSD chips

Thread view Attachments: 0

Re: Problem with lpc21isp

2005-05-27 by capiman26061973

Hello, ... which version of the file lpc21isp.c you are currently trying ? Can you send it to me ? Do you have a trace file ? If you use it on windows, you can

Thread view Attachments: 0

LPC 2138 power down mode not working

2005-05-26 by Owen Mooney

I have managed to power down and back quite happily but I was getting 700 microamps consumption !! I had it comming alive with both RTC and external interrupts

Thread view Attachments: 0

Re: JTag Flash programming

2005-05-26 by tom_laffey

Hi Søren, I can t give you the whole program, but I can give you most of the pertinent sections. I ve cut n pasted the most applicable portions of the

Thread view Attachments: 0

Re: [lpc2000] Amontec Chameleon

2005-05-26 by Arie de Muynck

From: Leon Heller ... up ... Hi Leon, If you really give up I d like to buy it and give it a try. I ve got access to a logic

Thread view Attachments: 0

Re: Free LPC2xxx bootloader update tool

2005-05-26 by tildesign2

Hi Matt, we bought about 320 LPC2114 s as soon as they were available. These needed updating. During this process everything went just fine. No crashes at all.

Thread view Attachments: 0

LPC2214: UART1 (DTR, CTS, DSR, ...)

2005-05-26 by skymab

Hi, is it possible just to use RDX1 and TDX1 (like UART0) without the additional signals like DTR, CTS, DSR and so on ... ? Because I need the I/O pins which

Thread view Attachments: 0

Re: Amontec Chameleon

2005-05-26 by soren_t_hansen

[snip] ... How is your LPT1 set up? Mine is configured to EPP mode, but the other day I ran on another machine that wasn t. You could try to see if that did

Thread view Attachments: 0

Re: Amontec Chameleon

2005-05-26 by soren_t_hansen

... use an ... project on ... except ... (they may ... itsself ... setting the ... and give up ... I ve just bought 4 Chameleons, and are using them together

Thread view Attachments: 0

Re: [lpc2000] Amontec Chameleon

2005-05-26 by Bill Knight

... This SOUNDS like the error that newer versions of OcdLibRemote return when they find a non-standard WIGGLER. I believe Macraigor s products have a jumper

Thread view Attachments: 0

Re: [lpc2000] Amontec Chameleon

2005-05-26 by Aalt Lokhorst

Hello Leon, Some info just from my memory and from dark archives so be carefull... In the past I have used ocdremote for a few days and there were some issues

Thread view Attachments: 0

Re: [lpc2000] Amontec Chameleon

2005-05-26 by Bill Knight

... IIRC it is in Cygwin usr local bin I usually create a Windows link to it in my project directory setting the parameters correctly, then just double-click

Thread view Attachments: 0

Re: [lpc2000] Amontec Chameleon

2005-05-26 by Bill Knight

I ve used it in both WIGGLER and Raven modes with the LPC. I use an older version of OCBLibRemote with the following command lines: OcdLibRemote.exe -c ARM7

Thread view Attachments: 0

Re: [lpc2000] Amontec Chameleon

2005-05-26 by Marko Panger

The same was happening to me. When I was conntacting Amontec for support they said that it should work. I have tried almost everything but with no success.

Thread view Attachments: 0

Free LPC2xxx bootloader update tool

2005-05-26 by tildesign2

The earlier LPC2xxx ARM processors require a bootloader update in order to protect the code from being read through ISP. We created a free update tool that is

Thread view Attachments: 0

Amontec Chameleon

2005-05-26 by Leon Heller

A long time ago Amontec gave me one of their Chameleon units to try with my LPC210x board. I couldn t get it to work. I thought I d try it again with the

Thread view Attachments: 0

Embest Flash Programmer experiences

2005-05-26 by soren_t_hansen

Hi Group Does any of you have any experience with subj? I m thinking of bying this program to program the flash of my LPC2132 through JTag. Best Regards Søren

Thread view Attachments: 0

LPC 2138 power down mode not working

2005-05-26 by Mohan K

Hi Everyone, I am trying the power down mode in LPC 2138 microcontroller. I am able to enter in to the power down mode, but not able to get back if there is an

Thread view Attachments: 0

JTag Flash programming

2005-05-26 by soren_t_hansen

Hi Tom, I saw your reply reg. flash programming on a lpc2000 through Jtag and I was wondering if I could see this program that you have, that gets the code

Thread view Attachments: 0

Re: Problem with lpc21isp

2005-05-26 by Thiadmer Riemersma (ITB CompuPhase)

... The first thing to check would be whether the lpc21isp utility correctly detects your chip (the LPC2124). When you run it, the utility prints this chip

Thread view Attachments: 0

Problem with lpc21isp

2005-05-26 by Bruce Paterson

... I ve been trying your latest lpc21isp.c file (on windows) with an LPC2124 chip. It compiles (under either borland C or gcc under cygwin). In both cases it

Thread view Attachments: 0

Re: [lpc2000] accessing SPI registers

2005-05-26 by Robert Adsett

... Your right. It probably would be. I try to put them in only where necessary. It s probably worth a check to make sure const is in there as often as

Thread view Attachments: 0

Re: [lpc2000] accessing SPI registers

2005-05-26 by Bruce Paterson

... Incidentally Robert, I had to add a couple of volatiles to the newlib-lpc lpx2XXX.h file in my case where you d left them out (but most registers had

Thread view Attachments: 0

Re: [lpc2000] accessing SPI registers

2005-05-26 by Bob Paddock

I am new to the ARM, but I know from my extensive AVR experience that removing the volatile directive can lead to bad code. Is this a problem with what you

Thread view Attachments: 0

Re: [lpc2000] accessing SPI registers

2005-05-25 by Brett Delmage

... Excellent. Thank you Robert! That is exactly what I wanted to do eventually. I have coded that way wih other CPUs and build tools and I agree that it is

Thread view Attachments: 0

Re: Olimex LPC-H2294 Intel Flash

2005-05-25 by richard_tuffin

... The LPC2294 is byte addressing, therefore 0x80008000 = 0x0ff1 sets 0x80008001 to 0x0f (the high byte). Addressing 16bit pointers to odd locations would

Thread view Attachments: 0

Re: [lpc2000] accessing SPI registers

2005-05-25 by Robert Adsett

... I haven t done a comparison of code generation but I use ld in combination with gcc for this. IE in the appropriate ld control file I have something like

Thread view Attachments: 0

Re: [lpc2000] accesing SPI registers

2005-05-25 by Brett Delmage

... Top of page 183 of LPC2119/2129/2194/2294 manual: The SPI contains 5 registers as shown in Table 115. All registers are byte, half word and word

Thread view Attachments: 0

Re: accesing SPI registers

2005-05-25 by Thiadmer Riemersma (ITB CompuPhase)

... registers? ... You can access them as 32-bit, but it is wisest to only write zeros in the undefined bits. Even though some registers are only 8-bit, they

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.