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定时器和SFD信号中断响应

Other Parts Discussed in Thread: CC2530

1.以下是一个TI工程师的回答,

macBackoffTimerTriggerCallback表示back off的时间到触发的中断。

macBackoffTimerRolloverCallback表示Timer2溢出后,调整的函数。

Timer2的优先级是要最高的,因为是mac timer,timer1 用在应用优先级要低于timer2

想问:.有什么办法能不进入以上两个函数,因为我发现主要是以上两个函数执行太久,使timer1的中断不能及时响应?

2..还有一个问题: SFD信号产生到进入SFD中断服务函数,为什么我测了要3ms左右,是什么原因?