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.

如何编写DM365的中断服务程序?

我正在用DM365编写程序完成用ISIF接口采集CMOS SENSOR的并口数据来处理,需要些一个中断函数来告诉CPU一帧数据已采集到DDR中,可以拿出来到CPU处理了。如果用ISIF模块中VDINT0这个事件中断,如何在CCS中编写中断处理函数?要做哪些配置?