EasyManua.ls Logo

COBHAM GRMON3 - Page 133

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
133 www.cobham.com/gaisler
39. go - syntax
go - Start execution without any initialization
SYNOPSIS
go ?options? ?address? ?count?
DESCRIPTION
go ?options? ?address? ?count?
This command will start the executing instruction on the active CPU, without resetting any drivers. When
omitting the address parameter this command will start execution at the entry point from the last loaded
application. If the count parameter is set then the CPU will run the specified number of instructions. Note
that the count parameter is only supported by the DSU4.
OPTIONS
-noret
Do not evaluate the return value. Then this options is set, no return value will be set.
RETURN VALUE
Upon successful completion go returns a list of signals, one per CPU. Possible signal values are SIGBUS, SIGFPE,
SIGILL, SIGINT, SIGSEGV, SIGTERM or SIGTRAP. If a CPU is disabled, then a empty string will be returned
instead of a signal value.
EXAMPLE
Execute instructions starting at 0x40000000.
grmon3> go 0x40000000
SEE ALSO
Section 3.4.3, “Running applications”

Table of Contents