11# picchick
2- A utility to program PIC microcontrollers
2+ A utility to aid in programming PIC microcontrollers
33
44
55## Overview
@@ -11,7 +11,7 @@ It attempts to do the majority of the work on the host computer, and sends a sim
1111## Usage
1212
1313```
14- usage: picchick.py [options] [hexfile]
14+ usage: picchick [options] [hexfile]
1515
1616A utility for programming PIC19196 microcontrollers
1717
@@ -22,13 +22,20 @@ options:
2222 -h, --help show this help message and exit
2323 -f, --flash flash hexfile onto the device
2424 --read addr read specified address or chunk of memory
25- --write addr word write word to specified address or chunk of memory
26- --erase addr erase specified address or chunk of memory
25+ --write addr word write word to specified address
26+ --erase [addr] erase device or specified address
27+ -d chipID, --device chipID
28+ device to be programmed
2729 -p port, --port port programmer serial port
2830 --baud baud serial connection baudrate
2931 --map display the hexfile
3032 --list-ports list available serial ports
3133 --list-devices list available device configurations
34+
35+ flag arguments:
36+ [addr]: device memory address in hexadecimal
37+ all all device memory areas
38+ flash user flash area
3239```
3340
3441
0 commit comments