EasyManua.ls Logo

COBHAM GRMON3 - Page 96

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
96 www.cobham.com/gaisler
7. bdump - syntax
NAME
bdump - Dump memory to a file.
SYNOPSIS
bdump address length ?filename?
DESCRIPTION
The bdump command may be used to store memory contents a binary file. It's an alias for 'dump -binary'.
bdump address length ?filename?
Dumps length bytes, starting at address, to a file in binary format. The default name of the file is
"grmon-dump.bin"
RETURN VALUE
Command bdump has no return value.
EXAMPLE
Dump 32kB of data from address 0x40000000
grmon3> bdump 0x40000000 32768

Table of Contents