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.

AM5708: 移植ipc例程到CCS中,仿真调试时,程序卡在cache的配置部分

Part Number: AM5708


按如下移植ipc 到CCS中

3.7. IPC — Processor SDK Linux Documentation

进行仿真时,程序会卡在

VirtQueue.c中的 while (Resource_getVdevStatus(VIRTIO_ID_RPMSG) != VRING_BUFS_PRIMED);

在CCS下,是怎么cache的?

代码中没有这部分程序,