硬件:6678
这个例子中有个处理异常的函数,Exception_ISR()这个函数有什么作用吗?对timer的初始化,中断函数有相关影响吗?
我把这个函数注释掉之后,timer不能进入中断处理函数。
求大神指点!
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.
什么例子?
Exception_ISR(),从名字来看是一个异常情况的中断服务程序,一般和timer的中断没有关系。