
14
mikroProg Suite for PIC
MikroElektronika
page
7.0. Keyboard Shortcuts and Command Line Parameters
Keyboard Shortcuts: Alt+E Erase the contents of the microcontroller’s memory
Alt+B Program memory blank check (whether it is empty)
Alt+W Write a hex code into microcontroller (F11 key may be optionally used)
Alt+V Verify the loaded hex code
Alt+R Read program memory
Alt+D Change microcontroller type
Alt+F Open File menu
Alt+U Open USB menu
Alt+I Open Info menu
Alt+M Minimize man window
Ctrl+S Save hex code
Ctrl+O Open (load) le with hex code
Ctrl+R Reload hex code
Command Line: The mikroProg Suite for PIC programmer may also be set up from the command line, which enables
you to use it from some other software, compiler etc. Here is a list of the command line parameters:
-w Write to MCU
-v Verify
-e Erase program from MCU
-r Read program from MCU
-p Microcontroller type
-f .hex le name (FLASH) “[<name should be enclosed within quotation marks>]”
-b Memory blank check (whether it is empty)
-q Close the mikroProg Suite for PIC program after programming
Example 1: mikroProg Suite for PIC.exe -w -pPIC24FJ96GA010 -v -f”C:\somele.hex”
This command is used for loading C:\somele.hex into the PIC24FJ96GA010 microcontroller. This le
will be veried immediately after being loaded into the microcontroller.
Example 2: mikroProg Suite for PIC.exe -r -pPIC24FJ96GA010
This command is used for reading the contents of the PIC24FJ96GA010 microcontroller’s program
memory.
Example 3: mikroProg Suite for PIC.exe -e -pPIC24FJ96GA010
This command is used to erase program from the PIC24FJ96GA010 microcontroller.
Commenti su questo manuale