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.

[参考译文] TMS320F280049:DSS 问题

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1402336/tms320f280049-dss-issue

器件型号:TMS320F280049

工具与软件:

您好!
以在 CCS 中实现调试自动化
当我在命令提示符下检查 DSS 版本时(dss -version)

它在 CCS 中显示了 Eclipse 配置文件的两种不同条件下的两个不同错误

1)-VM
c:/ti/ccs1271/ccs/eclipse/jre/bin

然后显示 SLF4J:无法加载类"org.slf4j.impl.StaticLoggerBinder"。
SLF4J:默认使用无操作(NOP)记录器实现
SLF4J: 有关更多详细信息、请参阅 www.slf4j.org/codes.html。
不理解"-version"。

2)-VM
C:/ti/ccs1271/ccs/eclipse/jre/bin/javaw 或  C:/ti/ccs1271/ccs/eclipse/jre/bin/javaw.exe

然后它显示 Java 已启动但返回。 退出代码= 1

如何解决该问题。

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

    您好!

    Unknown 说:
    SLF4J:默认使用无操作(NOP)记录器实现
    SLF4J: 有关更多详细信息、请参阅 www.slf4j.org/codes.html。
    不理解"-version"。

    这是一个已知问题、应该不会影响执行。 有关更多详细信息、请参阅以下链接:

    https://sir.ext.ti.com/jira/browse/EXT_EP-10874

    [报价用户 id="617548" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1402336/tms320f280049-dss-issue "]

    C:/ti/ccs1271/ccs/eclipse/jre/bin/javaw 或  C:/ti/ccs1271/ccs/eclipse/jre/bin/javaw.exe

    然后它显示 Java 已启动但返回。 退出代码= 1

    [报价]

    您应该为 Java 版本调用 java -version。

    谢谢

    Ki