Memory configuration, Command files window – Freescale Semiconductor Microcontrollers User Manual

Page 580

Advertising
background image

ColdFire V1 Full Chip Simulation Connection

580

Microcontrollers Debugger Manual

Command Files Window

Figure 28.5

shows the FCS connection Command Files window.

Figure 28.5 Full Chip Simulation Connection Command Files Window

Setcpu Command File

The Setcpu command file is specific to FCS and the Debugger executes the command file
after a CPU has been set or modified. This occurs when you use the setcpu command or
when you load an application in the FCS when the corresponding CPU is not set.

You can specify the Setcpu command file full name and status (enable/disable) either with
the CMDFILE SETCPU Command Line command or by using the Setcpu property tab
of the connection Command Files dialog.

The default Setcpu command file is SETCPU.CMD. By default the SETCPU.CMD file
located in the current project directory is enabled as the current Setcpu command file.

Memory Configuration

The memory configuration interface is an FCS advanced configuration feature. The FCS
divides the emulated memory into blocks. A memory manager handles the list of memory
blocks. The memory configuration facility offers you some degree of automation, but does
not restrict the flexibility of manual adjustment. The memory configuration facility lets
you specify types and properties of memory blocks, such as RAM and ROM.

The memory configuration facility uses a binary file format to read and set the FCS
configuration. The extension for binary files is .mem; the default memory file is
default.mem

. (The subsection

TestTerm Component

includes

Listing 28.2

, the EBNF-

syntax definition of the file format.)

Advertising