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
我的代码中有两个中断服务例程- eCAP1_INT_ISR 和 epwm1_INT_ISR。 但是,当我通过观察窗口执行代码和调试时, 我观察到 ECAP ISR 中的代码没有执行,但 epwm1 ISR 正在执行。 我已关闭代码优化。 请帮帮我。
您好、Pujit、
C2000ware 在 eCAP ISR 上有一个示例。 请先尝试该示例、然后看到您获得了 ISR。 之后、您可以比较 eCAP 设置。
C:\ti\c2000Ware_3_01_00_00\device_support\f2803x\examples\c28\ECAP_CAPTURE_PWM