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/CCSTUDIO: How to select a debug probe with DebugServerScripting when more than one probe connected

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

Hi, I have two probes connected:

❯ xdsdfu -e

USB Device Firmware Upgrade Utility
Copyright (c) 2008-2018 Texas Instruments Incorporated.  All rights reserved.

Scanning USB buses for supported XDS110 devices...


<<<< Device 0 >>>>

VID: 0x0451    PID: 0xbef3
Device Name:   XDS110 Probe with CMSIS-DAP   <== this is part number TMDESMU110-U
Version:       2.3.0.15
Manufacturer:  Texas Instruments
Serial Num:    00000000
Mode:          Runtime
Configuration: Standard

<<<< Device 1 >>>>

VID: 0x0451    PID: 0xbef3
Device Name:   XDS110 Embed with CMSIS-DAP  <== this is the embedded debugger on a MSPEXP432 launchpad
Version:       2.3.0.15
Manufacturer:  Texas Instruments
Serial Num:    M4111016
Mode:          Runtime
Configuration: Standard

Found 2 devices.

How can I select to which probe I want to connect the DebugServer to ? Does the DDS Api allow for this ?

Thanks

Peter