如题,我在编写28335 cpu定时器1的中断服务程序时发现,如果在中断程序里面加上两个条件判断(if嵌套)程序运行就会出错,(编译没问题,只是运行结果不对),而在里面只加一个条件判断,运行结果就正确,(这里的条件判断只是简单的判断某个布尔变量的值为0或1,不存在逻辑上的问题)28335 cpu定时器1在使用时有什么要注意的吗?(通常这个定时器不是给用户使用的),麻烦大家了.
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.