Difference between revisions of "MLoader:noUI Mode"

From Flowcode Help
Jump to navigationJump to search
(Created page with "todo...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
todo...
+
[[mLoader|(Click here to return to the main mLoader page)]]
 +
 
 +
==Command-line usage==
 +
When mLoader is used in noUI mode, the filename and the target chip or device must be specified on the command-line as follows:
 +
 
 +
::<code>mLoader.exe [-chip <chipname> | -<device>] <filename></code>
 +
 
 +
When targeting "multiprogrammer" boards such as the EB006, EB064 and EB031/EB185 you will need to specify the chipname. Note that for PICmicro MCUs, this must not include the "PIC" or "dsPIC" prefix.
 +
 
 +
The following options can be used to target specific devices:
 +
* '''-miac'''
 +
::MIAC rugged PLC
 +
* '''-ff'''
 +
::Formula Flowcode robot buggy
 +
* '''-lkpic'''
 +
::Locktronics microcontroller carrier
 +
* '''-stproject'''
 +
::HP1110 project board
 +
* '''-stproto'''
 +
::HP4829 prototyping board
 +
* '''-ecio28'''
 +
::28-pin PICmicro ECIO
 +
* '''-ecio40'''
 +
::40-pin PICmicro ECIO
 +
* '''-ecioarm'''
 +
::40-pin ARM ECIO
 +
* '''-eciodsp16'''
 +
::40-pin dsPIC ECIO
 +
* '''-eb091'''
 +
::dsPIC33 E-block
 +
 
 +
Some examples of command-line parameters are listed here:
 +
 
 +
::<code>mLoader.exe -chip 16F1937 myfile.hex</code>
 +
::<code>mLoader.exe -miac "c:\my projects\my file.hex"</code>
 +
::<code>mLoader.exe -chip 33FJ128GP802 "..\projects\program.hex"</code>

Latest revision as of 14:38, 26 January 2015

(Click here to return to the main mLoader page)

Command-line usage

When mLoader is used in noUI mode, the filename and the target chip or device must be specified on the command-line as follows:

mLoader.exe [-chip <chipname> | -<device>] <filename>

When targeting "multiprogrammer" boards such as the EB006, EB064 and EB031/EB185 you will need to specify the chipname. Note that for PICmicro MCUs, this must not include the "PIC" or "dsPIC" prefix.

The following options can be used to target specific devices:

  • -miac
MIAC rugged PLC
  • -ff
Formula Flowcode robot buggy
  • -lkpic
Locktronics microcontroller carrier
  • -stproject
HP1110 project board
  • -stproto
HP4829 prototyping board
  • -ecio28
28-pin PICmicro ECIO
  • -ecio40
40-pin PICmicro ECIO
  • -ecioarm
40-pin ARM ECIO
  • -eciodsp16
40-pin dsPIC ECIO
  • -eb091
dsPIC33 E-block

Some examples of command-line parameters are listed here:

mLoader.exe -chip 16F1937 myfile.hex
mLoader.exe -miac "c:\my projects\my file.hex"
mLoader.exe -chip 33FJ128GP802 "..\projects\program.hex"