|
This usage scenario can be used in medium criticality
applications when the certification body agrees that
the proposed architecture and safety claims meet the standards
necessary for the assessed system safety integrity level.
SafeRTOS manages the memory protection unit (MPU) to ensure tasks cannot
inadvertently access each others RAM memory space, or the RAM
memory space of the kernel. Further, SafeRTOS ensures that a task cannot
inadvertently execute the kernel code.
Tasks execute in an unprivileged mode. The kernel executes in a
privileged mode.
|