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.

[参考译文] TMS320C6655:Code Composer Studio 中的打开挂起

Guru**** 2482225 points
Other Parts Discussed in Thread: TMS320C6655

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1450374/tms320c6655-fopen-hanging-in-code-composer-studio

器件型号:TMS320C6655

工具与软件:

大家好!

我在使用 Code Composer Studio (CCS) fopen 时遇到了函数在执行期间挂起的问题。

当我运行代码时、 fopen 函数似乎会无限期挂起。 此外、执行显示为 Suspended、结束于 __CSL_intcIsrNMI: CALLDISP 1

下面是我的代码的简化版本:

#include <stdio.h>

int main() {
    FILE *file = fopen("example.dat", "rb");
    if (file == NULL) {
        perror("Unable to open file!");
        return 1;
    }
    // Additional code here...

    fclose(file);
    return 0;
}

我也看到 printf  fgets 函数存在类似的问题。

设置:

  • CCS 版本: 9.3.0.00012
  • 目标器件: TMS320C6655
  • 主机操作系统:Windows 10

是否有人遇到类似问题或对可能导致此行为的原因有任何建议?

非常感谢您的任何帮助!

谢谢!

Rahul

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

    您好!

    我们对该主题的专家已离开办公室、并于12月18日返回。 请预计响应会延迟。 建议等待。 感谢您的耐心。

    谢谢。