Other Parts Discussed in Thread: MSPM0G3507
Hi, I'm trying to follow the instructions provided at
to have two separate running instances of CCS 12.6 communicating to two different debug probes connected to two different targets at the same time. But I'm only able to connect to one target or the other (the first one programmed will connect, the second will fail). The failing instance will flag this error message:
Error initializing emulator:
(Error -260 @ 0x0)
An attempt to connect to the XDS110 failed.
The cause may be one or more of: no XDS110 is connected, invalid
firmware update, invalid XDS110 serial number, or faulty USB
cable. The firmware and serial number may be updated using the
xdsdfu utility found in the .../ccs_base/common/uscif/xds110
directory of your installation. View the XDS110SupportReadMe.pdf
file there for instructions.
(Emulation package 12.6.0.00029)
Do you know what I need to correct?
Per the XDS110SupportReadMe.pdf instructions, I ensured unique serial numbers are assigned for each probe using xdsdfu:
I also changed the Target Configuration file associated with each project from within a separate CCS instance:
xdsdfu -e will report it Found 0 devices if I run it after the CCS error message. I have to close both CCS instances, disconnect, and then reconnect both probes for it to find both devices again.