2011-12-15, 19:58:30
(This post was last modified: 2012-12-25, 17:07:57 by Mikael Gustavsson.)
Hi Mikael,
I' m Daniele. Thank You very much for your free "ds30BootLoader"...
I wrote a program for Pic16F887 that work very well... I tested it for many times and it' s all ok.
However, If I program Pic with your BootLoader, I don' t can write Pic with my Program.
I don' t know if there is a problem with my source code or with your application, but nothing happens.
The USART, work fine (I tested it with others firmware) and the BootLoader is found from your Application, but when I go to write, appears an error...(write failed...)
- Can You give me a "config file" for the 16F887 (4Mhz - XT_OSC) for your application?
- Can You indicate me if I need to do something in my source code? (like a goto...)
In my source code, at the address "ORG 0x00" I wrote:
PAGESEL Start
GOTO Start
where "Start" is the Beginning of my Program (Main Program)!...
- The "Config Words" are equals for any (your "settings.inc" and "My Source Code")
- I have your last Application version...
Can You help me please?...
Best Regards,
Daniele (Italy).
P.S. In attached my source code...
I' m Daniele. Thank You very much for your free "ds30BootLoader"...
I wrote a program for Pic16F887 that work very well... I tested it for many times and it' s all ok.
However, If I program Pic with your BootLoader, I don' t can write Pic with my Program.
I don' t know if there is a problem with my source code or with your application, but nothing happens.
The USART, work fine (I tested it with others firmware) and the BootLoader is found from your Application, but when I go to write, appears an error...(write failed...)
- Can You give me a "config file" for the 16F887 (4Mhz - XT_OSC) for your application?
- Can You indicate me if I need to do something in my source code? (like a goto...)
In my source code, at the address "ORG 0x00" I wrote:
PAGESEL Start
GOTO Start
where "Start" is the Beginning of my Program (Main Program)!...
- The "Config Words" are equals for any (your "settings.inc" and "My Source Code")
- I have your last Application version...
Can You help me please?...
Best Regards,
Daniele (Italy).
P.S. In attached my source code...