Previous Next

MDB Reference : List of Commands : Programming Commands

Programming Commands
To display information about the programming commands available in MDB, type help [programming option]. Table 2-5 provides additional information for these commands.
Table: Programming Commands
Program
Programs device memory with the image specified by the file. (Note, if the path or filename has spaces in it, you must use the quotation marks. If there are no spaces in the path of filename, the quotation marks are not needed, as shown below.)
Command format: Program executableImageFile
Upload
Uploads the executable image to MDB memory. The source of the instructions to be loaded is the contents of the memory of an attached PIC device through the programmer or debugger.
Command format: Upload
Dump
Writes the MDB memory to a hex file.
Command format: Dump [-m] filename
The m is an optional argument that specifies which memories to write to the hex file. It can be any combination of the following:
p - Program Memory (Flash)
e - EE Data
c - Configuration Bits
u - User ID memory
b - Boot Memory
f - Flash Data
The filename is the full path and name to the hex file.

Previous Next Microchip Support
Help Updated: 2014-08-12 12:16:05Z
Help Page: 18