Keil™, An ARM® Company

µVision® User's Guide

BreakAccess

SyntaxDescription
BreakAccess READ exp, len, cnt , "cmd"Sets a read access breakpoint.
BreakAccess WRITE exp, len, cnt, "cmd"Sets a write access breakpoint.
BreakAccess READWRITE exp, len, cnt, "cmd"Sets a read/write access breakpoint.

The BreakAccess command is a variant of the BreakSetcommand that allows to specify a address range (len) in byte for access breakpoints. The len parameter is an expression that specifies the memory range that triggers the address breakpoints. All other features are identical with the BreakSet command.