I'm trying to upgrade from 3.184 to 3.210 but am getting the following messages when compiling with 3.210 for a PIC18F452.
Error[300] Bootloader.c 119 : More info: Segment at 00000-07CBE (0000 used)
Error[300] Bootloader.c 119 : More info: Attempted to create: 07500-07FFE for #org
Error[126] Bootloader.c 119 : Invalid ORG range
I'd written a firmware updater which may/may not be compiled into the application. When NOT compiled in I include an "#ORG 0x7500, 0x7FFF {}" to reserve space for the updater. Previously this worked fine. Now with 3.210 I get the above messages.
Any ideas why this would happen?
Rob
USER_03
Joined: 31 Jan 2005 Posts: 3
Posted: Mon Jan 31, 2005 4:22 pm
After some more searching of the forums I discovered my problem. I had "#device ICD=TRUE" set. Apparently with 3.184 this was either not an issue or the way ICD debug code is generated has changed.
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