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.

CC2650在zigbee协议栈开启低功耗时,如何降低功耗?

Other Parts Discussed in Thread: CC2650

用2650作为终端节点使用时,开发工具为CC2650 LaunchPad,所有跳线帽都拔掉的情况下,开启低功耗模式,在C/C++ Compiler->Preprocessor->Defined symbols中添加了POWER_SAVING,

并且设置

-DRFD_RCVC_ALWAYS_ON=FALSE,

-DPOLL_RATE=0

-DQUEUED_POLL_RATE=0,

-DRESPONSE_POLL_RATE=0

功耗依然很高,达到8μA,参考手册上说使用外部中断时能达100nA,请问是怎样做到的?

还有我如何把当前的降耗进一步降低?