EasyManua.ls Logo

COBHAM GRMON3 - Page 223

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
223 www.cobham.com/gaisler
114. wmems - syntax
NAME
wmems - Write a string to an AMBA bus memory address
SYNOPSIS
wmems address data
DESCRIPTION
wmems address data
Write the string value specified by data, including the terminating NULL-character, to address.
NOTE: Only JTAG debug links supports byte accesses. Other debug links will do a 32-bit read-modi-
fy-write when writing unaligned data.
RETURN VALUE
wmems has no return value.
EXAMPLE
Write "Hello World" to address 0x40000000-0x4000000C:
grmon3> wmems 0x40000000 "Hello World"
SEE ALSO
Section 3.4.7, “Displaying memory contents”

Table of Contents