Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bootloader Overwrite problem
#1
Hi 

I'm trying to use ds30 gui loader to flash a firmware developed for PIC18F67K22 controller. I'm getting "some part of your firmware will overwrite the bootloader section" and I can see that the fw will be written on top of the bootloader at the bar on the right. 
I tried using the code-offset function of the XC8 compiler to bypass this overwrite, and I was able to move the program ahead but now I'm getting another message "There is no GOTO at location 0x00". 

Anyone can please help how I can modify my firmware to contain the GOTO function? I assumed the compiler should've done anyway.


Thanks
Reply
#2
Hi,
Try the "ROM ranges" linker options to exclude the boot loader area in the application.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)