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: CC2530

您好:

我们设置了cc2530的低功耗模式,平时稳定状态下的功耗不到1uA,根据我们的需求,我们把ZDApp_StartJoiningCycle()这个函数放在了中断处理函数里面,也就是当有中断时,会执行ZDApp_ProcessOSALMsg这个事件,进而执行ZDO_StartDevice这个函数,而这时实时电流瞬间会达到了将近30mA,这个瞬时电流有些过大,超出我们预期,请问这个30mA的电流在这种情况下正常吗? 有没有什么办法降低一下这个电流?

谢谢!