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.

[参考译文] TMS320F28379D:使用 IPC 将100字节的数据从 CPU1发送到 CPU2。

Guru**** 2199010 points
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1257812/tms320f28379d-send-100-bytes-of-data-from-cpu1-to-cpu2-using-ipc

器件型号:TMS320F28379D
主题中讨论的其他器件:SysConfigC2000WARE

大家好。  

 我希望 使用 IPC 从 CPU1向 CPU2发送100字节的数据。  用于驱动 CPU2的 LCD。 哪种类型的 IPC 方法适用? 我应该使用哪些驱动程序?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    您可以复制共享存储器位置中的数据(最好是 IPC MSGRAM)、然后在另一个 CPU 上触发中断。

    请参阅 C2000ware 中的示例 ipc_ex3_basic_sysconfig。 示例位于以下位置: C2000Ware\driverlib\f2837xd\examples\dual\IPC

    此致、

    维纳