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.

Debug two Launchpads in Code Composer Studio

Hi!

I have two Tiva Launchpads connected to my computer.
I need to flash the firmware of both one after another.
Is it possible to select in CCS which debug session goes to which launchpad?

Best regards

Falk

  • Falk Sobe said:
    Is it possible to select in CCS which debug session goes to which launchpad?

    Assuming you are using the In-Circuit Debug Interface (ICDI) debug interface on the Launchpad then I don't believe this is possible. I found the following thread from 2012 which says:

    Unfortunately you cannot configure 2 ICDI based devices at the same time. It does not have a way to connect by ID or serial #. You can do this with XDS100's.

    Looking at a Tiva launchpad I see the ICDI interface has a serial number, but looking at the target configuration for a Stellaris ICDI in CCS 6.0.1 there is no option to select the serial number of the emulator to connect to.

  • Hello Chester,

    You are correct. Using the ICDI it is not. However using XDS100v2 it can as the serial number is embedded into the debugger core

    Regards
    Amit
  • Sad but thank you :)