CHAPTER 20 SYSTEM CONFIGURATION FILE
This chapter explains the coding method of the system configuration file required to output information files that contain data to be provided for the RI600PX.
- Numeric
A numeric value can be written in one of the following formats. Note, do not specify the value exceeding 0xFFFFFFFF.
A numeric value can be written in one of the following formats. Note, do not specify the value exceeding 0xFFFFFFFF.
Hexadecimal: Add "0x" or "0X" at the beginning of a numeric value or add "h" or "H" at the end. In the latter format, be sure to add "0" at the beginning when the value begins with an alphabetic letter from A to F or a to f. Note that the configurator does not distinguish between uppercase and lowercase letters for alphabetic letters (A to F or a to f) used in numeric value representation.
Decimal: Simply write an integer value as is usually done (23, for example). Note that a decimal value must not begin with "0".
Binary: Add "B" or "b" at the end of a numeric value. Note that a binary value must not begin with "0".
- Symbol
A symbol is a string of numeric characters, uppercase alphabetic letters, lowercase alphabetic letters, and underscores (_). It must not begin with a numeric character.
A symbol is a string of numeric characters, uppercase alphabetic letters, lowercase alphabetic letters, and underscores (_). It must not begin with a numeric character.
- Function name
A function name consists of numeric characters, uppercase alphabetic letters, lowercase alphabetic letters, underscores (_), and dollar signs ($). It must not begin with a numeric character and must end with "()".
To specify module name written by assembly language, name the module starting in '_', and specify the name that excludes '_' for function name.
A function name consists of numeric characters, uppercase alphabetic letters, lowercase alphabetic letters, underscores (_), and dollar signs ($). It must not begin with a numeric character and must end with "()".
To specify module name written by assembly language, name the module starting in '_', and specify the name that excludes '_' for function name.
- Frequency
The frequency is indicated by a character string that consist of numerals and . (period), and ends with "MHz". The numerical values are significant up to six decimal places. Also note that the frequency can be entered using
The frequency is indicated by a character string that consist of numerals and . (period), and ends with "MHz". The numerical values are significant up to six decimal places. Also note that the frequency can be entered using