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 从 CPU1向 CPU2发送100字节的数据。 用于驱动 CPU2的 LCD。 哪种类型的 IPC 方法适用? 我应该使用哪些驱动程序?
您好!
您可以复制共享存储器位置中的数据(最好是 IPC MSGRAM)、然后在另一个 CPU 上触发中断。
请参阅 C2000ware 中的示例 ipc_ex3_basic_sysconfig。 示例位于以下位置: C2000Ware\driverlib\f2837xd\examples\dual\IPC
此致、
维纳