Versions Compared

Key

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

The uC/OS-II library shipped with the

Include Page
_def_ocsdk
_def_ocsdk
has been customized to ensure low-power operation. While the customization does not affect the way your application interacts with it, it does ensure that the
Include Page
_def_chip_eterna
_def_chip_eterna
chip is automatically put into low-power state when no task is executing.

You Your application is not aware of these optimizations. In particular, your application does not have to do anything for the chip to go into low-power state, since this is handled entirely by the uC/OS-II library.

...