Integrating CPU Into Your Project#

The Micrium OS CPU module is composed of several components, each of which is a set of files that implement specific functions. To use CPU, you must add these files to your project and populate your RTOS description file .The CPU module consists of one component for the core part named "CPU" and one component for the port called "Port".

Starting CPU#

Micrium offers a set of example applications that demonstrate some of the features of Micrium OS CPU and help you start the development of your application. It is recommended to start from one of these examples.

Configuring CPU#

Micrium OS CPU can be configured better fit your needs. The following pages explain how CPU and the whole Micrium OS can be configured at compile-time: CPU Configuration , RTOS Compile-Time Configuration and RTOS ERR Type Configuration .