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进入休眠问题

Other Parts Discussed in Thread: Z-STACK

请问:我想让终端节点进入休眠,然后测试电流,做法如下:

1.添加POWER_SAVING选项

2.设置RFD_RCVC_ALWAYS_ON=FALSE

3.在main函数中调用 osal_pwrmgr_device(1);

4.在我添加的任务init中添加osal_pwrmgr_task_state(task_id,0);

以上配置还是不能进入休眠状态,请问应该还要配置那些???

谢谢!