User`s manual
SCIOPTA - Real-Time Kernel
User’s Manual Manual Version 4.1 16-17
SCIOPTA - Real-Time Kernel
16 SCONF Kernel Configuration
Maximum Pools Maximum number of message pools.
Enter the maximum number of pools in the module. The kernel will not allow to create
more pools inside the module than stated here. The maximum value is 128.
Priority Module priority.
Enter the priority of the module.
Each module has a priority which can range between 0 (highest) to 31 (lowest) prior-
ity. See also chapter 4.3 “
Module Priority” on page 4-1.
Symbolic Values Module memory map defined by the linker script.
You need to select this checkbox if you want to specify labels instead of absolute val-
ues for the module addresses and module size (start address, memory size and init
size).
The following labels will be used by the linker script and resolved at link time:
<module_name>_mod
<module_name>_size
<module_name>_initsize)
See chapter 15.7.2.3 “
Specific Module Values” on page 15-12.
Therefore all memory allocation for all modules is controlled by the linker script.
Start Address Module start address.
If Symbolic Values is not selected the module start address can be defined here. You
need to be very carefully when entering an absolute address here and need to check
with the linker script to avoid overlapping.
Memory Size Size of the module.
If Symbolic Values is not selected the module size can be defined here.
Please consult chapter 15.7.2.2 “
Module Sizes” on page 15-11 for more information
about module size calculation.
Init Size Size of initialized module memory.
If Symbolic Values is not selected the size of the module memory which is initialized
by the C-startup function (cstartup.S) can be defined here. You need to be very care-
fully when entering an absolute address here and need to check with the linker script
to avoid overlapping.
Applying Module Configuration
Click on the Apply button to accept the module configuration settings.










