Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 288 of 329 · 16407 messages matched

Re: LPC210x RTC

2004-05-11 by philips_apps

Hello Milos, The RTC cannot work once the microcontroller enters the power-down mode, since there will be no clock supplied through the microcontroller and

Thread view Attachments: 0

IAP Flash Programming w/ PLL on...

2004-05-11 by MaxStream - Ryan Bedwell

Anyone out there had problems erasing and/or programming flash via IAP calls with the PLL on? I ve seen some problems on some (not all) of our systems where

Thread view Attachments: 0

Re: [lpc2000] 2 applications in flash

2004-05-11 by Charles Manning

This is the model I typically use for embedded applications. The bootloader is built as a regular chunk of code. THis does two things: * Checks for a break *

Thread view Attachments: 0

Re: [lpc2000] VIC Programming Model

2004-05-10 by Robert Adsett

... The VICVectAddr register only gives the address of the highest priority IRQ, not the FIQ. ... Well, you lose the benefits of the semi-vectoring you get

Thread view Attachments: 0

VIC Programming Model

2004-05-10 by James Dabbs

On Page 70 of my LPC210X User s Manual.. Although multiple sources can be selected (VICIntSelect) to generate FIQ request, only one interrupt service routine

Thread view Attachments: 0

Interfacing C and assembler

2004-05-10 by Igor Tchoudovski

Hi together! I’m looking for code examples for integrating C and assembler in one project. How to change variables defined in C using assembler code? Best

Thread view Attachments: 0

Re: Help with RX interrupt

2004-05-09 by Frank

Ah, excellent. I was unaware of the need to do the dummy write to VICVectAddr to signal then end. I will be able to test this tomorrow. Thank you very much.

Thread view Attachments: 0

LPC210x RTC

2004-05-08 by Milos Prokic

Hi everyone, I was wondering if anyone has made use of the RTC module. I m not quite clear from the documentation if the RTC can be used during powerdown. The

Thread view Attachments: 0

AW: [lpc2000] Help with RX interrupt

2004-05-08 by Sören Rennecke

I think you have forgotten lines like this at the end of Interrupt routine: char dummy = 0; dummy = UARTBT_IIR; //clear Interruptflags by reading this

Thread view Attachments: 0

AW: [lpc2000] Help with RX interrupt

2004-05-08 by Sören Rennecke

I think you have forgotten lines like this at the end of Interrupt routine: char dummy = 0; dummy = UARTBT_IIR; //clear Interruptflags by reading this

Thread view Attachments: 0

Help with RX interrupt

2004-05-08 by Frank

Hello, I am attempting to write an interrupt handler for UART0 of an LPC2106 under GCC 3.3. The handler is invoked for the first byte sent to the UART but is

Thread view Attachments: 0

RE: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by James Dabbs

... ..and the secondary JTAG port works! I guess the law of averages is valid after all. SO.. The moral of this story is: (1) if your FLASH ISP software is

Thread view Attachments: 0

RE: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by James Dabbs

OK.. The tant that bypassed the MAX232 had a good solder joint, but the *pad* had cracked during rework (it was originally put on backwards). So, there was

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by microbit

Yes, to actually get back to topic, hmm. Might seem silly, have you checked that you have proper RS232 GND path between host and PC ? That kind of thing would

Thread view Attachments: 0

RE: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by James Dabbs

This board does not use RS232 control lines to reset the chip and set P0.14 Using LPC21ISP.EXE and hacking the source a bit to give me a second to reset the

Thread view Attachments: 0

Re: Using multiple capture pins

2004-05-07 by philips_apps

Hello Bob, Thank you for your input. What you have reported here is a documentation bug . While editing source documents, wrong text was entered. The right

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by microbit

... Some oscillators will have trouble driving a Xtal properly, some will drive a Xtal too hard. Since the LPC2000 oscillator specs output caps as high as 56

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by Robert Adsett

... This seems to be one of those little spoken of issues. Hitex had a section on this in one of their white papers Insider s Guide to Planning 166 Family

Thread view Attachments: 0

RE: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by Bill Knight

James I have an LPC board running with a 14.7456MHz crystal and it is solid for both JTAG and Download. However, even though the crystal is parallel resonant

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by microbit

... I see a table with recommended caps for various load cap. crystals (10, 20, 30 pF), but no recommendation to use _large_ caps ? I didn t mean to contradict

Thread view Attachments: 0

[LPC2129] - MCB2100 & ULINK - Memory Mismach

2004-05-07 by Rodrigo Cesar da Silva Martins

Hi people! I m new on this group... I need help with MCB2100 and ULINK communication. When I try to debug I receive the message Memory mismatch. This happens

Thread view Attachments: 0

Re: Flash Utility Hell..

2004-05-07 by leon_heller

... itself. [deleted] Philips actually recommends using larger value capacitors, there is a table in the user manual on page 39 that suggests values of 58 pF

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by microbit

... It really depends on the Xtal, rather than the clock oscillator itself. Normally you would load the crystal with its actual load capacitance. Ultimately

Thread view Attachments: 0

RE: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by Robert Adsett

... One other thing that occurred to me is if you have an oscillator around (as opposed to a crystal) you might try that to patch that in to help determine if

Thread view Attachments: 0

Re: How can I control GPIO port2/3?

2004-05-07 by janesleecn

Thanks! I already found a header file from KEIL: http://www.keil.com/dd/docs/arm/philips/lpc22xx.h #define IOPIN2 (*((volatile unsigned long *)

Thread view Attachments: 0

Re: LPC2106 and FPGA

2004-05-07 by Frank Sergeant

[re FPGA power consumption] Thank you very much, Leon and Wayne, for the comments and suggestions. I was thinking (vaguely) of building a one-size-fits-most

Thread view Attachments: 0

Re: Flash Utility Hell..

2004-05-07 by leon_heller

... has ... to ... will ... processor ... started ... do ... state. ... the ... chip ... supply ... The oscillator requires quite large value capacitors - try

Thread view Attachments: 0

RE: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by Robert Adsett

... That sounds like sufficient decoupling. Maybe a marginal oscillator circuit. Have you tried monitoring the oscillator while you are doing this? Also

Thread view Attachments: 0

RE: [lpc2000] Re: Flash Utility Hell..

2004-05-07 by James Dabbs

Robert, ... sync ... Well, I gave up at 5 times. The utility failed 5 for 5, and Hyperterminal worked 5 for 5, and I called it a trend. I did hyperterm,

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.