I try to understand the bootloader from EX_BOOTLOADER.C for a 16F876 Chip.
The bootloader jumps to 0x200 for the real user application, the global interrupt routine jumps to 0x204.
So the program to download should have a rom offset of 0x200. So it should start at position 0x200 and its interrupt routine should be at 0x204.
How can I make the compiler to offset the code correctly ?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum