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.

Z-Stack Mesh 1.0.0栈的终端节点睡眠中断函数

    节点设置为enddevice节点,编译开POWER_SAVING, -DRFD_RCVC_ALWAYS_ON=FALSE,-DPOLL_RATE=5000,入网后,程序能周期5秒醒来发送data request

但是,

  在那个hal_sleep.c文件中,有个睡眠中断,HAL_ISR_FUNCTION(halSleepTimerIsr, ST_VECTOR),我在那里面插入代码LED1 =!LED1; 烧入程序后,这个LED1根本不闪,说明此处睡眠中断不是从此处进来的,为何?

如果睡眠后能周期进入这个中断,在此置个标志位,非常方便醒来后的事情处理。不知如何才能在协议栈中让这个中断能用?