Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10776211077621 µC/CPU Anchor10776221077622µC/CPU is a module that provides CPU-specific functionality that is independent of µC/OS-III. Specifically, µC/CPU defines compiler and CPU dependent data types, the word width of the stack, whether the stack grows from high-to-low memory or from low-to-high memory, functions for disabling and enabling interrupts and more. Additional information about this module is provided in the µC/CPU User’s Manual ( uC-CPU-Manual.pdf ) which is found in the \Micrium\Software\uC-CPU\Doc folder. Anchor

10638851063885 Table 18-1 The table below shows the name of µC/CPU files and where they should be placed on the computer used to develop a µC/OS-III-based application. The file names in bold are files you will need to create or modify for your own port. Anchor11469861146986  

...

.

...

...

<processor>

...

Anchor10639201063920 <processor> is the name of the processor that the cpu*.* files apply to. Anchor10813541081354

<compiler> is the name of the toolchain (compiler, assembler, linker/locator) used. Each has its own directory because they may have different features that makes them different from one another.