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/TMDX570LC43HDK: One pc for every board with CCS?

Part Number: TMDX570LC43HDK

Tool/software: Code Composer Studio

Good morning,

it is possible to debug two different board with two instance of CCS on the same computer, or otherwise is necessary a pc for every board?

  • Etantonio,

    It is possible to have a single CCS session that is debugging multiple boards or you can have separate CCS sessions for each board.

    This video shows how to setup multiple debug probes:
    dev.ti.com/.../

    Similarly if you wanted to have separate CCS sessions you would need to create separate ccxml files that identify the debug probes by serial number and use a different one in each session.

    Here are some other useful videos when using multiple boards:
    dev.ti.com/.../

    dev.ti.com/.../




    Regards,
    John
  • I've tried to follow the first video,

    in my configuration I've two TMDX570LC43HDK connect to the same CCSV7,

    the output of xds100serial.exe is the following and seems that the serial number is the same for the two board.

    I've to change something else in the board config or directly on the board??

    Antonio

  • Etantonio said:
    I've to change something else in the board config or directly on the board??

    The Wiki entry Q: Can I change the serial number on my XDS100v2? has information on how to change the serial number in a XDS100v2, which should allow you to program a different serial number into each of your XDS100v2 emulators.