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.

Programming multiple devices from same instance of workspace.



Hi,

Can I program multiple devices connected to same PC from same instance of work space. I have am trying to program one device through one FET debugger and then load the same project in next device connected to another FET debugger. Based on my understanding CCS doesnt allow me to have multiple instance of same workspace. Can I switch between the target devices while in same CCS workspace project.

RBG

  • Hi,

    You can switch between different target connections provided you close the previous debug session before launching the new one - in other words, it is impossible to debug two devices in the same instance of CCS.

    One thing you can try to do is open two instances of CCS and debug two different devices - obviously using different workspaces.

    In both cases above, the MSP430 target configuration for each device needs to point to a different emulator as well - inside the target configuration editor you must assign one board to TI MSP430 USB1 and the other to USB2.

    Hope this helps,

    Rafael

  • Hi Rafael,

    Thanks for the reply. I understand that I cant have multiple debug at same time without exiting current debug session. But I cant open another instance of CCS. I am attaching the error window that I get after launching CCS for the same project workspace.

    How do we get around this issue?

    RBG