PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Dec 04, 2006 11:18 am |
|
|
This one works:
http://www.microchipc.com/PIC16bootload/
When you program it into your PIC, make sure that you disable
"Low Voltage Programming" mode in your programmer's Config Bits menu. The HEX file for that bootloader has LVP mode enabled, and
you don't want that. You need to disable it before you program the
HEX file into your PIC. |
|