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.
1 对于多核来说,是否是每个核都应该有个自己的中断向量表??
2 外设是共享的,只需在一个core里初始化后,其他核都可以使用????????
3 uart中断事件号在core0,core1是否相同????没看到在core1时的uart中断事件号
4 在core0下能够接收到中断,在core1下收不到中断,同样的程序??????
5 6657有两个uart,有各自的事件号,两个核都有自己的核事件号吗????
1,对的,每个核有各自的中断向量表
2,是的
3,应该是可以路由到core1的,一般中断事件映射和路由关系在datasheet手册或者keystone cic ug中会有描述
4,core1 uart对应的event是否置上,另外检查event到中断的路由关系
5 应该是有各自的中断号,和primary event number