ds30 Loader free edition forums
Problem running after writing flash also [abandoned] - 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: Problem running after writing flash also [abandoned] (/showthread.php?tid=486)



Problem running after writing flash also [abandoned] - PicTech - 2012-03-07

Hi Mikael,

My problem is very similar to "Problem with running my program after writing flash" from Chris. The bootloader is perfect but after writing my small test led program don't work. I note only the first three bytes do not match, why?

I remade the test at 9600 and 115200, same thing ...

dsLoader 1.4.6
Firmware compiled with MPLAB v8.80
Test program compiled with mikroC PRO for PIC v4.60
PICKIT3-Programmer

Best regards,
Richard.
       


RE: Problem running after writing flash also - Mikael Gustavsson - 2012-03-08

Hi,
Which PIC and which firmware version?

You could try to replace this code (from this thread http://mrmackey.no-ip.org/elektronik/ds30loader/forum/showthread.php?tid=483)
Code:
        goto     loadusr
With this code:
Code:
        clrf     STATUS
        goto     loadusr