Full chip simulation warnings – Freescale Semiconductor Microcontrollers User Manual

Page 588

Advertising
background image

ColdFire V1 Full Chip Simulation Connection

588

Microcontrollers Debugger Manual

You can retrieve the following types of information from the Trace window:

• Instructions and instruction addresses,

• Data address, data value and read/write access type,

• True time, cycles and total simulation cycles for each instruction,

• Function name and module name for each instruction,

• Variable name and module name for each global variable data access.

Figure 28.10 Bus Trace Data Access Symbolic Information

Full Chip Simulation Warnings

By default, the FCS generates warning messages when the application accesses on-chip
registers that are not implemented for the selected derivative. These warnings appear in
the Command window.

For example, the following messages can be indefinitely repeated in the Command
window:

...
...
...
FCS Warning (ID 12): reading from unimplemented register at pc =
0x400a'L. Value: 0x0, Memory Address: 0x106. Flash CONTROL module not
implemented

Advertising