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.
您可以看一下例程
C:\ti\c2000\C2000Ware_3_04_00_00\driverlib\f2838x\examples\c28x_cm\ipc
其实每个核(CPU/CM)的API都是相同的,从CM向CPU1发送内容时,第一个参数需要是IPC_CM_L_CPU1_R。
或者您也可以使用共享内存,让CM将数据放到共享内存,而后CPU1去读取
共享内存的定义可以参考官方cmd文件,位置在C:\ti\c2000\C2000Ware_3_04_00_00\device_support\f2838x\common\cmd