From b9b2c7135f3c5c3f6586c08874d8381c5170949b Mon Sep 17 00:00:00 2001 From: Daniel Beer Date: Tue, 14 Aug 2012 16:48:38 +1200 Subject: [PATCH] Add documentation for "fill" command. --- mspdebug.man | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mspdebug.man b/mspdebug.man index 7b527be..eaec8aa 100644 --- a/mspdebug.man +++ b/mspdebug.man @@ -232,6 +232,11 @@ Specify "segment" and a memory address to erase an individual flash segment. .IP "\fBexit\fR" Exit from MSPDebug. +.IP "\fBfill\fR \fIaddress\fR \fIlength\fR \fIb0\fR [\fIb1\fR \fIb2\fR ...] +Fill the memory region of size \fIlength\fR starting at \fIaddress\fR with +the pattern of bytes given (specified in hexadecimal). The pattern will be +repeated without padding as many times as necessary without exceeding the +bounds of the specified region. .IP "\fBgdb\fR [\fIport\fR]" Start a GDB remote stub, optionally specifying a TCP port to listen on. If no port is given, the default port is 2000.