Close, Copymem – Freescale Semiconductor Microcontrollers User Manual

Page 766

Advertising
background image

Debugger Engine Commands

Debugger Commands

766

Microcontrollers Debugger Manual

CLOSE

The CLOSE command is used to close a component.

Component names are: Assembly, Command, Coverage, Data, Inspect, IO_Led, Led,
Memory, Module, Phone, Procedure, Profiler, Recorder, Register, SoftTrace, Source,
Stimulation.

Usage

CLOSE component | *

where * means “all components”.

Components

Debugger engine.

Example:

in>CLOSE Memory

The Memory component window is closed (unloaded).

COPYMEM

The COPYMEM command is used to copy a memory range to a destination range
defined by the beginning address. This command works on defined memory only. The
source range and destination range are tested to ensure they are not overlayed.

Usage

COPYMEM <Source address range> dest-address

Components

Memory.

Example:

in>copymem 0x3FC2A0..0x3FC2B0 0x3FC300

The memory from 0x3FC2A0 to 0X3FC2B0 is copied to the memory at 0x3FC300
to 0x3FC310. This Memory range appears in red in the Memory Component.

Advertising