ds30 Loader free edition forums
PIC24FJ64GA102 can't upload hex file - 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: PIC24FJ64GA102 can't upload hex file (/showthread.php?tid=2288)



PIC24FJ64GA102 can't upload hex file - jimmy - 2014-09-01

Hello,

I try the bootloader(140817 version) on PIC24FJ64GA102. It shows that the PC can communicate with PIC, but can't write to the PIC successfully. as shown the picture below

I try the exactly same code, just change the mcu to PIC24FJ64GA002, and it work perfectly. What is I miss to use this bootloader on PIC24FJ64GA102?
Can anyone guide me on this?


RE: PIC24FJ64GA102 can't upload hex file - Mikael Gustavsson - 2014-09-02

Hello,
Please enable debug mode in the GUI and post the output. Also zip and attached the application hex file,


RE: PIC24FJ64GA102 can't upload hex file - jimmy - 2014-09-08

(2014-09-02, 19:36:21)Mikael Gustavsson Wrote: Hello,
Please enable debug mode in the GUI and post the output. Also zip and attached the application hex file,

Hello,
Thank you for replying. this is the captured of GUI in debug mode.
[Image: xPvp3GFlCd1K6wLB]


RE: PIC24FJ64GA102 can't upload hex file - jimmy - 2014-09-08

(2014-09-08, 08:06:27)jimmy Wrote:
(2014-09-02, 19:36:21)Mikael Gustavsson Wrote: Hello,
Please enable debug mode in the GUI and post the output. Also zip and attached the application hex file,

Hello,
Thank you for replying. this is the captured of GUI in debug mode.
[Image: xPvp3GFlCd1K6wLB]

the picture seem not upload.


RE: PIC24FJ64GA102 can't upload hex file - Mikael Gustavsson - 2014-09-08

Does the verification error always happen at the same row?


RE: PIC24FJ64GA102 can't upload hex file - jimmy - 2014-09-08

(2014-09-08, 10:01:23)Mikael Gustavsson Wrote: Does the verification error always happen at the same row?

Yes, it always happen at the same row.


RE: PIC24FJ64GA102 can't upload hex file - Mikael Gustavsson - 2014-09-13

I am not sure if it will help but try to add this config bit in settings.inc:
Code:
config     __CONFIG3, WPDIS_WPDIS



RE: PIC24FJ64GA102 can't upload hex file - jimmy - 2014-09-21

(2014-09-13, 22:31:33)Mikael Gustavsson Wrote: I am not sure if it will help but try to add this config bit in settings.inc:

Code:
config     __CONFIG3, WPDIS_WPDIS

Yes, it's working now. I can upload the hax file success. Thank you.


RE: PIC24FJ64GA102 can't upload hex file - Mikael Gustavsson - 2014-09-25

Great. Thanks for the feedback.