|
|||||||||||
Technical Support On-Line Manuals µVision User's Guide About µVision User Interface Creating Applications Utilities Debugging Debug Commands ASM ASSIGN BreakAccess BreakDisable BreakEnable BreakKill BreakList BreakSet COVERAGE COVTOFILE DEFINE DIR Display Enter EVALuate EXIT FUNC Go INCLUDE KILL LOAD LOG LogicAnalyze MAP MODE Ostep PerformanceAnalyze Pstep RESET SAVE SCOPE SET SIGNAL SLOG Tstep Unassemble WatchSet WatchKill Debug Functions Simulation Flash Programming Dialogs Example Programs Command Line Appendix |
SAVEThe SAVE command writes a memory image range to a file using the HEX386 format. This file can be loaded into the µVision Debugger using the LOAD command.
Examples>SAVE c:\temp\memoutput.hex main, main+0x500 /* Output beginning at main */ >SAVE memoutput.hex 0x100,0x1FF /* Output memory between 0x100 and 0x1FF */ >SAVE memoutput.hex X:0,0x100 /* Output 256 bytes of the 8051 XDATA */ /* external memory beginning at address 0. */ /* The memory type specifier X was used. */ Note
| ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.