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.

关于core2core工程的数据搬移



大家好,

在这个工程里面数据从core 0的L2空间的一个地址搬移到另外一个地址,我尝试将目的地址,也就是接收的Queue的descriptor的buffer地址定义在core 1的L2空间(将0x10000000改为0x11000000),可是用core 0运行工程之后发现接收Queue的descriptor的buffer中的数据没有发生变化,请问这是为什么呢?

core2core_new1.zip