Can you tell me or give me the code, how can I add TMR0 interrupt to my project ?
But I understood after your explenation what this lines mean
DEFINE RESET_ORG 800h
DEFINE INTERRUPT_ORG 808h
I think Interrupts begins after 808h so when an interrupt occurs it will not jump to bootloaders section .. Can be ?
Bookmarks