You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flash firmware over serial connection to a device running Microchip's 16-bit bootloader.
50
+
mcbootflash is a tool for flashing firmware to 16-bit Microchip MCUs and DSCs from the PIC24 and dsPIC33 device families, which are running a bootloader generated by the MPLAB Code Configurator tool.
51
51
52
52
positional arguments:
53
-
hexfile a HEX file containing application firmware
53
+
hexfile an Intel HEX file containing application firmware
54
54
55
55
options:
56
56
-h, --help show this help message and exit
57
-
-p PORT, --port PORT serial port connected to the device you want to flash
58
-
-b BAUDRATE, --baudrate BAUDRATE
57
+
-p, --port PORT serial port connected to the device you want to flash
58
+
-b, --baudrate BAUDRATE
59
59
symbol rate of device's serial bus
60
-
-t TIMEOUT, --timeout TIMEOUT
61
-
try to read data from the bus for this many seconds before giving up
62
-
-c, --checksum verify flashed data by checksumming after write
63
-
-r, --reset reset device after flashing is complete
64
-
-v, --verbose print debug messages
65
-
-q, --quiet suppress output
60
+
--timeout TIMEOUT try to read data from the bus for this many seconds before giving up
61
+
--checksum verify flashed data by checksumming after write
0 commit comments