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??
I have never heard of a '51 derivative with vectors based anywhere but from 0. What chip are you using? Erik
well the development board was develop by a lectuer at uni. The process is: On on board Rom, which has the Download software on, and then the code and data goes onto the onboard ram. But the vectors for the RAM are offset in the rom.
View all questions in Keil forum