Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 3 of 329 · 16407 messages matched

Re: Timer/counter interrupt

2006-05-30 by brendanmurphy37

Mukund, Personally, I d avoid the use of interrupt extensions to the language. Not for the first time, I d highly recommend the following:

Thread view Attachments: 0

RE: [lpc2000] the race is on

2006-05-30 by Tim Wade

I suppose the next question is when? And how much? I must admit to shying away from ARM9 as I thought that you always got the MMU and that, unfortunately, was

Thread view Attachments: 0

Re: [lpc2000] Problem with entering ISR

2006-05-30 by 3gpabko

... Is this some typing error ??? Should be: IO0CLR = LED; Also try adding a default ISR or write this: VICDefVectAddr = (unsigned long)timer0ISR; And see what

Thread view Attachments: 0

Re: Problem with entering ISR

2006-05-29 by federr65

... I deleted the = mark accidentally while formatting the text for posting. Some more info that I didn t included in my first post: 1. I m using Crossworks

Thread view Attachments: 0

Re: Problem with entering ISR

2006-05-29 by bobtransformer

... Also, did you mean to have the single equals sign in the if statement instead of == ? ... if (IO0PIN=0) boB ... the ... Olicom) and ... fine,

Thread view Attachments: 0

RE: [lpc2000] the race is on

2006-05-29 by Paul Curtis

Hi Jan, These ARM9 devices are much more interesting than the LPC28xx and LPC3000--IMO. -- Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk

Thread view Attachments: 0

Re: [lpc2000] the race is on

2006-05-29 by Adam Malinowski

Nice uC. Unfortunately it hasn t MMU but it s still seems to be good product. P.S. Miło zobaczyć polskie nazwisko na międzynarodowej grupie :) ... Dzis tez

Thread view Attachments: 0

Writing to the Flash problem

2006-05-29 by vlads4377

I write to the unclear area in the flash, but only try to change 1 to 0. I try to change only 6 bytes from 512 bytes chunk. As I told I change 6 bytes, all

Thread view Attachments: 0

Re: Timer/counter interrupt

2006-05-29 by Karl Olsen

... What version of GCC are you using? Version 3.3 and older had bugs in the interrupt entry/exit code that could show up like this. Karl Olsen

Thread view Attachments: 0

Re: LED & Button connection

2006-05-29 by c.barbaro

Hi, I don t know the the PIC18 port hardware details but, regarding your question 2, why configure the port pin as output? Usually the switch is connected

Thread view Attachments: 0

Timer/counter interrupt

2006-05-29 by Mukund Deshmukh

Hi, I have come across strange problem of time interrupt. My timer interrupt routine is very simple. void __attribute__ ((interrupt( IRQ ))) tc0_cmp(void); /*

Thread view Attachments: 0

the race is on

2006-05-29 by Jan Szymanski

the new ARM9 controllers from ST are packed with features http://mcu.st.com/mcu/inchtml.php?fdir=pages&fnam=str9 ... and can be hand build. They have

Thread view Attachments: 0

Re: [lpc2000] LED & Button connection

2006-05-29 by Иван Кончаловский

Hello All. ... First of all thanks to everybody for your answers. Secondly i am not a newby in electronics and MCUs (as i think). So why i was asking this

Thread view Attachments: 0

Problem with entering ISR

2006-05-29 by federr65

I m just starting with LPC ( I have a LPC-H2138 board from Olicom) and at the beginning I m unable to solve the following problem: I have an Timer0 set to

Thread view Attachments: 0

Re: [lpc2000] 16x2 Lcd problem

2006-05-29 by omkar vyas

ya thankx peter but fortunatly i could solve the problem but i will definatly find my own space n forward u the link! ... I guess you have figured out by now

Thread view Attachments: 0

Re: Eagle library for LPC2292

2006-05-28 by dave_albert

FYI, this library does not open under current versions of Eagle...they indicate that the library file is damaged. ... Yahoo! Security Centre.

Thread view Attachments: 0

Re: [lpc2000] IAP

2006-05-28 by Richard Duits

If you create a linker script that would link the RTOS in the first flash sector(s) and start the task on a flash sector boundary this may be possible. It

Thread view Attachments: 0

IAP

2006-05-28 by a_storic

Is it possible to program the LPC2129 micro for RTOS operation and then reprogram a task within the micro RTOS for a new function. IE program the micro to be a

Thread view Attachments: 0

Re: arm-elf-ld trouble

2006-05-28 by dgaydou

I haven´t had fixed my problem with the linker, but i´ve found helpfull those sites because i´m trying to port ucos_ii to LPC2114 and the examples from

Thread view Attachments: 0

Re: [lpc2000] 16x2 Lcd problem

2006-05-28 by Peter Jakacki

... I guess you have figured out by now that Yahoo strips attachments from posts. Could I suggest that you download the files to some public webspace and

Thread view Attachments: 0

Re: arm-elf-ld trouble

2006-05-27 by brendanmurphy37

As a general suggestion, try and get something very simple working, and work from there. In this case, I d suggest: - one C file, with one function - one

Thread view Attachments: 0

Re: arm-elf-ld trouble

2006-05-27 by rtstofer

If ld can t find your functions, maybe you aren t including the object file on the ld command line. I have crt.o (the object file from crt.s) as a searate

Thread view Attachments: 0

Re: arm-elf-ld trouble

2006-05-27 by dgaydou

... same as ... masm ... underscore ( ... errors ... It´s verified, there is absolute coincidence. I´ve pased - y Problematic function to the linker, and

Thread view Attachments: 0

Re: [lpc2000] Re: arm-elf-ld trouble

2006-05-27 by Richard Duits

Make sure the identifier from your error message is exactly the same as the identifier after the .global. I used to code x86 assembler in masm or tasm and

Thread view Attachments: 0

Re: [lpc2000] 16x2 Lcd problem

2006-05-27 by omkar vyas

hi , Peter, Thankx i am sending all related files with this mail c firstly in arch.h i have data structure u can find all definations also in system.c - delay

Thread view Attachments: 0

Re: [lpc2000] 16x2 Lcd problem

2006-05-27 by Peter Jakacki

... No. 5 is alive! need input, need input .... please input hardware & software details for analysis We could just guess one of the thousands of different

Thread view Attachments: 0

16x2 Lcd problem

2006-05-27 by omkar vyas

hi, i have interfaced lcd to lpc 2104 - problem is when i send data on lcd above 0x49 its DB7 bit of lcd get set that is logic high! so i get some display of

Thread view Attachments: 0

Re: arm-elf-ld trouble

2006-05-27 by dgaydou

i´m afraid, i´ve already done it, as you tell me in your example. It must be something else... another idea, please. Thanks for your help ... sources

Thread view Attachments: 0

Re: LED & Button connection

2006-05-27 by unity0724

Umm... Cool down... guys... that heat generated here is enough to burn the 2pcs tiny 0603 resistors.... :) Everyone is right! - You should be able to pulse

Thread view Attachments: 0

Re: arm-elf-ld trouble

2006-05-26 by brendanmurphy37

... trouble ... with ... TPruebaLPC.ld - ... THAT ARE ... Thanks. ... Do you have the assembler directive .global in the assembler source file? Without it

Thread view Attachments: 0

arm-elf-ld trouble

2006-05-26 by dgaydou

Hi group, i`m doing my first steps with LPC2114 and gnuarm. I´ve found a trouble when i try to link the objects files from c-sources and as-sources with

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.