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.

6670 bootloader 的ipc中断



            自己的程序使用到了ipc中断,中断的方式是向ipcgx寄存器写值,清中断则是向ipcc寄存器写值。但是,bootloader的ipc中断会影响到自己的程序的ipc中断的响应。

自己也尝试在调用Multicoreboot()之后置ipcc寄存器的值清除中断,但是还是解决不了冲突的问题。

请问大神们,这个问题怎么解决?谢谢啊