2010-12-08, 11:44:43
(This post was last modified: 2012-12-22, 14:10:08 by Mikael Gustavsson.)
Hi,
I'm trying to run ds30 loader on PIC24F16KA102
the firmware on PIC seems to work correctly.
but I have get Error Message in GUI, when I use "Download" button.
but when I change in firmware:
I get errors in GUI:
How can I fix it?
It is problem with firmware on PIC
or with "ds30 loader" program on PC?
Thank You for helping me.
Best regards,
tyralek.
I'm trying to run ds30 loader on PIC24F16KA102
the firmware on PIC seems to work correctly.
Code:
Searching for bl.
Found PIC24F16KA102 fw ver. 0.9.4
but I have get Error Message in GUI, when I use "Download" button.
Code:
Initiating download...
Searching for bl .
Found PIC24F16KA102 fw ver. 0.9.4
Unknown firmware version
Tx 1 byte / Rx 3 bytes / 0,1s
but when I change in firmware:
Code:
;------------------------------------------------------------------------------
; Constants, donĀ“t change
;------------------------------------------------------------------------------
.equ VERMAJ, 0 /*firmware version major*/
.equ VERMIN, 9 /*fimrware version minor*/
.equ VERREV, 3 /*firmware version revision*/
I get errors in GUI:
Code:
Initiating download...
Searching for bl . . . . . . (discarded null byte) .
Found PIC24F16KA102 fw ver. 0.9.3
Waiting for bootloader to be ready...ok
Writing flash...verification error,1 try
Writing flash...verification error,2 try
Writing flash...download failed
Download finished
Tx 319 bytes / Rx 9 bytes / 3,5s
How can I fix it?
It is problem with firmware on PIC
or with "ds30 loader" program on PC?
Thank You for helping me.
Best regards,
tyralek.