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
What's the difference of experimenter's Kit - delfino F28335 and TMS320F28335?
This is the project of uCOSII downloaded from Micrium
There is no error in using experimenter's kit - delfino f28335 compilation, but the following error occurred in the TMS320F28335 compilation.
I want to know the difference of Experimenter's Kit - Delfino F28335 and TMS320F28335.
Thank you very much!
Hi HaoRan,
When you import a project, it would bring in its linker command file.
My suspicion is that in the TMS320F28335 target configuration the project is now trying to pull in a new linker command file which it expects that you will need based on what "Variant" you've selected. When compiling/linking, the project would now see two linker command files - resulting in the conflicts you are seeing.
For the TMS320F28335 target configuration within the Project Properties, what happens if you choose to not pull in a .cmd file in the 'Linker Commend File' dropdown?
Hopefully this helps!
Thank you,
Brett