Freescale Semiconductor Microcontrollers User Manual

Page 751

Advertising
background image

Debugger Engine Commands

Debugger Commands

751

Microcontrollers Debugger Manual

– signed decimal,

– unsigned decimal or

– symbolic.

• The COMPLEMENT command sets the display complement format of

memory values: one sets the first complement (each bit is reversed), none
deselects the first complement.

• The MODE command selects the display mode of memory words.

– In Automatic mode (default), memory words are updated when the target is

stopped. Memory words from the currently executed module or procedure
are displayed in the Memory component. Memory words are updated when
target is stopped.

– In Frozen mode, value from memory words displayed in the Memory

component are not updated when the target is stopped.

– In Periodical mode, memory words are updated at regular time intervals

when the target is running. The default update rate is 1 second, but it can be
modified by steps of up to 100 ms using the associated dialog box or
UPDATERATE command.

• The UPDATERATE command sets the variables update rate (see also

UPDATERATE

command).

NOTE

Also refer to

SMEM

,

SPC

and

SMOD

command descriptions for more detail

about these commands.

Equivalent Operations

• ATTRIBUTES FORMAT ~ Select menu Memory > Format

• ATTRIBUTES WORD ~ Select menu Memory > Word Size

• ATTRIBUTES ADR ~ Select menu Memory > Display > Address

• ATTRIBUTES ASC ~ Select menu Memory > Display > ASCII

• ATTRIBUTES ADDRESS ~ Select menu Memory > Address

• ATTRIBUTES COMPLEMENT ~ Select menu Memory > Format

• ATTRIBUTES SMEM ~ Drag and drop from Data component (variable) to

Memory component.

• ATTRIBUTES SMOD ~ Drag and drop from Source component to Memory

component.

• ATTRIBUTES MODE ~ Select menu Memory > Mode

• ATTRIBUTES UPDATERATE ~ Select menu Memory > Mode > Periodical

Advertising