如何计算 beagleboard 中读写应用程序的 dsp 地址?
我正在尝试在 beagleboard 上的 dsplink 中运行读写示例。为此,我需要将 dsp 地址作为命令行参数提供。我怎么知道dsp地址是什么?
我有OMAP5030的配置文件。这是 dsplink 内存部分图的快照(从 CFG_OMAP3530_SHMEM.c 复制):
I'm trying to run the readwrite example in the dsplink on the beagleboard. To do so, I need to give the dsp address as a command line parameter. How do I know what is the dsp address?
I have the config file of OMAP5030. Here's a snapshot of the dsplink memory section diagram (copied from CFG_OMAP3530_SHMEM.c):
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果必须使用读写,请参阅此。您将需要查看 .tcf 文件等。然而,正如 TI 工程师所提到的,readwrite 是一个非常危险的使用示例。查看 MSGQ 或其他类似的示例。
If you must use readwrite, see this. You will want to look at .tcf files or such. However, as mentioned by TI engineers, readwrite is a very dangerous example to use. Look to MSGQ or other examples like that.