Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 272 of 329 · 16407 messages matched

RE: [lpc2000] Trouble with P0.2 as GPIO

2004-07-27 by Curt Powell

Read the I2C documentation in the user manual. P0.02 and P0.03 are open drain pins. You need a pull-up. (Been there, done that, got the T-shirt!) ... From:

Thread view Attachments: 0

Re: Trouble with P0.2 as GPIO

2004-07-27 by rkd0930home

... board. ... IO0DIR ... have ... I just found a previous email on the issue and I now know that this pin is an open collector output. Thanks anyway. Bob

Thread view Attachments: 0

Trouble with P0.2 as GPIO

2004-07-27 by rkd0930home

Hi All, I am having difficulty with controlling pin P0.2 as a GPIO output signal. I am successfully controlling several other pins on my board. I have set bit

Thread view Attachments: 0

Power Down mode & wakeup

2004-07-27 by daescandon

Hey Fellas, Does anyone have some quick C code to put the LPC into a powerdown mode? Ideally, I would like to set all the peripherals off except the ADC, read

Thread view Attachments: 0

Question about MEMMAP, JTAG and GDB

2004-07-26 by droethig_groups

I am a bit confused about the use of the MEMMAP register on startup. Specifically, when a JTAG emulator (Wiggler) is being used from GDB. The data sheet says

Thread view Attachments: 0

Re: IAP problems

2004-07-26 by haack0815

... Hi Stephen, ask Philips (micro.support@philips.com) about your problem, they can help you. Andreas

Thread view Attachments: 0

IAP problems

2004-07-26 by Stephen Pelc

We received the latest batch of boards on Friday and found a high proportion of failures when using IAP from within our software. Disabling the MAM and then

Thread view Attachments: 0

RE: [lpc2000] Re: CDT Plugin Installation

2004-07-23 by Invector Embedded Technologies

That certainly would constitute as a problem ;-) I only looked at the instructions for the eclipse download which support 98SE and i just assumed that the CDT

Thread view Attachments: 0

Re: CDT Plugin Installation

2004-07-23 by johnnorgaard2003

Hi Pontus There is one simple reason why you dont get cdt to work on your PC. CDT does not run on win98/windows ME. It runs on 2000 and XP. I think I saw this

Thread view Attachments: 0

RE: [lpc2000] CDT Plugin Installation

2004-07-23 by Invector Embedded Technologies

Sigh, Tried it twice without success. I finally got the CDT plugin installed and visible through the update feature of Eclipse. However when i try to create a

Thread view Attachments: 0

Re: SD Card inferface

2004-07-23 by frankpoplonski

... listed ... me to ... Hi Jo, try http://www.sandisk.com/oem/ I hope that will help. Frank

Thread view Attachments: 0

Re: external interrupt problem

2004-07-23 by douglasbolton

... Leighton I ve tried all of the above and even tried another board with no luck. As soon as I write EXTMODE to a value the JTAG aborts. If I program flash

Thread view Attachments: 0

Re: external interrupt problem

2004-07-23 by douglasbolton

I ve now got it down to any write to the EXTMODE register causes the processor to fail. Even writing the reset value of 0x0 to it causes a problem. Below is

Thread view Attachments: 0

using mspgcc and eclipse

2004-07-23 by johnnorgaard2003

Hi I found this link, may be something for you. http://homepage.hispeed.ch/py430/mspgcc/index.html Yes I know not an ARM but more folks are using Eclipse and

Thread view Attachments: 0

RE: [lpc2000] Re: SD Card inferface

2004-07-22 by Joe Hlebasko

Thanks for referring me back to this page. I had skimmed the docs listed here. Alas I did not skim deep enough though. These links did lead me to the

Thread view Attachments: 0

RE: [lpc2000] Re: SD Card inferface

2004-07-22 by Joe Hlebasko

My understanding (from sdcard.org) is that to use SD card without the copyright protection is OK without license. To use the SD card with copyright protection

Thread view Attachments: 0

Re: external interrupt problem

2004-07-22 by douglasbolton

... (iolpc2129.h) ... 3 ... Thanks Leighton but I d already modified my IAR header file for the lpc2129. Clearing the interrupt before the EXTMODE = 0x08

Thread view Attachments: 0

Re: SD Card inferface

2004-07-22 by Jan Szymanski

... processor ... and ... It looks like only SPI/MMC mode specifications for SD cards are freely available . I tried many times to contact people behind

Thread view Attachments: 0

RE: [lpc2000] Re: SD Card inferface

2004-07-22 by Lasse Madsen

Hi Marcio, The code is written for a SPI uart (MISO,MOSI,SCK) in the AVR processor so I would guess SPI if what you refer as SD mode is the special parallel

Thread view Attachments: 0

Re: Power down mode & wakeup

2004-07-22 by jpsg123

I finally got the thing to work. I was writing to the wrong address space for the external interrupt registers. On exit from power down, I do need to enable

Thread view Attachments: 0

Imagecraft ARMcompiler

2004-07-22 by nourson54

I have just seen this on the imagecraft web site : http://www.imagecraft.com/software/ARMdevtools.html I m using the MSP430 version of the compiler and all I

Thread view Attachments: 0

Re: SD Card inferface

2004-07-22 by atmelbr

Lasse, The code is SPI mode,SD card mode or both ? Regards, Marcio Montenegro ... it s ... processors

Thread view Attachments: 0

Re: SD Card inferface

2004-07-22 by haack0815

Hi Joe, take a look at www.open-research.org.uk/ARMuC/index.cgi?SD_Card I hope that will help you. Andreas

Thread view Attachments: 0

CDT Plugin Installation

2004-07-22 by lynchzilla

Hi Pontus. When you download the CDT zip file and then unzip it, you should get an eclipse top folder and two sub-folders, features and plugins. Make sure

Thread view Attachments: 0

Re: SD Card inferface

2004-07-22 by wildmojo2003

Lasse, Again thanks for information. Are the commands to the SD and MMC freely available or is a license requried? I ve tried the sdcard.org and sdcard.com

Thread view Attachments: 0

Re: Power down mode & wakeup

2004-07-22 by jpsg123

Well, good to hear you at least are seeing the cpu wake up. My problem is I can t make it wake up at all. :( jpsg123

Thread view Attachments: 0

RE: [lpc2000] Re: SD Card inferface

2004-07-22 by Lasse Madsen

Yes its VERY easy to port you only have to alter it one place and it s all written in ANSI C so it requires a minimal effort. I have purchased it my self and

Thread view Attachments: 0

Re: SD Card inferface

2004-07-22 by wildmojo2003

Lasse, Thanks for the response. The source code solution from www.prllc.com is it suitable to be ported to a different MCU? Joe

Thread view Attachments: 0

Re: external interrupt problem

2004-07-22 by Leighton Rowe

Are u using IAR? I had to modify the header file I got (iolpc2129.h) because apparently the EINT3 channel wasn t defined. Well assuming that you re using

Thread view Attachments: 0

Re: [lpc2000] JTAG debuging

2004-07-22 by Ben Lau

Hi Jim, It is great to hear your work :) I am currently using OCDLibremote + GDB(from GNUARM) with a wiggler compatible adapter to debug lpc2104 application.

Thread view Attachments: 0

external interrupt problem

2004-07-22 by douglasbolton

When I set up an external edge sensitive interrupt EINT3 on an lpc2129 all sorts of problems happen. The jtag stops working and won t work again until I

Thread view Attachments: 0

Re: Power down mode & wakeup

2004-07-22 by nedeljkomiljevic

Hi, well, the unit does something on exiting the poer down mode but I have a feeling that the peripherals (e.g. UARTs) could be in need of re-initializing...I

Thread view Attachments: 0

Re: TiniARM Development with Eclipse

2004-07-22 by chazeltopman

I appreciate the contribution to others and I have a question. Is it possible to do the same on Mac OS X? I am currently using gnude-OSX. Thanks. Rob

Thread view Attachments: 0

Re: Power down mode & wakeup

2004-07-21 by jpsg123

... IRQ) ... Hi, I m doing the same thing and I m still trying to figure out how to wake the unit up. I think you maybe missing something. My sequence in

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.