Operation modes in Processor Expert

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Operation modes in Processor Expert

Operation modes in Processor Expert

Processor Expert provides possibility to switch between processor modes by providing concept of “operation modes”.

The CPU component provides a function SetOperationMode that can be called to select one the following general modes:

  • RUN – normal mode, running at full speed.
  • WAIT – core sleeps, but the peripherals are running
  • SLEEP – both core and peripherals sleep and can wake up to continue execution
  • STOP – both core and peripherals sleep and usually can wake up only via reset

These modes are mapped to the platform specific modes of the chip. By switching to WAIT/SLEEP/STOP modes when possible (for example no computation is done for a while),  it's possible to achieve a lower consumption of the whole chip.

The following table shows an example of the operation modes mapping for Kinetis L that shows the state of the core, bus and recovery method for each mode:

low_power_modes.png

 

The Very low power mode option is available in Clock configurations of CPU properties (see below), i.e. the selection of the power mode is done by combination of the SetOperationMode and SetClockConfiguration methods.

Very Low Power Mode.png

The exact mapping of the DOM_xxx options can be configured in the CPU component inspector (the Advenced view has be enabled). For example the DOM_SLEEP can be mapped to normal stop mode, very low power stop, partial stop 1 or partial stop 2 of Kinetis L.

low_power_mapping_selection.png

コメント

After many attempts to understand Kinetis low power options with Processor Expert, I finally found this chart. Now it is clear. Thank you!

I don't see a Very Low Power item under configuration on my chip.

pastedImage_0.png

評価なし
バージョン履歴
最終更新日:
‎09-02-2014 06:22 AM
更新者: