使用CC2642做成了一款产品,本产品需要频繁的开关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.
您好,
以下是一些可能的原因:
1.如果系统中存在多个中断源,可能会存在冲突或优先级的问题。
2.软件问题,Timer 相关的软件编程错误,中断处理函数中存在错误等。
要解决这个问题,可以查看代码日志或逐步打印来确定Timer 中断是否被正确触发。