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??
sorry i didnt explain mysel corretly, did i ? ok, it seems that the problem involves the code rom size in the options. when the code rom is : SMALL: Program 2K or less it will not complie. i need that seeting for my hardware, wel li think i do. cos it wont download unless in like that. i hope this can be resolved
Just a guess - did you include a function prototype? The compiler does NOT want you to include a function prototype for interrupt functions. What exactly is the error message you get?
View all questions in Keil forum