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/CC1310: Is there a way to program two different launchpads in one instance of CCS7?

Part Number: CC1310

Tool/software: Code Composer Studio

I'm working with the rfWSN examples for the CC1310, which to achieve the end goal requires a bit of switching out/reprogramming node and concentrator devices. At the moment I have to make sure I disconnect the device I don't want to program, since CCS just seems to choose at random what to program.

I was wondering, is there any way to just have them both left plugged in and select which device I want to debug to? And is there a way to name/identify the devices so I know which I'm selecting to program?

  • Hello,
    I believe the CC1310 launchpads have an integrated XDS110 debug probe. Hence what you are looking for is supported:
    processors.wiki.ti.com/.../Multi-Emulator_Debug_with_CCS

    Thanks
    ki
  • Just to clarify - the link I gave above specifically details how to start a single debug session for multiple XDS110 targets. It sounds like all you are interested in is starting a debug session for a single specific XDS110 target on a PC where there are multiple of them physically connected to the PC at the same time. In that case, the above link detailing the serial numbers does apply but you only need to specify the serial number in the target configuration file. You can ignore the part about creating a custom configuration to add more than one XDS110 to the same configuration file since that would not apply to you.

    Thanks
    ki