This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于CC2530低功耗设置的一些问题求解

根据VV大神帖子www.deyisupport.com/.../75525.aspx中第五点所述,似乎只需要预编译中宏定义POWER_SAVING并且修改DRFD_RCVC_ALWAYS_ON=FALSE后就能设置设备低功耗了。可是根据另一篇文章www.deyisupport.com/.../105541.aspx中第四点所述,我们还需要在所有的用户任务中都执行osal_pwrmgr_device(PWRMGR_BATTERY);才可能进入低功耗模式,请问这个函数需不需要执行呢?我的协议栈是2.5版本的,请各位大神为我解惑!