Everything

1.3.5 RI850V4 V1.xx.xx

The RI850V4 V1.xx.xx consists of the following modules.
(1) Kernel
The kernel, which is the processing block that forms the core of the RI850V4 V1.xx.xx and the main processing block for the service calls provided by the RI850V4 V1.xx.xx, provides the following functions.
- Task management functions
- Task dependent synchronization functions
- Task exception handling functions
- Synchronization and communication functions (Semaphores, eventflags, data queues, mailboxes)
- Extended synchronization and communication functions (Mutexes)
- Memory pool management functions (Fixed-sized memory pools, variable-sized memory pools)
- Time management functions
- System state management functions
- Interrupt management functions
- Service call management functions
- System configuration management functions
- Scheduler
(2) Target-dependent module
To support various execution environments, the RI850V4 V1.xx.xx extracts hardware-dependent processing that is required to execute processing as target-dependent modules, and provides them as sample source files. This enhances portability for various execution environments and facilitates customization as well.
The following lists the target-dependent modules extracted for each function.
- Interrupt management functions (Service call "dis_int", service call "ena_int", interrupt mask setting processing (overwrite setting), interrupt mask setting processing (OR setting), interrupt mask acquire processing)
(3) User-own coding module
To support various execution environments, the RI850V4 V1.xx.xx extracts hardware-dependent processing that is required to execute processing as user-own coding modules, and provides it as sample source files. This enhances portability for various execution environments and facilitates customization as well.
The following lists the user-own coding modules extracted for each function.
- Task management functions (Post-stack overflow processing)
- Interrupt management functions (Interrupt entry processing)
- System configuration management functions (CPU exception entry processing, initialization routine)
- Scheduler (Idle routine)
- System initialization routine (Boot processing)
Remark See "RI850V4 Coding" for details.