I have burn the boot loader to the MCU ; and when I am using the test code that come with the PIC_downloader it worked grate.
But when I am trying to download my own code to the MCU I am getting "Writing error !" message.
I have added the next lines to my code :
Code:
#ORG 0x1F00,0x1FFF //for the 8k 16F876/7
void loader() { }
and it compile ok, but still I cant down load a code to the MCU.
Dose any one can explain me what should I do (a small sample code will be great)
Thanks Amnon
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
Posted: Tue Jan 10, 2006 9:10 pm
It may be that the bootloater has LVP enabled. In this case you have to ensure that RB4 is no floating or not putting the PIC in LVP mode. The alternative is to disable LVP in the bootloader. _________________ Regards, Andrew
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum