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

基于Z-Stack Home 1.2.2a.44539

设置了

POWER_SAVING

-DRFD_RCVC_ALWAYS_ON=FALSE

此时不会进入睡眠状态?是为什么?

按本地按键可以控制本地LED的开关(中断模式)

初始化时加了osal_pwrmgr_device(PWRMGR_BATTERY);

可以进入睡眠模式

但是按本地按键,本地LED闪一下就灭了

请问降低2530的功耗需要怎么设置?