2017-08-29, 13:17:17
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
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