ds30 Loader free edition forums
PIC16F877A - Verification Error [solved] - Printable Version

+- ds30 Loader free edition forums (https://picbootloader.com/forum)
+-- Forum: Support (https://picbootloader.com/forum/forumdisplay.php?fid=3)
+--- Forum: 8-bit firmwares (https://picbootloader.com/forum/forumdisplay.php?fid=7)
+--- Thread: PIC16F877A - Verification Error [solved] (/showthread.php?tid=36)



PIC16F877A - Verification Error [solved] - tomwp - 2011-01-11

Hi,

I am setting up the boot loader for a PIC16F877A. I have compiled and programmed the loader fine. When I try to down load the application it gets 95% of the way through, then fails on verification:

Erasing page 434...ok
Writing row 434...ok
Erasing page 435...ok
Writing row 435...ok
Erasing page 1999...ok
Writing row 1999...verification error, 1 try
Writing row 1999...verification error, 2 try
Writing row 1999...download failed

Why is it suddenly jumping to page 1999?

I have tried this with a few different boardrates all with the same result.

Thanks,

Tom.


RE: PIC16F877A - Verification Error - hbruno - 2011-01-11

take a look at :
http://mrmackey.no-ip.org/elektronik/ds30loader/forum/showthread.php?tid=8

Bruno


RE: PIC16F877A - Verification Error - Mikael Gustavsson - 2011-01-13

And here's the link to the working version:
http://mrmackey.no-ip.org/elektronik/ds30loader/files/temp/ds30_Loader_101127.zip

I'll release a new package soon with this fix included.


RE: PIC16F877A - Verification Error - tomwp - 2011-01-13

Excellent, thank you works a treat.