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.
Tool/software: Code Composer Studio
Hi,
I'm using CCS8.3.1, and I import the example project from the file below: (without click "copy project into workspace")
C:\ti\c2000\C2000Ware_1_00_06_00\device_support\f2807x\examples\cpu1\can_loopback\cpu01
There is no cmd file in the directory.
Then I wonder how does the project knows which cmd file to use?
If I copy a F28075.cmd file directly into the directory C:\ti\c2000\C2000Ware_1_00_06_00\device_support\f2807x\examples\cpu1\can_loopback\cpu01, will it use this cmd file automatically.
Thanks.
Howard Zou said:There is no cmd file in the directory.
Then I wonder how does the project knows which cmd file to use?
The linker command file is specified in the Linker options, under File Search Path.
If you want your project to use a different .cmd file, you can either add it to the --library option shown above (and delete the one it replaces), or you can add it directly into the project directory.
Howard Zou said:If I copy a F28075.cmd file directly into the directory C:\ti\c2000\C2000Ware_1_00_06_00\device_support\f2807x\examples\cpu1\can_loopback\cpu01, will it use this cmd file automatically.
You can do this but I would advise against it as it will alter the C2000Ware package contents/example and make it difficult if you ever need to get back to the original example. If the project is instead "copied" to your workspace, you could then add the .cmd file directly into the project directory without impact to the original example project in C2000Ware.
Hope this helps.