AMX Target Guide Computer Accessories User Manual


 
AMX 68000 Target Guide
K
A
DAK
A-11
A.3 Porting the Target Parameter File
It is expected that you will use the AMX Configuration Manager to create and edit your
Target Parameter File. If you are unable to use the AMX Configuration Manager utility,
you will have to create and edit your Target Parameter File using a text editor.
You should begin by choosing one of the sample Target Parameter Files provided with
AMX. Choose the Target Parameter File for the Sample Program which operates on the
evaluation board which most closely matches your target hardware. Edit the parameters
in all directives to meet your requirements. Follow the specifications provided in
Appendix A.2 and adhere to the detailed parameter definitions given in the presentation
of the AMX Configuration Manager screens in Chapter 4.
The AMX Configuration Manager includes its own copy of the AMX Configuration
Generator which it uses to produce your Target Configuration Module from the Target
Configuration Template File and the directives in your Target Parameter File. If you are
unable to use the Configuration Manager, you will have to use the stand alone version of
the AMX Configuration Generator.
The command line required to run the Configuration Generator and use it to produce a
Target Configuration Module HDWCFG.ASM from the AMX 68000 Target Configuration
Template File CJ532HDW.CT and a Target Parameter File called HDWCFG.UP is as follows:
CJ532CG HDWCFG.UP CJ532HDW.CT HDWCFG.ASM
If you are not doing your development on a PC or compatible, you may still be able to
port the Configuration Generator to your development system as described in
Appendix C of the AMX User's Guide.