I have CCS PCWH compiler 3.249. This is my code
#build(reset=0x0800, interrupt=0x808) // Necessary for Bootloader
#ORG 0x809,0x7FFF {} // Necessary for Bootloader
I have remapping memory space because I am using PICDEM FS 18F4550 development board. Reset vector is 800h, Interrupt vector is 808h, and the Program Memory goes from 800h to 7FFFh.
What would be an valid ORG range?
Guest
Posted: Thu Sep 27, 2007 12:24 am
I forgot to mentioned those requirements I listed are bootloader requirements
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