nRF52832 Power II 需覈對

幾個專有名詞
System OFF mode:
System ON mode:
Sub power modes:
- Constant latency
- Low power
功能模塊(CPU、外設等)的兩個模式
IDLE mode:掛起
RUN mode:運行

每一個內存Section都可以單獨配置進入System OFF後是否保存數據,可以保存大量數據,甚至RTOS的上下文 :-)
Sub power模式下PPI都是正常工作的,

System OFF mode is deepest power saving mode the system can enter.In this mode, the system’s corefunctionality is powered down and all ongoing tasks are terminated.
最節能的模式,核心被關閉,所有任務被終止。

System ON is the default state after power-on reset. In System ON, all functional blocks such as the CPU orperipherals, can be in IDLE or RUN mode, depending on the configuration set by the software and the state of the application executing.
復位後的運行模式,所有的能模塊(CPU、外設等)都可以配置爲掛起、運行。

In constant latency mode the CPU wakeup latency and the PPI task response will be constant and kept at a minimum. This is secured by forcing a set of base resources on while in sleep. The advantage of having a constant and predictable latency will be at the cost of having increased power consumption. The constant latency mode is selected by triggering the CONSTLAT task.

In low power mode the automatic power management system, described in System ON mode on page 80, ensures the most efficient supply option is chosen to save the most power. The advantage of having the lowest power possible will be at the cost of having varying CPU wakeup latency and PPI task response. The low power mode is selected by triggering the LOWPWR task.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章