command line switch | function |
---|---|
-e | bulk erase chip. |
-f filename | write Intel format hex file from program space, ID space, config space, and EEPROM space, and exit. If the filename does not end in '.hex', then '.hex' is appended to it. This function allows cloning non-read protected PICs, the hex files can be loaded again with '-i'. |
-h | help (this help). |
-i filename | Intel format hex filename to load. If the filename does not end in '.hex', then '.hex' is appended to it. |
-o | I/O test, test par port pin signals. |
-p | program PIC after loading hexfile, then run verify and exit, if -e is specified the PIC will be bulk erased first. |
-t pictype | PIC type. |
-v | verbose, prints functions and arguments. |
-Y | exit programming with Vdd on (default off). |