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.

6678的中断程序的编写



大家好,最近在看6678中断程序,其中用到了CSL_intcInit,

CSL_intcGlobalNmiEnable,

CSL_intcOpen

CSL_intcPlugEventHandler等函数。还有用到了中断句柄等一些概念,有没有文档来说明怎样建立一个中断程序以及如何使用这些函数的?CSL帮助文档只是简单的描述这些函数。

  • 你好!

    我觉得中断配置过程的基本操作都一样,你可以参照例程对这些函数的调用方法来写中断。

    或者直接把例程的中断配置函数搬来,只是修改一下事件号、ISR就可以使用了。