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.

[参考译文] TMS320F28377D:F2837xD IPC (处理器间通信)器件驱动程序问题

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/591698/tms320f28377d-the-issue-of-f2837xd-ipc-inter-processor-communication-device-driver

器件型号:TMS320F28377D
Thread 中讨论的其他器件:controlSUITE

 例如、F2837xD IPC (处理器间通信)器件驱动程序库的功能 是在两个 CPU 之间传输按摩,  

"IPCLtoRDataWrite (&G) sIpcController1、pulMsgRam[0]、(uint32_t) usWWord16、IPC_length_16_bits、ENABLE_BLOCKING、NO_FLAG)"此函数将允许本地 CPU 系统通过 ulData 变量将16/32位字写入远程 CPU 系统上的地址。

IPCLtoRBlockWrite (&G) sIpcController2、pulMsgRam[2]、 (uint32_t) pusCPU01BufferPt、256、IPC_LENGTH_16_BITS、ENABLE_BLOCKING) 此函数允许本地 CPU 系统从 ulAdress 参数指定的位置开始向远程 CPU 系统写入数据块。 在 IPC 的 CPU2‘s ISR 中,通过 CPU2将 CPU1数据发送到 CPU2‘RAM。

在‘s 电机控制的应用中、此变速器的效率太低。  在 IPC 的 CPU2‘s ISR 中,是否可以 通过 DMA 将 CPU1数据发送到 CPU2‘RAM?

此致

摇晃

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

    是的、您可以实现这一点。

    请参阅 \device_support\f2837xd\V210\F2837xD_examples_Dual\RAM_management\cpu01\示例。

    此致、
    曼诺伊
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    此问题是否已解决? 我可以关闭此主题吗?
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    是的,谢谢!