• Problems with interrupts
    Hiya guys, need a bit of help here I have put this code in ----------------------------------------- void noreturn (void) interrupt 1 { send_serial("Timer0 Overflow"); } --------------...
  • Problems with interrupts
    Hiya guys, need a bit of help here I have put this code in ----------------------------------------- void noreturn (void) interrupt 1 { send_serial("Timer0 Overflow"); } --------------...
  • Overlay problem with interrupt (with NOOL set)
    I have a overlay problem: I've got one function who is called from main and from my interrupt service routine. When the interrupt calls the function my local variables point to an indefinite adress...
  • Overlay problem with interrupt (with NOOL set)
    I have a overlay problem: I've got one function who is called from main and from my interrupt service routine. When the interrupt calls the function my local variables point to an indefinite adress...
  • Problem with Timer0 interrupt
    Hi all, I'm a newbie on LPC1768 and copy the following program from a site - the program is to blink an LED using timer interrupt 0. The program is as follow #include "LPC17xx.h" int main (void...