Datasheet

Differences
ARM DUI 0064D Copyright © 1999-2001 ARM Limited. All rights reserved. 2-31
In order to avoid loading files that are not meant for the
armulate.dll
product, it
examines each file and checks that it starts with:
;; ARMulator configuration file type 3
ARMulator byte order set from the debuggers
The ARMulator configuration dialog can now set the byte order of the simulated
processor from within the debugger. Also, there are additional radio buttons in the
configuration dialog to set the default startup behavior for ARMulator models that have
a CP 15. See the AXD and armsd Debuggers Guide for detailed information.
Changes to default behavior
The ARMulator default behavior has changed. Branches to address zero are now
trapped only if you are running the FPE.
2.3.10 Changes to the CodeWarrior IDE
The CodeWarrior IDE is now license-managed using FLEXlm.
CodeWarrior IDE project files are stored in a slightly different format to those of ADS
1.0.1. The CodeWarrior IDE automatically converts existing project files to the new
format and displays a dialogue box to inform you.
CodeWarrior IDE configuration dialogs have been updated to support the changed tool
options.
The ARM Features configuration panel has been added to support license-restricted
license-managed features.
2.3.11 Changes to the examples
The example code supplied with ADS in
install_directory\Examples
has been
supplemented with the following additional examples:
The
rom_integrator
directory contains a version of the
rom
example that is
targeted at the ARM Integrator board.
The
mmugen
directory contains the source and documentation for the MMUgen
utility. This utility can generate MMU pagetable data from a rules file that
describes the virtual to physical address translation required.