Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 169 of 329 · 16407 messages matched

Re: PWMEMR register, what is it?

2005-07-14 by lpctools

Hi, Regarding the PWMEMR Register: This is not a secret register . In a preliminary version of the User s Manual, this register was mentioned (as the PWM

Thread view Attachments: 0

Re: GNU inline assembler return value

2005-07-14 by brendanmurphy37

OK - before anyone points it out, the comment in the code below just before the call to main is wrong: interrupts are disabled (as you d expect, before

Thread view Attachments: 0

Programming from CAN

2005-07-14 by frankdejonge99

Has anyone ever tried to write an IAP-application to program the LPC2XXX from a CANbus? Frank

Thread view Attachments: 0

Re: [lpc2000] Bug in gcc parser

2005-07-14 by Jim Parziale

It s interesting how I just came across this in a GCC compiler manual yesterday... This is considered hexadecimal floating point by the compiler. Just put

Thread view Attachments: 0

Bug in gcc parser

2005-07-14 by 42Bastian Schick

FYI, a co-worker found a bug in gcc parser (all gcc s I could get hands on): Following bails out (but compiles correctly on all other compilers I could get

Thread view Attachments: 0

Re: PWMEMR register, what is it?

2005-07-14 by Klaus

Hello Thomas, i contacted the keil support because of this example and that special register. They confirmed, that the comments in this example are wrong and

Thread view Attachments: 0

Re: Two layer PCB and LPC2000 and EMC

2005-07-13 by Owen Mooney

Why number ? A single 0.5 uf cap will do exactly the same job as 5 x 0.1 uf caps provided the distances remain short, and the capacitor ESR characteristics are

Thread view Attachments: 0

Re: PWMEMR register, what is it?

2005-07-13 by Thomas Varghese

Hello, I was actually looking for a description of this register, it does not appear to be documented anywhere that I know of. The other question I have is if

Thread view Attachments: 0

Re: OT: SJA2020

2005-07-13 by lpc2100_fan

... Gus, this is not so much OT, after all the SDA2020 is a Philips ARM7 microcontroller. The little things I know are: - 6 CAN channels (had the same

Thread view Attachments: 0

OT: SJA2020

2005-07-13 by Gus

Does anyone have any information about SJA2020? Gus

Thread view Attachments: 0

PWMEMR register, what is it?

2005-07-13 by Thomas Varghese

Hello, My apologies if this has been beaten to death but I couldn t find a satisfactory answer. I m trying to implement a PWM output on an LPC2138, I see that

Thread view Attachments: 0

Re: GNU inline assembler return value

2005-07-13 by brendanmurphy37

Hi, Below is a simple startup sequence that fills the stack areas and initialises overall state, before jumping to C . Please don t bother pointing out there

Thread view Attachments: 0

Re: MAM bug in the LPC213x

2005-07-13 by lp2000c

Does this only affect reading from RAM (as opposed to wirting to RAM)? In other words, is it safe to write to RAM before changing the MAM setting from its

Thread view Attachments: 0

Re: MAM bug in the LPC213x

2005-07-13 by lp2000c

I am missing something. You say that there is a problem when MAM is disabled, but then work- around #2 says to disable the MAM! Please clarify. ... and ... -

Thread view Attachments: 0

time.h library

2005-07-13 by swanann2000

Hi all! I m a new user of LPC2138. Due a firmware migration I need a time.h library (gcc compiler), could somebody help me? Thanks!

Thread view Attachments: 0

2292 Errata v1.6 (May 2, 2005)

2005-07-13 by dpbevin2k

The last item on this errata sheet (Note.1) states that: Port pin P0.26 must not be driven low during reset. If low on reset the device behaviour is

Thread view Attachments: 0

I am using LPC2294 I wont ..........

2005-07-13 by WEHBI Rami

I am using LPC2294 I wont to know did some one succeed in compiling the test program provided by OLIMEX. Because I have an error concerning the iolpc2114.h

Thread view Attachments: 0

pull ups on external data bus

2005-07-13 by gmaderecker

hi all, i will use the LPC2292 with external memory. In data sheet is noted, that PORT2 pins use internal pull ups then input function is used. Are therefore

Thread view Attachments: 0

Re: GNU inline assembler return value

2005-07-13 by xjag74

All right, thank you Charles and Brendan (parallel replies), if that s the usual way then I ll code test pattern writing before RAM copying in the startup.s

Thread view Attachments: 0

Re: CS8900A question

2005-07-12 by ian_wraith

Hello Luciano Many thanks for your mail. I added a delay where you suggested and everything worked fine. Later I suppose I will have to fine tune the program

Thread view Attachments: 0

Re: Embedded Web Server

2005-07-12 by Mark Butcher

Additional note about Freescale MC9S12NE64 as TCP/IP co-processor. I finally got around to checking the current consumption in 10M mode (as opposed to 100M). I

Thread view Attachments: 0

Re: Two layer PCB and LPC2000 and EMC

2005-07-12 by tonalbuilder2002

The number of despiking caps you need is affected by issues such as how much current you are drawing from the pins to drive things like led s and other

Thread view Attachments: 0

Re: GNU inline assembler return value

2005-07-12 by brendanmurphy37

Xjag, If you re looking for possible stack overrun, have you tried initialising the stack area to a particular value (e.g. 0xdead)? By looking at memory you

Thread view Attachments: 0

External Interrupt

2005-07-12 by sudip nag

Can anyone help me to find how to enable EINT0 in FIQ or IRQ mode using CrossStudio1.4 IDE (LPC2138). I like to connect a switch to this pin and trigger while

Thread view Attachments: 0

Re: GNU inline assembler return value

2005-07-12 by xjag74

Now I realized that the interrupts use another stack (IRQ stack) than a normal routine (User stack). Is it possible to read the User stack pointer within the

Thread view Attachments: 0

RE: [lpc2000] (unknown)

2005-07-12 by WEHBI Rami

WEHBI Rami a écrit :I am using LPC 2294 I have diffuculty in finding the following files: 1) io_macros.h 2) iolpc2114.h 3) inarm.h does

Thread view Attachments: 0

Message 8036

2005-07-12 by WEHBI Rami

I am using LPC 2294 I have diffuculty in finding the following files: 1) io_macros.h 2) iolpc2114.h 3) inarm.h does any one have an idea where I can found

Thread view Attachments: 0

Re: GNU inline assembler return value

2005-07-12 by xjag74

Thank you, that s it! For GCC you have to type: static inline unsigned StackPointerValue(void) { register unsigned long stackptr asm( sp ); return stackptr; }

Thread view Attachments: 0

MAM bug in the LPC213x

2005-07-12 by philips_apps

We recently discovered a bug in the MAM block and it affects the LPC213x family, description of which is provided below. The Errata sheet (for this family) has

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.