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.

[参考译文] Linux/OMAP-L138:OMAP L138冲突内存 DSP 和 ARM

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/617791/linux-omap-l138-omap-l138-conflict-memory-dsp-and-arm

器件型号:OMAP-L138

工具/软件:Linux

你好

我正在 AWM 内核中的 Linux 中工作
我有疑问
我有2个应用。 其中的第一个通过 DSPLINK 与 DSP 内核交换数据。 第二个将文件写入 SD 卡
两个应用程序同时运行
当文件大小超过40MB 时,第一个应用程序异常关闭。 该文件存储 DSP 存储器的内容

文件写入程序
char rec_buf [2048];

我打开文件
resultfile = open (name、O_RDWR | O_creat | O_append、0640);
我记下一个文件

对于(I = 0;I <30000;I ++)
    test_a =写入(resultfile、rec_Buf、函数 strlen (rec_Buf));
关闭(结果文件);


DSP 和 ARM 内核之间发生存储器冲突的原因是什么

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

    [引用]我正在 AWM 内核中的 Linux 中工作[/quot]
    这是哪个内核和 SDK 版本?
    您能不能看一下 ti-processor-sdk-linux-omapl138-lcdk-04.00.04 (内核4.9.28)中的内存排列、并在您的情况下使用相同的方法?

    此致、
    Yordan