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.
终端进入睡眠模式以后通过按键唤醒可以收到协调器以前给终端发送的数据么?
@Tianhao Wang
你好,可以的。
贴下我的代码(按键触发外部终端,)
if ( keys & HAL_KEY_SW_1 ) { //按键S2 NLME_SetPollRate(1);//主动向协调器轮循一次消息队列 } }