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.

TMS320F28379D: F2837xD DSS device selection

Part Number: TMS320F28379D

My team is in the process of porting an existing application from a F28335 DSP to a F2837xD DSP. I am porting the DSS scripts we use for testing. I have debugged to the point where the DSS script attempts to connect to the target processor. I get the error message:

SEVERE: Could not open session. Found 5 devices matching: .*
Texas Instruments XDS100v2 USB Debug Probe_0/C28xx_CPU1
Texas Instruments XDS100v2 USB Debug Probe_0/CPU1_CLA1
Texas Instruments XDS100v2 USB Debug Probe_0/C28xx_CPU2
Texas Instruments XDS100v2 USB Debug Probe_0/CPU2_CLA1
Texas Instruments XDS100v2 USB Debug Probe_0/IcePick_C_0

Unlike the F28335, the F2837xD processor has 5 cores on which it can run a debug session. If I'm running a debug session from CCS, there is a panel in which I make that choice. But for a DSS script, what is the protocol for selecting the core on which the debug session is to be run? Does TI have any examples of DSS scripts on which a device selection is made to use as an example?