Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PIC24FJ64GA102 can't upload hex file
#1
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?


Attached Files Thumbnail(s)
   

.zip   BL_2014_08_31.zip (Size: 31.04 KB / Downloads: 15)
Reply
#2
Hello,
Please enable debug mode in the GUI and post the output. Also zip and attached the application hex file,
Reply
#3
(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]


Attached Files
.zip   BL_2014_08_31.zip (Size: 60.42 KB / Downloads: 9)
Reply
#4
(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.


Attached Files Thumbnail(s)
   
Reply
#5
Does the verification error always happen at the same row?
Reply
#6
(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.
Reply
#7
I am not sure if it will help but try to add this config bit in settings.inc:
Code:
config     __CONFIG3, WPDIS_WPDIS
Reply
#8
(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.
Reply
#9
Great. Thanks for the feedback.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)