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.

TMS320F28388D: C2000

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

IPC_readCommand(IPC_CM_L_CPU1_R, IPC_FLAG0, IPC_ADDR_CORRECTION_ENABLE,
&command, &addr, &data);

函数中的&addr,在CCS中如何查看呢?

我想将IPC_readCommand接收到的数据&addr转存到一个新的数组中,用来处理,怎么弄呢?

特来请教

感谢

  • 您可以参考下例程

     <C2000ware>\driverlib\f2838x\examples\c28x_dual\ipc\CCS\ipc_ex1_basic 

    在此例程中使用了IPC_readCommand 和 IPC_sendCommand

    //! \param addr is the 32-bit pointer at which address value is read to
    //! \param data is the 32-bit pointer at which the data is read to

    数据的话,是在data内的

  • 感谢,目前,上面这个数组receiveData是CM4中接收到来自CPU1中的数据。

    已经可以实现核间通信。

    感谢

  • 很高兴您能解决问题

x 出现错误。请重试或与管理员联系。