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
The memory linker command file "F28035_RAM_BLDC _Sensored.cmd" in BLDC_Sensored project properties is not found.
Please teach me how to confirm and to do setting the memory linker command file in CCS ver.10.
I can have found the DSP2803x Peripheral Registers linker command file "DSP2803x_Headers_nonBIOS.cmd"
at Project Properties for BLDC_Sensored > CCS General > Project Tag > Linker command file.
But I can not find the memory linker command file in CCS ver.10 settings.
My information :
CCS version : Code Composer Studio Version: 10.1.1.00004
OS : Windows 10, v.10.0, x86_64 / win32
Java : version: 1.8.0_144
USB connection : On Board USB-JTAG Emulation
Texas Instruments XDS100+RS232 V1.0
EVM Board : DRV8312-C2-KIT
CPU Device : TMS320F28035
controlCARD : F28035_ISO_controlCARD_R1_3
Target Configuration.ccxml settings
Connection : Texas Instruments XDS100 v1 USB Debug Probe
Board or Device : Experimenter's Kit - Piccolo F28035
K.Ogawa
The file is in the folder below.
C:\ti\controlSUITE\device_support\f2803x\v124\DSP2803x_headers\cmd\DSP2803x_Headers_nonBIOS.cmd
You might add/link this file to the project directly by right-click the project name, and select "Add files".
And you should set the correct #include search path for all of the header files by selecting "Properties of project"->Build->C2000 Compiler->Include Options->Add dire to...
Thank you for your reply.
Is it true what only one linker command file(.cmd) be selected in one project?
That is, CCS project can not select multiple linker command files(.cmd), doesn't it?
A project can use multiple linker command files as the example project, as long as these .cmd don't repeat the definition of the memory. Yout might refer to the example project, just change the related files according to your design that could be easy and flexible.