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.

[参考译文] TMS320F280025C:需要 CCS 中可配置选项的脚本命令

Guru**** 2439710 points


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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/976629/tms320f280025c-need-scripting-command-for-the-option-configurable-in-ccs

器件型号:TMS320F280025C

大家好、

我尝试使用该选项在 连接到目标之前使用 Tools->Debugger Options->GEL files->Remove 删除给定调试会话的 GEL 文件、该选项正常工作。 我想通过命令行执行此操作。 在启动硬件的调试会话后、我们是否有 JavaScript API 可执行此操作? 在 debugServer.openSession()之后,在连接到目标 debugSession.target.connect()之前?

谢谢、

Aditya

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

    Aditya、

    我不确定是否有用于目标配置的脚本接口。 我认为您可以创建一个删除 GEL 文件的目标配置、并将其保存到您的文件夹中。 这是一次性的。 现在使用脚本将 DebugServer openSession 与该目标配置一起使用。