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.
工具/软件:Code Composer Studio
尊敬的 TI 团队:
我在计数器0上设置了一个50ms IRQ 中断的 RTI。 我还将 Halcogen 设置为在一条 IRQ 20ms CAN 消息上对 CAN1产生中断。 但是、当我将我的程序同时不再运行时、它们可以单独运行。 我的第一个想法是、也许我有嵌套中断。 我继续在 CANnotification 和 rtinoenification 函数 i _disable_IRQ_interrupt_()的开始和通知例程_enable_IRQ_interrupt ()的结束。 但是、这对问题没有帮助。
在用于 RTI1计数器0的 Halcogen 内部、我设置 RTU 源配置-> 0
RTI1比较 I 设置比较0周期-> 50 (ms)
我没有适当地禁用和重新启用中断吗?
我是否未正确设置 RTI1、在这里中断的发生速度比我预期的快得多?
Robert