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.

CCS/TMS320F28335: unable to launch CCS debug-session base on current selection

Part Number: TMS320F28335
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hi, I'm a beginner to use CCS, I try to import "28335 LED example code" from controlsuite, but when I already import it, then I already fix some problem, it is also can't debug. when I want to debug, it will display error window"unable to launch CCS debug-session base on current selection", I try to figure out it and correct it. However, it still have problem. Next I try to change "the properties->variant" to XDS100V1, then I debug it, it have more 40 problems, I don't know why.... please help me to solve it. Thank you.

  • Hello,

    When you changed the device variant, it added an additional linker command file that is conflicting with the original one in the project. Please remove/delete the 28335_RAM_link.cmd file from the project to resolve the issue:

    Thanks

    ki