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.

Primary interrupt 多核处理问题



如图所示,像上面不是每个核特有的中断,如EVT0,EVT1这样的中断被触发了,由哪个核去处理呢?

  • 您好,

    每个核的中断控制器有128路输入事件,其中有独立的,也有一些广播事件,如果是独立的事件,那么肯定是由特定的core处理,对于广播事件可以配置每个核都去响应。