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.

sysbios下使用定时器



main函数里面初始化了一个任务,和一个定时period 80us,定时器是start_user;然后,在进入任务线程后,Timer_start();我的理解是不是在调用了Timer_start()后,经过了80us之后进入定时中断,执行中断任务,之后在经过80us,再次进入中断