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 Home ZigBee 串口接收缓存问题

请教TI的工程师, ZigBee协调器里面串口接收,  中断函数: MT_UartProcessZToolData,  #define MT_UART_RX_BUFF_MAX  128

当另一端发送了一个大于 128的串口数据包, (ZigBee 协调器可能正在处理其他事情), 这种情况可以完整接收到吗?

目前的情况是,间断的有大的数据包发过来,一般也是正常接收的, 但一段时间后,协调器 串口就不进接收中断了, 但协调器还可以串口发送。

请问一下,这是什么原因?