Memory component, Associated commands – Freescale Semiconductor Microcontrollers User Manual

Page 90

Advertising
background image

Debugger Components

General Debugger Components

90

Microcontrollers Debugger Manual

Associated Commands

ADDXPR

,

ATTRIBUTES

,

DUMP

,

PTRARRAY

,

SMOD

,

SPROC

,

UPDATERATE

,

ZOOM

.

Memory Component

The Memory window shown in

Figure 3.32

displays unstructured memory content or

memory dump, that is continuous memory words without distinction between variables.

Figure 3.32 Memory Window

Various data formats (byte, word, double) and data displays (hexadecimal, binary, octal,
decimal, unsigned decimal) can be specified for display and editing of memory content.

Watchpoints can be defined in this component.

NOTE

Refer to

Control Points

for more information about watchpoints.

Memory areas can be initialized with a fill pattern using the

Fill Memory

box.

An ASCII dump can be added/removed on the right side of the numerical dump when
checking/unchecking ASCII in the Display menu entry.

The location address may also be added/removed on the left side of the numerical dump
when checking/unchecking Address in the Display menu entry.

To specify the start address for the memory dump use the Address menu entry.

The

Component Windows Object Info Bar

contains the procedure or variable name,

structure field and memory range matching the first selected memory word.

"uu" memory value means: not initialized.

"pp" memory value means: protected from being read, or protected from being read and
written.

"rr" memory value means: not accessible because the hardware is running.

"--" memory values mean: not configured (no memory available)

Advertising