--- 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