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一开始就进入休眠状态而无法组网,可不可以让它先组网再休眠?

 按照配置低功耗

 1.POWER_SAVING

 2.-DRFD_RCVC_ALWAYS_ON=FALSE

   3.-DPOLL_RATE=0  ; -DQUEUED_POLL_RATE=0 ; -DRESPONSE_POLL_RATE=0 ;.

     4,pwrmgr_attribute.pwrmgr_device = PWRMGR_BATTERY;

5.OnboardKeyIntEnable = HAL_KEY_INTERRUPT_ENABLE;
HalKeyConfig( OnboardKeyIntEnable, OnBoard_KeyCallback);

现在运行代码  就一直在停在void halSetSleepMode(void)这个函数中。

使用抓包工具 看到终端节点一直在发data request.

无法和协调器组网