Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unkown Firmware Version [solved]
#1
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
Reply
#2
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*/
        .equiv    VERMIN,            0                        /*fimrware version minor*/
        .equiv    VERREV,            1                        /*firmware version revision*/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)