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.

路由设备 resume方式启动失败

路由设备运行过程中 重启 会有一定几率出现Resume失败,串口打印显示 程序执行ZDApp_Init() 和 xxxApp_Init(),应用层初始化后系统并没有调用ZDO_StartDevice() 从而导致启动过程停止;

调试代码做简单修改:

uint8   ZDOInitDevice( uint16 startDelay ){

    ...

    ZDApp_NetworkInit( extendedDelay + 2);

   ..

}

并在应用层初始化时使用osal_get_timeoutEx( ZDAppTaskID, ZDO_NETWORK_INIT )查看 事件 在事件liet中已存在;

但最终没有进入ZDO_NETWORK_INIT事件。

有没有遇到类似问题的?可能会是哪方面的原因?

3Q