Marcio > I´m using nested interrupts and it is working fine when I run my code at > RAM (MEMMAP = 2). > > When I try to run my code at FLASH I receive a data or prefetch abort > exception. > > I´m using IAR compiler and the keyword __nested to declare my interrupt > function. > > If I declare my interrupt function without the __nested keyword > everything runs ok. Did you look at the code ? Did you set a breakpoint in your interrupt routine and look what's going on ? -- 42Bastian Schick
Message
Re: [lpc2000] Nested interrupts
2005-11-24 by 42Bastian Schick