Tool/software: Code Composer Studio
I'm developing an application that will use two 28388D controllers. Both will run identical software and communicate with one another using a CAN interface. I've developed a good deal of the code using a single evaluation kit with the built-in XDS100 USB debugger, but now I need to be able to load and run the code on two boards simultaneously.
I can load and run code on either board with no issues if I leave the other disconnected from my PC, so I know both boards and debuggers work.
Is it possible to create a new Debug Configuration in CCS to recognize and use the second debugger? I tried duplicating my existing Debug Configuration and modifying it to use the second debugger but it doesn't seem to recognize it's there. My PC sees two debuggers and has created a virtual serial port for each, but CCS still doesn't see them both. I've also used xds100serial.exe and it recognizes two separate debuggers with different serial numbers.
I don't mind running two instances of CCS if that's necessary (in fact it might be preferable) but I don't want to create additional projects if I can avoid it. Still, if it's necessary I can work with it.