mt2523 How to enable FreeRTOS low power feature
时间:10-02
整理:3721RD
点击:
Enable Tickless function
1.Open file
gva\project\MT2523_HDK\apps\your project\inc\FreeRTOSConfig.h
2.Enable MACRO
#define configUSE_TICKLESS_IDLE 2
[power]How many power modes does MT2523 support?
Idle
CPU enters clock gated state to save core power.
Sleep
CPU power is turned off and the core voltage is unchanged.
Deep Sleep
CPU power is turned off and the core voltage is switched to a lower value to save more power.
Power Off
Only RTC power is retained.
1.Open file
gva\project\MT2523_HDK\apps\your project\inc\FreeRTOSConfig.h
2.Enable MACRO
#define configUSE_TICKLESS_IDLE 2
[power]How many power modes does MT2523 support?
Idle
CPU enters clock gated state to save core power.
Sleep
CPU power is turned off and the core voltage is unchanged.
Deep Sleep
CPU power is turned off and the core voltage is switched to a lower value to save more power.
Power Off
Only RTC power is retained.
谢谢分享!
mark一下。
顶顶顶
路过!
