2003-05-28 18:10:46 +02:00
|
|
|
ICDPROG is a simple command line programmer for Microchip PIC controllers,
|
|
|
|
using the Microchip or Olimex ICD (in circuit debugger) as a programmer.
|
2005-05-23 10:26:03 +02:00
|
|
|
It was written by Geir Thomassen.
|
2003-06-07 16:50:50 +02:00
|
|
|
|
2003-05-28 18:10:46 +02:00
|
|
|
The program is written for command line usage.
|
|
|
|
|
|
|
|
FEATURES
|
|
|
|
* Works with PIC16F87x, x = [0,1,2,3,4,6,7] (3,7 is well tested ... )
|
2003-06-07 16:50:50 +02:00
|
|
|
* Reads Intel hex format
|
2003-05-28 18:10:46 +02:00
|
|
|
* Auto-detects controller type
|
|
|
|
|
|
|
|
run the program with
|
2003-06-07 16:50:50 +02:00
|
|
|
icdprog <hex file>
|
2003-05-28 18:10:46 +02:00
|
|
|
|
|
|
|
or
|
2003-06-07 16:50:50 +02:00
|
|
|
icdprog -p /dev/tty01 <hex file>
|
2003-05-28 18:10:46 +02:00
|
|
|
if you connect the ICD to serial port #2
|