MLoader:noUI Mode

From Flowcode Help
Jump to navigationJump to search

(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"