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?
Hello,
Please enable debug mode in the GUI and post the output. Also zip and attached the application hex file,
(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]](http://image.ohozaa.com/view2/xPvp3GFlCd1K6wLB)
(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]](http://image.ohozaa.com/view2/xPvp3GFlCd1K6wLB)
the picture seem not upload.
Does the verification error always happen at the same row?
(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.
I am not sure if it will help but try to add this config bit in settings.inc:
Code:
config __CONFIG3, WPDIS_WPDIS
(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.
Great. Thanks for the feedback.