Other Parts Discussed in Thread: CC2538, Z-STACK
我在cc2538上用的Z-Stack Home 1.2.0 我想在协调器下面 加入60个路由器或者终端设备,在设备同事入网的时候协调器会跳到void FaultISR()里面的死循环。这事什么原因造成的,需要怎么修改呢?
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.
当CPU收到故障中断时就有可能进入这个函数。 造成这种现象的原因有多种。
请问您现在使用的TI提供的例程吗?少数节点入网时不会出现这样的状况?
我是在zstack例程的基础上修改的程序,增加了平时不允许设备入网,按键允许设备入网的时候,会出现协调器死机的情况。