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 在 MCU1_0至 MCU2_0之间进行通信

Guru**** 2595770 points


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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/967388/compiler-how-to-communicate-between-mcu1_0-to-mcu2_0-using-ipc

工具/软件:TI C/C++编译器

大家好、我想使用 MCU1_0到 MCU2_0之间的 IPC 通信、我使用了

状态= appRemoteServiceRun(.
       APP_IPC_CPU_MCU2_0、
       远程服务名称、
       CMD_START、
       (void*) g_cmdPrm、
       CMD_PARAM_SIZE、
       0)

我认为 appRemoteServiceRun() 是接收服务命令的目标内核,但是关于请求发送服务的当前内核 appRemoteServiceRegister(),我没有找到任何具体的细节。

我想知道有关发送服务和接收服务的详细信息、您能否提供有关通信的演示?