Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 157 of 329 · 16407 messages matched

Re: interrupt external

2005-08-31 by y4krys

... Does anybody know if the problem is common to all the LPC2xxx family? I m considering using an LPC2xxx processor in my next design. Krys

Thread view Attachments: 0

Re: [lpc2000] interrupt external

2005-08-31 by Jean-Rene David

... It seems the external interrupt registers are seriously broken. I have read the LPC2214 s errata sheet, namely version 1.6. Three erratas concern the

Thread view Attachments: 0

Re: Interrupt problem with UART0

2005-08-31 by xjag74

Hi Karsten, yes I have a default handler, that is not the cause. In the meanwhile I learned that it isn t really an interrupt problem. I have a function which

Thread view Attachments: 0

Re: Interrupt problem with UART0

2005-08-31 by xjag74

Hello, it seems to be a problem with long called functions and/or global variables. I use long calls between functions that run in internal RAM at address

Thread view Attachments: 0

GNUARM died after Cygwin reinstall?

2005-08-31 by DECwiz (Fred van Kempen)

Hi All, Some times are just weird.... I was happily running GNUARM 3.4.3 on my laptop, with a full install of Cygwin (a leftover from my adventures with

Thread view Attachments: 0

Interrupt problem with UART0

2005-08-31 by xjag74

Hi, I currently try my interrupt controlled UART0 communication (only TX for the beginning) to get startet. The problem I have is that the interrupts work

Thread view Attachments: 0

OT: lcd driver

2005-08-31 by douglasbolton

Hi I m interfacing a 320*240 colour lcd to the lpc2292 and require a data sheet for the lcd driver used. It is an Isron IS2102 driver and I can t find a data

Thread view Attachments: 0

Re: www server on Olimex LPC2124

2005-08-31 by gussabina

... for remote ... also a ... in using ... file storage ... Hi Bogdan: I know an engineer who is writing a book about TCP/IP for embedded systems, and he is

Thread view Attachments: 0

Re: [lpc2000] Re: interrupt external

2005-08-30 by Clovis Costa

Hello my friends! I´m using something similar it! first u need clear all interrupts, so u will set extpolar and extmode. see it! it work very well with my

Thread view Attachments: 0

Re: [lpc2000] Re: interrupt external

2005-08-30 by dasbento@aeiou.pt

Thanks Zdravko and Ken Wada!! ... _________________________________________________________ CEAC Cursos de formação profissional - peça informações aqui.:

Thread view Attachments: 0

Re: interrupt external

2005-08-30 by Zdravko

I am using LPC2214. A few months ago I have the same problem. What I found is that you are going to face problems not only with VPBDIV if you do reconfigure

Thread view Attachments: 0

Re: Philips FLASH facility Problem

2005-08-30 by dave_baker_100

Thanks for the suggestions. It turned out that my hex file was mapped to external RAM not internal FLASH so I guess the LPC2000 utility was objecting to that.

Thread view Attachments: 0

Re: CommRx & CommTx interrupt

2005-08-30 by soren_t_hansen

... Dough!!! Now I see that the VICVectCntl1 and VICVectCntl2 should be switched ... (To my defence, I must say that it isn t my code ... but it doesn t help,

Thread view Attachments: 0

timer & watchdog togather

2005-08-30 by rohan patil

hi everybody i am using lpc2106 arm microcontroller. i am using iar kickstart board for jtag debugging. The timer interuppt & watchdog interrupts are

Thread view Attachments: 0

CommRx & CommTx interrupt

2005-08-30 by soren_t_hansen

Hi there I m trying to send data from the pc to the lpc2132 through a Jtag interface and would like to handle the interrupts from CommRx and CommTx.

Thread view Attachments: 0

Re: Philips FLASH facility Problem

2005-08-30 by theothervmax

... Once I got the same message from Flash Utility. The problem was that the HEX file didn t terminated with :00000001FF . So, when I set my IAR linker format

Thread view Attachments: 0

Re: malloc external memory

2005-08-30 by szemzoandras

hi, I m using winarm package, so gcc is the compiler. I would like to use internal SRAM for the local variables, etc.. but I need some relative big blocks of

Thread view Attachments: 0

IAP with UART

2005-08-30 by sig5534

I want to be able to update our LPC2104 firmware with a UART interface. It seems like the UART is setup to rely on INTs for transfer. Given that the code

Thread view Attachments: 0

Philips FLASH facility Problem

2005-08-29 by dave_baker_100

Hi all, I m using the Philips LPC2000 FLASH utility (v2.21) & I m getting a Invalid or unsupported HEX file message when trying to download to a device. I m

Thread view Attachments: 0

Re: malloc external memory

2005-08-29 by Ken Wada

... --defsym=__heap_end=0x81ffffff ... In general, you need to call some kind of subroutine to properly initialize your heap/memory manager. Since I do not

Thread view Attachments: 0

Re: interrupt external

2005-08-29 by Ken Wada

Don t do it! If you can... I have made various vain attempts at doing this...but I cannot get this to work...(I am using the LPC2214) Theoretically, it seems

Thread view Attachments: 0

interrupt external

2005-08-29 by dasbento@aeiou.pt

Hello, anyone knows if is possible change the mode of the external interrupt when the arm is in operation, i.e, I initialize the external interrupt as falling

Thread view Attachments: 0

Re: [lpc2000] malloc external memory

2005-08-29 by Charles Manning

... This is too little information to work from. malloc is a library function that is implemented differently by different development tools and the symbols

Thread view Attachments: 0

Re: LPC2294, gcc-code won't work

2005-08-29 by mahlerweb

... a ... without ... that ... code ... script ... Boot1 ... linker- ... GCC & ... makefile. ... script. ... Hi Jean-Francios, sorry for the late answer, but i

Thread view Attachments: 0

malloc external memory

2005-08-29 by szemzoandras

Hi, How it is possible to allocate memory in the external ram? I d try this -Wl,--defsym=__heap_start=0x81000000,--defsym=__heap_end=0x81ffffff Is it ok? How

Thread view Attachments: 0

CAN on the LPC2129

2005-08-29 by signora_blum

Hi there, I m trying to use the CAN Interface of the LPC2129 an have problems to get started. It was easy to send and receive messages, but I just can t find a

Thread view Attachments: 0

Reading Flash

2005-08-29 by vishakha406

Hi , Can anyone tell me how to read Flas? Is there any IAP command for it or I have to use memcpy?

Thread view Attachments: 0

Re: MBC2140 SD/MMC example code?

2005-08-28 by Frits

Thanks. I ve checked it out and this example shows the bit banging method and shows how to use the SPI0. But there is no example of how to use the SPP

Thread view Attachments: 0

Re: ARM-ARM PDF

2005-08-28 by Eric Engler

... I have not found a second edition of the ARM ARM PDF on any web site. Please let me know if anyone knows a URL where it might be. Eric

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.