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.

[参考译文] CCSTUDIO:CCS:hot to automaticly 启动处理器(GEL 文件)

Guru**** 2463330 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1477124/ccstudio-ccs-hot-to-automaticly-launch-processor-gel-file

器件型号:CCSTUDIO

工具与软件:

以下 GEL 文件正确允许我 通过 CCS 菜单"Script"启动脚本"Connect Target"。 它的工作原理是这样。

menuitem "My Functions";
热菜单 Connect_Target ()

GEL_Connect ();//连接到目标
GEL_Load ("C://M-SERIES-CCS//M_60A//Debug//M_60A.out");
GEL_TextOut ("Connected to Target\n");
}

如何在启动调试会话后自动执行此脚本?

如何更改此脚本?

谢谢!