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: Multiple JLink probes for multiple Code Composer Studio projects open at the same time

Other Parts Discussed in Thread: CC2650, SEGGER

Tool/software: Code Composer Studio

I'm developing a CC2650 system and need to have multiple devices open at the same time. I duplicated the CCS directory to have multiple CCS sessions running at the same time and I'm using JLink because the XDS110 probes are very unreliable in my setting, somehow.

How can I tell CCS which one of the probes I have connected to my computer to debug with? I know how to do it using eclipse, but CCS simply won't work. I spent a hour hacking CCS files with no result.

I hope somebody has a clue.

  • Hi,

    Giovanni Peroni said:
    I duplicated the CCS directory to have multiple CCS sessions running at the same time and I'm using JLink because the XDS110 probes are very unreliable in my setting, somehow.

    Our device drivers are not reentrant, therefore this explains why the multiple CCS instances do not work with the XDS110 Debug Probes. You would need to create a configuration with multiple debug probes instead - check this article for more details. 

    Giovanni Peroni said:
    How can I tell CCS which one of the probes I have connected to my computer to debug with? I know how to do it using eclipse, but CCS simply won't work. I spent a hour hacking CCS files with no result.

    Segger did not enable this functionality in CCS, thus it is something they will have to implement. You can contact their support at support_jlink@segger.com

    Regards,

    Rafael