EasyManua.ls Logo

COBHAM GRMON3 - Page 117

COBHAM GRMON3
239 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
GRMON3-UM
June 2019, Version 3.1.0
117 www.cobham.com/gaisler
26. dump - syntax
NAME
dump - Dump memory to a file.
SYNOPSIS
dump ?options...? address length ?filename?
DESCRIPTION
dump ?options...? address length ?filename?
Dumps length bytes, starting at address, to a file in Motorola SREC format. The default name of the
file is "grmon-dump.srec"
OPTIONS
-binary
The -binary option can be used to store data to a binary file
-bsize
The -bsize option may be used to specify the size blocks of data in bytes that will be read. Sizes that
are not even words may require a JTAG based debug link to work properly. See Chapter 5, Debug link
more information.
-append
Set the -append option to append the dumped data to the end of the file. The default is to truncate the
file to zero length before storing the data into the file.
RETURN VALUE
Command dump has no return value.
EXAMPLE
Dump 32kB of data from address 0x40000000
grmon3> dump 0x40000000 32768

Table of Contents