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.

cc2630 中断问题

Other Parts Discussed in Thread: CC2630

 请问在cc2630程序中MSA_Process(void)中执行 for(int i=0;i<20000;)  i++ ;但是定时器中断不能打断,
必须等延迟执行完才能进入中断服务程序,这是什么原因?(中断没有屏蔽)      
中断服务函数是用TI的driverlib库函数定义的TimerIntRegister(GPT1_BASE, TIMER_B,timerIsr);