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: 如何使用IPC进行CPU1和CPU2的相互通信

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

我正在使用TMS320F28388D芯片,我想要使用IPC功能实现CPU1与CPU2的通信,通过官方给的例程我已经完成了CPU1向CPU2发送信息。

目前仍然有一些问题,还望解答,谢谢!

1、如何实现CPU2向CPU1通信,有没有通信例程?

2、除了使用IPC,还有没有其他通信方式?

3、如何传输浮点数数据?

4、使用IPC_sendCommand函数和使用IPC_sendMessageToQueue函数的区别是什么?