AppNote 32 Revision E - Example Source
--------------------------------------
To build the example applications, run buildall.bat.
Before these examples may be run you must follow the steps
described in the application note to build the ARMulator models.
To save time, example .dsc and .ami configuration files have been
provided. You may replace the existing .ami files inside the
ADS 1.1 \bin directory with the provided files as long as you have
not manually modified the files.
If you have already defined additional ARMulator models,
Copy the relevant entries from the default.ami and peripherals.ami
files, relating to the three examples.
The contents of the armulext subdirectory must be placed in the
ADS 1.1 \armulext directory.
These models can be built by changing the current directory to an
armulext\MODEL>.b\intelrel subdirectory and typing make (UNIX)
or nmake (Windows).
The resulting .dll files and all provided .dsc files must be copied
to the ADS 1.1 \bin directory.
文件列表:
armulext
........\cycles.b
........\........\intelrel
........\........\........\cycles.dll
........\........\........\cycles.exp
........\........\........\cycles.lib
........\........\........\cycles.obj
........\........\........\Makefile
........\........\........\version.res
........\cycles.c
........\mycopro.b
........\.........\intelrel
........\.........\........\Makefile
........\.........\........\Mycopro.dll
........\.........\........\Mycopro.exp
........\.........\........\Mycopro.lib
........\.........\........\Mycopro.obj
........\.........\........\version.res
........\mycopro.c
........\parallel.b
........\..........\intelrel
........\..........\........\Makefile
........\..........\........\Parallel.dll
........\..........\........\Parallel.exp
........\..........\........\Parallel.lib
........\..........\........\Parallel.obj
........\..........\........\version.res
........\parallel.c
........\projectx.b
........\..........\intelrel
........\..........\........\Makefile
........\..........\........\ProjectX.dll
........\..........\........\ProjectX.exp
........\..........\........\ProjectX.lib
........\..........\........\ProjectX.obj
........\..........\........\version.res
........\projectx.c
copro.s
coprocess.axf
coprotest.c
default.ami
interrupts.axf
interrupts.c
partest.axf
partest.c
peripherals.ami
readme.txt