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.

Launching Debug Session Error at CCSv6

Other Parts Discussed in Thread: LAUNCHXL-F28027

Hi, I'm a rookie using CCSv6.0.

I'm trying to use my C2000 Launchpad LAUNCHXL-F28027 which I bought it few days ago.

I downloaded the controlSUITE3.2.7 to use an example project and installed it.

(link : http://www.ti.com/tool/controlsuite )

After that, I copied a file called 'xdais_7_21_01_07'.

So the files at C:\ti is now like this.

I selected the following example project.

After that, I tried to debug. However, an pop-up came out like this.

I checked the USB installation and it was done correctly.

Also, this is the project setting. I didn't touch anything.

What seems to be the problem? Is it related to the free license?

-Regards, Min-Ku

  • Hello Min-Ku,

    Min-Ku Yeo said:

    After that, I tried to debug. However, an pop-up came out like this.

    This message is telling you that there is no valid target configuration file for the project

    You need to create a valid target configuration. The easiest way to do this is to specify the target connection in the project settings. I believe the launchpad has an xds100v2:

    This will auto-generate the correct target configuration file for the project.

    Thanks

    ki

  • Hi and thanks Ki-Soo.

    How silly of me :D. It's my first time using C2000 with CCSv6.

    Thanks for your help.

    Regards, Min-Ku.