Dave Such schrieb:
> I personally use
>
> void dummy(void){}
>
> for ALL unused vectors.
May I recommend to use:
void dummy(void){
Error(ILLEGAL_INTERRUPT);
}
instead.
Ignoring an unwanted interrupt may lead to problems.
--
42BastianMessage
Re: [lpc2000] More on spurious interrupts...
2006-03-17 by 42Bastian Schick