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.

MSP430F5435A: ccs支持的命令行怎么使用

Part Number: MSP430F5435A
Other Parts Discussed in Thread: CCSTUDIO, , MSP430F5418A

ccs版本: Version: 12.0.0.00009 

按照 https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html 提示写的命令

注:arg1代表工作区地址

       arg2代表工程名

eclipsec -noSplash -data "%arg1%"  -application com.ti.ccstudio.apps.buildProject -ccs.projects arg2  -ccs.device MSP430F5435A -ccs.autoOpen

我的想法是通过-ccs.device改变MSP430F5435A和MSP430F5418A芯片,并且想输入一些pre-define symbols,不知道怎么加入。请问我该怎么写命令呢?

另外,类似 com.ti.ccstudio.apps.buildProject 这种命令一共有多少条,它们之间如何配使用,每条命令各自详细的说明有没有文档呢?

谢谢!