Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 214 of 329 · 16407 messages matched

Re: Philips-Apps ??

2005-02-23 by rhpascaldodo

... then ;-) ... Thank you for clarification. It s nice to hear that these types are in the pipeline! Rolf

Thread view Attachments: 0

Some questions about IAP on LPC21XX.

2005-02-23 by foyyyof

the same program ,I debug it in the RAM,IAP operation completed and Compare function can return the current result (00). But debug in the flash ,return the

Thread view Attachments: 0

Re: Philips-Apps ??

2005-02-23 by philips_apps

Hi Rolf, as we try to improve our devices naturally the newer devices have some new and better features. If we wanted to replace the existing devices the new

Thread view Attachments: 0

newbie question--debugging from flash

2005-02-23 by c_hall2001

Is there anyway to debug from flash using gnu (free) tools and the wiggler? I m new to the ARM and GNU tools but my fog is slowly starting to lift. Also, the

Thread view Attachments: 0

Re: C ARM instructions

2005-02-22 by embeddedjanitor

... With 32-bit micros you very seldom use special C constructs - like you would with 8-bitters. For the most part, the C extensions in 8- bitters are there

Thread view Attachments: 0

C ARM instructions

2005-02-22 by majid_mokhtari

Hello , I am a little old but new in using ARM micros. I have bought a MCB2100 Evaluation board and I need to find a resource to start learning special C

Thread view Attachments: 0

Re: [lpc2000] Re: OCD commander

2005-02-22 by Anton Erasmus

... Do you have RAM at the address you are trying to download ? AFAIK the OCD JTAG download, only downloads to RAM. If you want to program FLASH via JTAG, you

Thread view Attachments: 0

Re: IAR Flash Programming

2005-02-22 by lp2000c

I m not sure. I never had reason to use IAR to erase without programming. I don t see any obvious way to do this, but a call to IAR should be able to prvide

Thread view Attachments: 0

Re: CAN baudrate setting

2005-02-22 by peterburdine

I ve tried making a spreadsheet for this, but I haven t had a chance to actually test the timings. But here are the answers I come up with. These

Thread view Attachments: 0

CAN baudrate setting

2005-02-22 by mouaaz

Dear all, I am using two LPC2129 boards having 12 MHz clock, with CCLK and PCLK set to 60 MHz. They are connected via a CAN link. I am trying to set the bus

Thread view Attachments: 0

Re: [lpc2000] OCD commander

2005-02-22 by Leon Heller

... From: kenbnny To: Sent: Tuesday, February 22, 2005 4:02 AM Subject: [lpc2000] OCD commander ... Could be

Thread view Attachments: 0

Re: OCD commander

2005-02-22 by kenbnny

Guys, A little joy with pin 8 and pin 15 connected on DB25 with latest OCD software at speed 8, I m able to connect to target, but I m not able to load file.

Thread view Attachments: 0

RE: [lpc2000] Re: OCD commander

2005-02-22 by Gawie de Vos

Hi Ken Look at http://sysadminforum.com/showthread.php?s=8b64fe3da5c435f497ad868f34952f 99&t=238739&page=2&pp=10 for more info regarding the loopback required

Thread view Attachments: 0

RE: [lpc2000] Re: OCD commander

2005-02-22 by Gawie de Vos

As far as I know, you should connect pin 8 and 15 on the DB25. ________________________________ From: kenbnny [mailto:kenbnny@yahoo.com] Sent: 22 February 2005

Thread view Attachments: 0

Re: OCD commander

2005-02-22 by kenbnny

Bruce, I m using home made wiggler interface as per Schematic given in JTAG.ZIP in group files. Where can I get information regarding which loopback pins

Thread view Attachments: 0

Re: [lpc2000] OCD commander

2005-02-22 by Bruce Paterson

... Are you using a Macraigor Wiggler or a home built one ? Recently Macraigor added code to their later ocd commander on ocdremote software to sense a looped

Thread view Attachments: 0

OCD commander

2005-02-22 by kenbnny

Hello Guys, I m using OCD commander software of Macraigor Systems for connecting to the LPC device using WIGGLER Interface. Does anybody know why always I

Thread view Attachments: 0

Re: Problem with makefile

2005-02-21 by ntfreak2000

... Why not just use gcc as the driver for linking, it will sort out the libs/paths for you? It is much easier than calling ld directly Regards Spen

Thread view Attachments: 0

Re: [lpc2000] Target options on Insight

2005-02-21 by Robert Adsett

... You re right I missed that. I do remember when I was single stepping that the assembly code did make sense. It also matched the assembly output from the

Thread view Attachments: 0

V3A vs V18A

2005-02-21 by fl429

Which one of the two is more critical, concerning the A/D performance ? I wish I had more board space to isolate both from the digital side. As a compromise,

Thread view Attachments: 0

Re: EMI Testing

2005-02-21 by fl429

Actually, I have a 2x2x2 cu ft grounded mesh enclosure. I was thinking about using it as the clean area to place my board in. I admit I have never done

Thread view Attachments: 0

RE: [lpc2000] VICIntEnable Problem

2005-02-21 by Milos Prokic

Just saw that I messed up the bits :-) in enable and cntl. VICIntSelect &= ~( 0x0006); VICIntEnable |= 0x0040; VICVectAddrX = ( long ) UART0___ISR;

Thread view Attachments: 0

RE: [lpc2000] VICIntEnable Problem

2005-02-21 by Milos Prokic

VICIntSelect &= ~( 0x0006); VICIntEnable |= 0x0004; VICVectAddrX = ( long ) UART0___ISR; VICVectCntlX = 0x0006| 0x0002; You can use the program in the files

Thread view Attachments: 0

CAN baudrate setting

2005-02-21 by mouaaz

Dear all, I am using two LPC2129 boards having 12 MHz clock, with CCLK and PCLK set to 60 MHz. They are connected via a CAN link. I am trying to set the bus

Thread view Attachments: 0

Re: Philips-Apps ??

2005-02-21 by rhpascaldodo

... I don t know anything about the strategy of Philips. But for some decisions to do in the near future it is absolutely necessary to know where the journey

Thread view Attachments: 0

VICIntEnable Problem

2005-02-21 by mobilsiten

Hi! I want to enable the interrupt for UART1 but I cant find a table for VICIntEnable so I can set the right bit. This is my init_serial function: void

Thread view Attachments: 0

Problem with makefile

2005-02-21 by joelteply

I am having newbie problems getting the core gcc functions defined in my program. I need to get the gcc functions linked in. Right now I can t do division or

Thread view Attachments: 0

Problem with Wakeup from PowerDown Mode

2005-02-21 by gewitter2000

Hi, I am just testing the PowerDown Feature with the LPC2138. The EXTWAKE1 bit is set for wake up the processor after power down. I can enter PowerDown Mode

Thread view Attachments: 0

Re: Some Questions: IDE for GCC

2005-02-21 by ntfreak2000

... great. I love it. Output window, function keys to run compiler. Highly recommended. ... Just use Insight for debugging Regards Spen

Thread view Attachments: 0

Re: Philips-Apps ??

2005-02-21 by rhpascaldodo

... can t ... more ... I m absolutely sure that there will be a replacement for this device which then has the advanced features of the LPC213x family. Rolf

Thread view Attachments: 0

Re: [lpc2000] Philips-Apps ??

2005-02-21 by Alex Holden

... The LPC210x range contains one device which for many applications can t be replaced by any of the devices in the LPC213x range. If you need more than 32KB

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.