Everything

[System Configuration File Related Information] tab

Outline
This tab shows the detailed information on the using system configuration file categorized by the following and the configuration can be changed.
- System information table file
- System information header file (for C language)
- System information header file (for assembly language)
Display image
Explanation of each area
1 ) [System Information Table File]
The detailed information on the system information table file are displayed and the configuration can be changed.
Generate a file
Select whether to generate a system information table file and whether to update the file when the system configuration file is changed.
Default
Yes(It updates the file when the .cfg file is changed)(-i)
How to change
Select from the drop-down list.
Restriction
Yes(It updates the file when the .cfg file is changed)(-i)
Generates a new system information table file and displays it on the project tree.
If the system configuration file is changed when there is already a system information table file, then the system information table file is updated.
Yes(It does not update the file when the .cfg file is changed)(-ni)
Does not update the system information table file when the system configuration file is changed.
An error occurs during build if this item is selected when the system information table file does not exist.
No(It does not register the file to the project)(-ni)
Does not generate a system information table file and does not display it on the project tree.
If this item is selected when there is already a system information table file, then the file itself is not deleted.
Output folder
Specify the folder for outputting the system information table file.
If a relative path is specified, the reference point of the path is the project folder.
If an absolute path is specified, the reference point of the path is the project folder (unless the drives are different).
The following macro name is available as an embedded macro.
%BuildModeName%: Replaces with the build mode name.
If this field is left blank, macro name "%BuildModeName%" will be displayed.
This property is not displayed when [No(It does not register the file that is added to the project)(-ni)] in the [Generate a file] property is selected.
Default
%BuildModeName%
How to change
Directly enter to the text box or edit by the Browse For Folder dialog box which appears when clicking the [...] button.
Restriction
Up to 247 characters
File name
Specify the system information table file name.
If the file name is changed, the name of the file displayed on the project tree.
Use the extension ".asm". If the extension is different or omitted, ".asm" is automatically added.
This property is not displayed when [No(It does not register the file that is added to the project)(-ni)] in the [Generate a file] property is selected.
Default
sit.asm
How to change
Directly enter to the text box.
Restriction
Up to 259 characters

2 ) [System Information Header File (for C Language)]
The detailed information on the system information header file (for C language) are displayed and the configuration can be changed.
Generate a file
Select whether to generate a system information header file (for C language) and whether to update the file when the system configuration file is changed.
Default
Yes(It updates the file when the .cfg file is changed)(-dc)
How to change
Select from the drop-down list.
Restriction
Yes(It updates the file when the .cfg file is changed)(-dc)
Generates a system information header file and displays it on the project tree.
If the system configuration file is changed when there is already a system information header file, then the system information header file is updated.
Yes(It does not update the file when the .cfg file is changed)(-ndc)
Does not update the system information header file when the system configuration file is changed.
An error occurs during build if this item is selected when the system information header file does not exist.
No(It does not register the file to the project)(-ndc)
Does not generate a system information header file and does not display it on the project tree.
If this item is selected when there is already a system information header file, then the file itself is not deleted.
Output folder
Specify the folder for outputting the system information header file (for C language).
If a relative path is specified, the reference point of the path is the project folder.
If an absolute path is specified, the reference point of the path is the project folder (unless the drives are different).
The following macro name is available as an embedded macro.
%BuildModeName%: Replaces with the build mode name.
If this field is left blank, macro name "%BuildModeName%" will be displayed.
This property is not displayed when [No(It does not register the file that is added to the project)(-ndc)] in the [Generate a file] property is selected.
Default
%BuildModeName%
How to change
Directly enter to the text box or edit by the Browse For Folder dialog box which appears when clicking the [...] button.
Restriction
Up to 247 characters
File name
Specify the system information header file (for C language) name.
If the file name is changed, the name of the file displayed on the project tree.
Use the extension ".h". If the extension is different or omitted, ".h" is automatically added.
This property is not displayed when [No(It does not register the file that is added to the project)(-ndc)] in the [Generate a file] property is selected.
Default
kernel_id.h
How to change
Directly enter to the text box.
Restriction
Up to 259 characters

3 ) [System Information Header File (for Assembly Language)]
The detailed information on the system information header file (for assembly language) are displayed and the configuration can be changed.
Generate a file
Select whether to generate a system information header file (for assembly language) and whether to update the file when the system configuration file is changed.
Default
Yes(It updates the file when the .cfg file is changed)(-da)
How to change
Select from the drop-down list.
Restriction
Yes(It updates the file when the .cfg file is changed)(-da)
Generates a system information header file and displays it on the project tree.
If the system configuration file is changed when there is already a system information header file, then the system information header file is updated.
Yes(It does not update the file when the .cfg file is changed)(-nda)
Does not update the system information header file when the system configuration file is changed.
An error occurs during build if this item is selected when the system information header file does not exist.
No(It does not register the file to the project)(-nda)
Does not generate a system information header file and does not display it on the project tree.
If this item is selected when there is already a system information header file, then the file itself is not deleted.
Output folder
Specify the folder for outputting the system information header file (for assembly language).
If a relative path is specified, the reference point of the path is the project folder.
If an absolute path is specified, the reference point of the path is the project folder (unless the drives are different).
The following macro name is available as an embedded macro.
%BuildModeName%: Replaces with the build mode name.
If this field is left blank, macro name "%BuildModeName%" will be displayed.
This property is not displayed when [No(It does not register the file that is added to the project)(-nda)] in the [Generate a file] property is selected.
Default
%BuildModeName%
How to change
Directly enter to the text box or edit by the Browse For Folder dialog box which appears when clicking the [...] button.
Restriction
Up to 247 characters
File name
Specify the system information header file (for assembly language) name.
If the file name is changed, the name of the file displayed on the project tree.
Use the extension ".inc". If the extension is different or omitted, ".inc" is automatically added.
This property is not displayed when [No(It does not register the file that is added to the project)(-nda)] in the [Generate a file] property is selected.
Default
kernel_id.inc
How to change
Directly enter to the text box.
Restriction
Up to 259 characters

4 ) [Interrupt Information Definition File]
The detailed information on the interrupt information definition file are displayed.
Output folder
Display the folder for outputting the interrupt information definition file.
Default
%BuildModeName%
How to
change
Changes not allowed.
Restriction
Up to 247 characters
File name
Display the interrupt information definition file.
Default
.kernel_int_define.c
How to
change
Changes not allowed.