Yahoo Groups archive

Lpc2000

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

Thread

Interrupts in C with GNU compiler

Interrupts in C with GNU compiler

2004-01-27 by ksrabit2000

Does anyone have an example with interrupts written in C with the 
standard GNU compiler? I am missing the keyword interrupt.

Thanks

Re: Interrupts in C with GNU compiler

2004-02-02 by lpc2100

checkout these threads 

http://groups.yahoo.com/group/lpc2100/message/209

http://groups.yahoo.com/group/lpc2100/message/223

--- In lpc2100@yahoogroups.com, "ksrabit2000" <klburger@f...> wrote:
Show quoted textHide quoted text
> Does anyone have an example with interrupts written in C with the 
> standard GNU compiler? I am missing the keyword interrupt.
> 
> Thanks

Re: Interrupts in C with GNU compiler

2004-02-15 by biotags

--- In lpc2100@yahoogroups.com, "lpc2100" <lpc2100@y...> wrote:
> checkout these threads 
> 
> http://groups.yahoo.com/group/lpc2100/message/209
> 
> http://groups.yahoo.com/group/lpc2100/message/223
> 
> --- In lpc2100@yahoogroups.com, "ksrabit2000" <klburger@f...> wrote:
> > Does anyone have an example with interrupts written in C with the 
> > standard GNU compiler? I am missing the keyword interrupt.
> > 
> > Thanks

This is one area in which I've been working too, with the Ashling
EVBA7 evaluation board. Once you get the interrupt code running the
first time, the important thing to remember is that you need to start
from the 'reset' state of the VIC and the timer.  I see it's quite
possible with the JTAG emulator to lock up the timer and the VIC so
that even though the registers are set up correctly, the VIC state
needs to be cleared before a new interrupt is activated. With a timer
generating a period interrupt request, the VIC can stop generating
interrupt requrests to the core.

Any one else have more information on this ?

Russ

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.