Renesas M3T-MR100 Network Card User Manual


 
- 35 -
4. Kernel
4.1.1 Module Structure
The MR100 kernel consists of the modules shown in Figure 4.1. Each of these modules is composed of functions that exer-
cise individual module features.
The MR100 kernel is supplied in the form of a library, and only necessary features are linked at the time of system genera-
tion. More specifically, only the functions used are chosen from those which comprise these modules and linked by means
of the Linkage Editor. However, the scheduler module, part of the task management module, and part of the time manage-
ment module are linked at all times because they are essential feature functions.
The applications program is a program created by the user. It consists of tasks, interrupt handler, alarm handler, and cyclic
handler.
18
Task-dependent
synchronization
Eventflag
R32C/100 Microcomputer
Data queue
Mailbox
Semaphore
Task
Ma na gem ent
Application Program
Hardware
MR100 kernel
User Module
Time
Management
System stae
Manage ment
Memorypool
Management
short
Data queue
System configuration
Management
Interrupt
Management
Scheduler
Alarm/Cyclic handler
Figure 4.1 MR100 Structure
18
For details, See 4.1.11.