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.

求EDMA3中断服务程序的例子



求一个6678-EDMA3中断服务程序的例子,希望学习一下。

  • 关于中断矢量与中断服务函数的关系配置,可以参考PDK中的例子,如pdk_install_path\packages\ti\csl\example下面的CPINTC及timer例子都使用了中断服务函数,可以参考这些例子对其中的EDMA例子进行修改为中断服务函数。