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.
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内的