最近我在看关于dsp6670中断的文档,现在有几个问题搞不太懂,想请教各位大虾。
1.chip level interrupt controler和CorePac interrupt controler之间是什么关系?
2.system interrupt/host interrupt 与CorePac Primary Interrupts/CorePac Secondary Interrupts到底是什么关系啊?
3.我理解CorePac Secondary Interrupts是要先绑定到Primary Interrupts上,只有Primary Interrupts再映射到12个core中断之一上触发core的中断,但是在多核情况下呢?比如说我只想让某个核响应某个Secondary Interrupts应该如何处理呢?