Interrupts, Shared Memory, and Critical Sections (Persistent)

Table of Contents

This section provides a high level overview of the interrupt enabling/disabling mechanisms in both the 68332 and host environements and access to shared memory--both are part of the management of critical sections.

Part of the design of macro use was to avoid direct use of specific component macros (WCOS/uC/OS-II). Thus, if you change one of these components, then the code using the OOMRM library would not have to be changed only the definition of the library macros.

Files

Three header files contain all the configuration for critical section management.

Macros

The following are useful macros for critical section management:

NOTE: For accessing shared memory Ref. Persistent Storage.