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: Target configuration->delete removes multiple connections

Other Parts Discussed in Thread: CC1310

Tool/software: Code Composer Studio

Hello,

when working with multiple target connections in target configuration (advanced view), it is impossible to delete only one connection for given programmer type.

To reproduce:

Open some .ccxml file

add multiple connections of same type (xds110 in my case)

When trying to delete one of them, all connections of this type are deleted (connections to different programmer remain)

Best Regards,

Petr

  • Hi Petr,

    I cannot reproduce this issue. When selecting one of the connections and pressing the "Delete" button, it only deletes that one connection that i selected and leaves the others alone (they are all the same type of connection).

    What CCS version are you using?

    Thanks

    ki

  • Hi Ki,

    My version: Code Composer Studio Version: 9.0.1.00004

    I tried again, it seems that problem is related to my .ccxml file that was created in older version of CCS studio.

    It seems that only connections above selected one get deleted. All newly created XDS110 connections behave this way, but this stops if all XDS110 connection are deleted.

    47527.test.zip

    Thanks for reply, all I have to do is to recreate target configuration files ... 

    Regards,

    Petr

  • Thanks for the additional details. I imported your ccxml file and deleted the second XDS110 connection. Only that connection for deleted. 

    What version of CCS was used to originally create the ccxml file?

  • Sorry, I don't know what version was used. From install packages, I used ccs_setup_7.4.0.00015.exe and ccs_setup_8.0.0.00016.exe (and upgrading from CCS studio in between). The original file may be inherited even from older version (CCS on Linux, about september 2017).

    Now I tested file I sent before and can't replicate the problem. It is possible I made some mistake when selecting the file. Sorry for complications.

    Can you please try attached test_5.ccxml?

    Steps to reproduce on my computer:

    1. open CCS 9.0.1.00004

    2. drag&drop test_5.ccxml

    3. select Texas Instruments XDS110 USB Debug Probe_0 in advanced view

    4. click 'Delete'

    Both Texas Instruments XDS110 USB Debug Probe_0 and XDS110 CC1310 disappear

    Thanks for your patience ... 

    /cfs-file/__key/communityserver-discussions-components-files/81/test_5F00_5.zip

  • Thanks. I can reproduce the issue with your latest ccxml file. The file has some errors it appears. I can null pointer errors when I try to open it in CCS. I will take a closer look and keep you updated.

    Thanks

    ki

  • We have analyzed the issue closer and it looks like the issue will occur if a connection type is added and then renamed BEFORE another connection of a similar type is added. This will cause the two connections to share the same id, causing the issue.

    I filed a bug for this. Tracking ID: CCSIDE-3614

    Thanks

    ki