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.

[参考译文] ARM 和 PRU 共享存储器地址

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1275375/arm-and-pru-shared-memory-address

您好!  

我使用的是 AM243x-EVM、

我想 使用两侧的共享存储器从 ARM 写入到 PRU 共享存储器、并从 PRU 写入到 ARM (无中断-只是简单轮询)

共享存储器的起始地址是什么?

谢谢。

Eli

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

    尊敬的 Eli:

    是的、这可以通过在共享存储器中保留两个由 r5f 和 PRU 轮询的轮询地址来实现。 SMEM 从 PRU 的起始地址为0x10000、从 R5F 侧同样为0x30010000

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

    坦克!