Anyone have experience using it. I have the basic bootloader working, but can't get my code to run. The only mods I made to my code was to eliminate my orginal fuse statement. Is there something else I need to do?
This bootloader seems to be pretty big, what is everyone else using for thier 16F873A and 3-wire RS232 interface?
Thanks in advance,
Neutone
Joined: 08 Sep 2003 Posts: 839 Location: Houston
Posted: Fri Apr 02, 2004 12:42 pm
The latest compiler release has this in the readme .
Quote:
3.188 Some devcie specific issues have been fixed
3.188 The %used for some parts in the ICD mode is now fixed
3.188 Problems with non-administrator users on XP and Win2000 have been fixed
3.188 New separate bootloader examples have been added
I have no idea how good the included bootloader is but it is supported by CCS.
Guest
Posted: Fri Apr 02, 2004 12:55 pm
The bootloader fuses need to closely match the fuses you eliminated in your application code. If the bootloader fuses are very much different you might want to set them to the same as your application fuses and recompile CodeLoader. That bootloader is a little bigger because it is written in CCS PIC-C and has no helper application on the PC. You can always reduce the footprint be eliminating some functionality; for instance the ability to modify data EEPROM. Happy PIC'n
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