On Wednesday 22 June 2005 08:59, Stephen Pelc wrote: > From: Steffen Rose <ro@...> > > > where can I find more information about the Vectored > > Interrupt Controller, especially about the SPURIOUS > > INTERRUPTS? > > > > In my system are many interrupts enabled and my system resets > > from time to time. My idea is the occurrence of this SPURIOUS > > INTERRUPTS. Spurious interrupts have been discussed a few times before. I suggest searching the archives. Basically they occur when an interrupt happens, but no handler was set up to handle it. Two typical causes: 1) Fiddling with the VIC while interrupts are enabled. Disable interrupts at the ARM code level (ie in the CPSR) while fiddling with the VIC. 2) Erroneous VIC set up.
Message
Re: [lpc2000] VIC on LPC2129 --> spurious interrupts
2005-06-22 by Charles Manning