Unkown Firmware Version [solved] - 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: Unkown Firmware Version [solved] (/showthread.php?tid=73) |
Unkown Firmware Version [solved] - mdunne - 2011-04-14 Hi, I just downloaded the package released on April 10th and successfully configured and programmed an dsPIC33FJ64MC802. The issue comes from trying to actually use the bootloader. I have successfully connected to the pic and it spits out Found dsPIC33FJMC802fw ver. 4.0.0 But when I actually try to load code I get the message Unknown firmware version And then it closes the port. Any help would be appreciated. Thanks RE: Unkown Firmware Version - Mikael Gustavsson - 2011-04-14 Thank you very much for the bug report! Change the firmware version constants in ds30loader.asm to 2.0.1 to resolve this issue: Code: .equiv VERMAJ, 2 /*firmware version major*/ |