This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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");

}

------------------------------------------

but the target is not created when this code is in.

what could it be??