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.

C6678 GPIO中断问题

Other Parts Discussed in Thread: TMS320C6678

    我现在需要在C6678的core0使用GPIO1的中断,但是我看C6678的数据文档发现不好实现,相关文档信息如下:

TMS320C6678 System Event Mapping — C66x CorePac Primary Interrupts表格中只有GPI08~15,还有GPINTn,也就是GPIO1只能由core1接收中断;文档图如下:

在中断拓扑图中,0核中断间接也只能由CLC0输入,而CLC0中没有看到和GPIO1相关的事件,中断拓扑图如下:

唯一和GPIO1事件相关的是CLC3,而CLC3接的是HyperLink 和EDMA3CC0

我现在的问题有两个:

1.GPIO1是不是没办法中断连接到core0,我现在理解的对不对?

2.如果core0想使用GPIO1中断,有没有其他变通的方法?