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
- Entry file
This tab can be opened as follows:
- On the Project Tree panel, select a component such as the Realtime OS node or the system configuration file, and then select the [View] menu -> Property] or select [Property] from the context menu.
Note When the Property panel is already open, selecting a component such as the Realtime OS node or the system configuration file on the Project Tree panel displays the detailed information regarding the selected component.
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 ".s". If the extension is different or omitted, ".s" is automatically added.
You cannot specify the same file name as the value of the [File name] property in the [Entry File] category.
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.s
How to change
Directly enter to the text box.
Restriction
Up to 259 characters

2 ) [System Information Header File]
The detailed information on the system information header file are displayed and the configuration can be changed.
Generate a file
Select whether to generate a system information header 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)(-d)
How to change
Select from the drop-down list.
Restriction
Yes(It updates the file when the .cfg file is changed)(-d)
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)(-nd)
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)(-nd)
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.
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)(-nd)] 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 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)(-nd)] 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 ) [Entry File]
The detailed information on the entry file are displayed and the configuration can be changed.
Generate a file
Select whether to generate an entry 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)(-e)
How to change
Select from the drop-down list.
Restriction
Yes(It updates the file when the .cfg file is changed)(-e)
Generates an entry file and displays it on the project tree.
If the system configuration file is changed when there is already an entry file, then the entry file is updated.
Yes(It does not update the file when the .cfg file is changed)(-ne)
Does not update the entry file when the system configuration file is changed.
An error occurs during build if this item is selected when the entry file does not exist.
No(It does not register the file to the project)(-ne)
Does not generate an entry file and does not display it on the project tree.
If this item is selected when there is already an entry file, then the file itself is not deleted.
Output folder
Specify the folder for outputting the entry 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)(-ne)] 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 entry file.
If the file name is changed, the name of the file displayed on the project tree.
Use the extension ".s". If the extension is different or omitted, ".s" is automatically added.
You cannot specify the same file name as the value of the [File name] property in the [System Information Table File] category.
This property is not displayed when [No(It does not register the file that is added to the project)(-ne)] in the [Generate a file] property is selected.
Default
entry.s
How to change
Directly enter to the text box.
Restriction
Up to 259 characters
Generate method
Select the branch method when a base clock timer interrupt defined in the Basic information or an EI level maskable interrupt defined in the Interrupt handler information occurs.
Default
Direct vector
How to change
Select from the drop-down list.
Restriction
Table reference (-intbp)
Generates an entry file for the table reference method.
Direct vector
Generates an entry file for the direct vector method.
Base address of the interrupt handler address table
Specifies the base address of the interrupt handler address table.
This item is not displayed when "Direct vector" is selected in [Generate method].
Default
0x0
How to change
Enter directly in the text box.
Restriction
0x0 - 0xffffffff
Specify the exception handler vector address
Select whether to specify the exception handler vector address.
Default
No
How to change
Select from the drop-down list.
Restriction
Yes (-ebase)
Specifies the exception handler vector address.
No
Does not specify the exception handler vector address.
Exception handler vector address
Specify the exception handler vector address.
This item is not displayed when "No" is selected in [Specify the exception handler vector address].
Default
0x0
How to change
Enter directly in the text box.
Restriction
0x0 - 0xffffffff

4 ) [Configurator Start Setting] category]
The activation option for the CF850V4 configurator can be specified.
User options
Specify the desired user option to be passed to CF850V4.
Default
-
How to change
Enter directly in the text box.
Restriction
-peid= value
Specifies a PE number. For details of value setting, see "18.2.1Activating from command line".

Note [Configurator Start Setting] should be specified for each project that uses the RI850V4 and multiple PE numbers cannot be specified as the user option at the same time.
Therefore, only a single PE should be handled in each project that uses the RI850V4.