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.

核间数据传输方式的选择



我打算从core0用EDMA3将L2的数据传输到MSMC,然后用IPC方式将存放的地址高速core1,让core1去读取数据。

我先问的是:

这种方式是不是占用CPU时间比较短的方式?还有没有更好的方式?针对小数据量和大数据量,各有什么高效的方式?

IPC通知所耗的时间大概是一个什么量级?