| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > dump | |||
This command reads data from memory or the result of an expression and writes it to a file.
dump [format] memory filename start_address end_address
dump [format] value filename expression
Where:
formatSpecifies the output format:
binaryBinary. This is the default.
ihexIntel Hex-32.
srecMotorola 32-bit (S-records).
vhxByte oriented hexadecimal (Verilog Memory Model).
filenameSpecifies the file.
start_addressSpecifies the start address for the memory.
end_addressSpecifies the inclusive end address for the memory.
expressionSpecifies an expression that is evaluated to an address and the data from that address is written to the file.
ARM® DS-5™ Using the Debugger: