MDB Reference: program
program imagefile
The MDB program command programs device memory with the specified image file (*.hex, *.cof, or *.elf). Used for loading the simulator too.
Parameters
- imagefile
- Path to *.hex, *.cof, or *.elf file
Example
> program "C:\Projects\MyProject.X\dist\default\debug\MyProject.X.debug.elf"
Programming target...
Program succeeded.