Renesas M3T-MR100 用户手册

下载
页码 304
   
254 
 
8.2  Configurator Execution Procedures 
8.2.1 
Configurator Overview 
The configurator is a tool that converts the contents defined in the configuration file into the assembly language include file, 
etc.Figure 8.1
 outlines the operation of the configurator. 
When used on HEW, the configurator is automatically started, and an application program is built. 
 
Executing the configurator requires the following input files: 
• 
  Configuration file (XXXX.cfg) 
This file contains description of the system's initial setup items. It is created in the current directory. 
• 
  Default configuration file (default.cfg) 
This file contains default values that are referenced when settings in the configuration file are omitted. This file 
is placed in the directory indicated by environment variable "LIB30" or the current directory. If this file exists in 
both directories, the file in the current directory is prioritized over the other. 
• 
include template file(mr100.inc, sys_ram.inc) 
This file serves as the template file of include file "mr100.inc" and “sys_ram.inc”. It resides in the directory in-
dicated by environment variable "LIB100." 
• 
MR100 version file (version) 
This file contains description of MR100's version. It resides in the directory indicated by environment variable 
"LIB100." The configurator reads in this file and outputs MR100's version information to the startup message. 
• 
Service call definition file(kernel_sysint.h) 
This file contains description of MR100 service call definition. It resides in the directory indicated by environ-
ment variable "LIB100." The configurator reads in this file and outputs to thecurrent directory. 
 
When the configurator is executed, the files listed below are output. 
 
Do not define user data in the files output by the configurator. Starting up the configurator after entering data definitions 
may result in the user defined data being lost. 
• 
System data definition file (sys_rom.inc, sys_ram.inc) 
This file contains definition of system settings. 
• 
Include file (mr100.inc) 
This is an include file for the assembly language. 
• 
Service call definition file(kernel_sysint.h) 
This file contains description of MR100 service call definition