main函数里面初始化了一个任务,和一个定时period 80us,定时器是start_user;然后,在进入任务线程后,Timer_start();我的理解是不是在调用了Timer_start()后,经过了80us之后进入定时中断,执行中断任务,之后在经过80us,再次进入中断
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.
main函数里面初始化了一个任务,和一个定时period 80us,定时器是start_user;然后,在进入任务线程后,Timer_start();我的理解是不是在调用了Timer_start()后,经过了80us之后进入定时中断,执行中断任务,之后在经过80us,再次进入中断
看定时器是不是周期性的
要是周期的就是每隔80us就会调用一次,非周期的就只掉一次