2013-05-14, 17:23:33
Hi,
I programmed my PIC12F1840 with ds30 Loader successfully, the HEX-file was imported successfully but after being parsed, the "Write flash" check box remains disabled and I don't know why. The program has been successfully tested on the µC without bootloader. Here is what I got from the GUI:
By the way, the firmware is well detected on the µC:
If you could guide me about what is going wrong (or what I am doing wrong), I would be grateful, thank you.
I programmed my PIC12F1840 with ds30 Loader successfully, the HEX-file was imported successfully but after being parsed, the "Write flash" check box remains disabled and I don't know why. The program has been successfully tested on the µC without bootloader. Here is what I got from the GUI:
Quote:Parsing hexfile...
File timestamp: 14/05/2013 17:01:17
Opening hexfile...ok
Validating hexfile...ok
Detected instructions where user goto should be moved to
Flash row 0 is used, 0x00 - 0x1F
Flash row 1 is used, 0x20 - 0x3F
Flash row 2 is used, 0x40 - 0x5F
Flash row 3 is used, 0x60 - 0x7F
Flash row 4 is used, 0x80 - 0x9F
.
.
.
Flash row 117 is used, 0xEA0 - 0xEBF
Flash row 118 is used, 0xEC0 - 0xEDF
Flash row 119 is used, 0xEE0 - 0xEFF
Flash row 120 is used, 0xF00 - 0xF1F
Flash row 121 is used, 0xF20 - 0xF3F
Config word 0 is used, value: 0xC9E4
Config word 1 is used, value: 0xFFFF
Bootloader start address: 0xF40
Bootloader end address: 0xFFF
Bootloader start page: 122
Bootloader end page: 127
Bootloader start row: 122
Bootloader end row: 127
Hex file successfully parsed in 8ms
By the way, the firmware is well detected on the µC:
Quote:Opening port USB Serial Port (COM3)@9600
Searching for bl .
Found PIC12F1840 fw ver. 1.0.2
Closing port
If you could guide me about what is going wrong (or what I am doing wrong), I would be grateful, thank you.