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.

TMS320F28075: 如何成功赋值tokens提取到的内容并重命名

Part Number: TMS320F28075

我的需求是在编写脚本实现提取项目程序中的版本号(使用tokens语句提取指定内容也就是版本号赋值到变量str1),然后再自动编译重命名文件生成带版本号的烧录文件(这里令文件名为new),通过ccs调用后(如上图将脚本写进该框内),生成的文件直接显示为new,而不 是我想要的带版本号的文件名,想问如何让这个变量成功赋值显示?