1、我在测试IPC例程(0--7核依次相互触发中断,即core0触发core1,然后core1触发core2,依次类推)时,软件仿真时打印出的cycle数约为30万,,在6678评估板(频率为1Ghz)上的输出结果约为1秒(计时起点:core0写IPCGR1前,计时终点:core1收到中断),无论软仿还是硬仿,触发中断的时间都太长了,请问这是什么原因?如何改进?
下面为我在评估板上的程序测试结果截图:

2、请问在实际应用中核间通信利用IPC方式可以吗?
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.