ColdFire V1 Full Chip Simulation Connection
589
Microcontrollers Debugger Manual
FCS Warning (ID 12): reading from unimplemented register at pc =
0x400a'L. Value: 0x0, Memory Address: 0x106. Flash CONTROL module not
implemented
FCS Warning (ID 12): reading from unimplemented register at pc =
0x400a'L. Value: 0x0, Memory Address: 0x106. Flash CONTROL module not
implemented
FCS Warning (ID 12): reading from unimplemented register at pc =
0x400a'L. Value: 0x0, Memory Address: 0x106. Flash CONTROL module not
implemented
STOPPING
HALTED
Warning message IDs usually belong to a group of registers from the same simulated
block (the messages above are from the Flash CONTROL registers block). Therefore, any
access to an unimplemented Flash CONTROL register generates the same kind of
message.
The debugger provides a set of commands to hide specific ID messages, to stop the FCS
automatically, or to display a warning message box. You can executes these commands
from a POSTLOAD command file. These commands are volatile and not saved in current
project.

WARNING_SETUP Command

The WARNING_SETUP command sets the level of debugger warning to inform the user
about the usage of a not simulated register.
Components
Debugger engine.
Usage
WARNING_SETUP <HALT|CLMSG|MSGBOX|NONE|STATUS>
WARNING_SETUP STATUS: displays the current warning setup status.
Example:
in>warning_setup status
WARNING_SETUP STATUS: CLMSG
WARNING_SETUP HALT: The FCS stops the debugger when a warning
message occurs.