请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
如何在 IPU1_0 与 IPU1_1 之间进行通信?
IPU1_1 与异构 SOC 进行通信。 如果满足特定条件、我想将数据发送到 IPU1_0。
如何满足上述情况?
哪种方法更适合设置共享存储器或 IPC?
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.
如何在 IPU1_0 与 IPU1_1 之间进行通信?
IPU1_1 与异构 SOC 进行通信。 如果满足特定条件、我想将数据发送到 IPU1_0。
如何满足上述情况?
哪种方法更适合设置共享存储器或 IPC?
尊敬的 Kim:
[引述 userid=“596322" url="“ url="~“~/support/processors-group/processors/f/processors-forum/1521591/tda3xevm-communication-between-ipu1_0-and-ipu1_1/5862831 #5862831“]数据大小不大。
简单的 int 类型就足够了。
[/报价]您可以使用传统的 IPC API 来发送消息。
设置共享内存或 IPC 时、哪种方法更好?
由于您仅处理整数有效载荷大小、因此无需设置单独的共享存储器。
此致
Suman
Kim、
请浏览为该器件提供的 SDK: https://www.ti.com/tool/PROCESSOR-SDK-TDAX
-Josue