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.

MAC层收到数据帧就发送消息至自定义任务中,自定义任务收到该消息的时间过长。

Other Parts Discussed in Thread: TIMAC

根据协议栈(TIMAC)代码分析,终端MAC层收到数据帧会回调产生一个事件,然后将发送一个消息至其他层,但我调式的时候发现其他层收到该消息的时间长达170+ms。其它比如接收到信标帧的该时间最多只有几ms,请问这可能原因有哪些啊?