Freescale Semiconductor Microcontrollers User Manual

Page 750

Advertising
background image

Debugger Engine Commands

Debugger Commands

750

Microcontrollers Debugger Manual

• ATTRIBUTES UPDATERATE ~ Select menu Data > Mode > Periodical

• ATTRIBUTES COMPLEMENT ~ Select menu Data > Format

• ATTRIBUTES NAMEWIDTH ~ Select menu Data > Options > Name Width

Example

Data:1 < ATTRIBUTES MODE FROZEN

In Data:1 (global variables), variables update is frozen mode. Variables are not
refreshed when the application is running.

In the Memory Component

• The ATTRIBUTES command allows you to set the display and state options of

the Memory component window.

• The WORD command selects the word size of the memory dump window. The

word size number is:

1, for byte format;

2, for word format (2 bytes); or

4, for long format (4 bytes).

• The ADR command ON or OFF displays or hides the address in front of the

memory dump lines.

• The ASC command ON or OFF displays or hides the ASCII dump at the end of

the memory dump lines.

• The ADDRESS command scrolls the corresponding memory dump window and

displays the corresponding memory address lines (memory WORD is not
selected).

SPC (show pc), SMEM (show memory) and SMOD (show module) commands

scroll the Memory component accordingly, to display the code location given as
argument, and select the corresponding memory area

SPC selects an address,

SMEM selects a range of memory and

SMOD selects the module name for the global variable located in the

window.

• The FORMAT command selects the format for the list of variables. The format

is one of the following:

– binary,

– octal,

– hexadecimal,

Advertising