ds30 Loader free edition forums
Goto bootloader written even with checkbox selected to not set it - Printable Version

+- ds30 Loader free edition forums (https://picbootloader.com/forum)
+-- Forum: Support (https://picbootloader.com/forum/forumdisplay.php?fid=3)
+--- Forum: 16-bit firmwares (https://picbootloader.com/forum/forumdisplay.php?fid=6)
+--- Thread: Goto bootloader written even with checkbox selected to not set it (/showthread.php?tid=2313)



Goto bootloader written even with checkbox selected to not set it - gcourtney - 2014-09-24

I am jumping to the bootloader from the program so I do not run the bootloader at power up.
Even though I have the "Don't set goto BL at 0x00" box checked, it seems to do it anyway.
I checked the hex file and it is correct, so it appears that the check box is not doing what is intended, at least from my understanding.
I am using the dsPIC33FJ64GP706A.

Thanks.


RE: Goto bootloader written even with checkbox selected to not set it - gcourtney - 2014-09-24

I should mention I have tried it both with and without the bootloader firmware protection set to 1 in the settings.inc file.


RE: Goto bootloader written even with checkbox selected to not set it - Mikael Gustavsson - 2014-09-29

I'm sorry for the late reply. You need to comment PROT_GOTO in settings.inc.


RE: Goto bootloader written even with checkbox selected to not set it - gcourtney - 2014-09-29

(2014-09-29, 14:26:05)Mikael Gustavsson Wrote: I'm sorry for the late reply. You need to comment PROT_GOTO in settings.inc.



RE: Goto bootloader written even with checkbox selected to not set it - Mikael Gustavsson - 2014-09-30

?


RE: Goto bootloader written even with checkbox selected to not set it - gcourtney - 2014-09-30

This is odd, the posts just keep showing only your previous post.
I commented out the PROT_GOTO and it appears to work as intended.
I had tried setting the value to 0 and that did not appear to change its operation.


Thanks,

Glenn


RE: Goto bootloader written even with checkbox selected to not set it - Mikael Gustavsson - 2014-10-01

That is correct, you will need to comment the line.