Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem running after writing flash also [abandoned]
#1
Question 
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.
       
Reply
#2
Hi,
Which PIC and which firmware version?

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


Forum Jump:


Users browsing this thread: 1 Guest(s)