用halgogen 配置RTI 及VIM 可以产生 compare0中断。
同样的配置,我使能了compare1 2 3 。三个中断。但是进不了中断。
可能是什么原因?
谢谢!
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.
用halgogen 配置RTI 及VIM 可以产生 compare0中断。
同样的配置,我使能了compare1 2 3 。三个中断。但是进不了中断。
可能是什么原因?
谢谢!
谢谢回复,问题解决了。
是自己的疏忽。
刚从C2000转到hercules。有很多地方不熟悉。
缺少下面的部分,贴出来,给新手参考一下。
rtiEnableNotification(rtiNOTIFICATION_COMPARE2);
 //rtiStartCounter(rtiCOUNTER_BLOCK0);
 rtiStartCounter(rtiCOUNTER_BLOCK1);