终端设备设置了POWER_SAVING,为了节能,平时会1s开启ZDApp_StartJoiningCycle()去联网,59sZDApp_StopJoiningCycle()去休眠。
出现问题是在halSetSleepMode()里PCON = halSleepPconValue;这一句程序容易跑飞,导致总中断被关闭。请问是什么原因
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.
终端设备设置了POWER_SAVING,为了节能,平时会1s开启ZDApp_StartJoiningCycle()去联网,59sZDApp_StopJoiningCycle()去休眠。
出现问题是在halSetSleepMode()里PCON = halSleepPconValue;这一句程序容易跑飞,导致总中断被关闭。请问是什么原因