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.

CODECOMPOSER: CCS20 only supports 5 debugging connections?

Part Number: CODECOMPOSER

Tool/software:

I am trying to specify a certain serial number to start a debug session, I have 7 XDS110 boards connected to my PC, but I found only 5 of them were showed in the command window when I started a debug session. Is there a limit of the connections of debuggers for CCS20?

Best regards,

Shuyang

  • Hello,

    Is there a limit of the connections of debuggers for CCS20?

    The only hard limit would be the number of USB devices supported by the machine. However, there is probably a GUI limitation for the above dialog.

    Hence I would rely on explicitly specifying the serial number directly in the ccxml files so the above prompt is not needed:

    https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs/ccs_debug-main.html#xds110

    This option works quite well. There is one user in my office who has over 30 launchpads connected (using multiple powered USB hubs) and he can no issue connecting to them all using ccmxl files with the serial number specified (which is ideal for automation).

    Thanks

    ki

  • That list will scroll.  The scroll bar is not visible at first

    Once I scroll a bit the bar shows up on the right.  It should also show up when you put your mouse in the view.

    Here is it scrolled to the bottom.

  • Hi John and Ki,

    Thanks for the help. I can see more than 5 connections in debugging window now. Not sure why I did not see it before, maybe it has something to do with my USB dock. Anyway it looks good now.

    Best regards,

    Shuyang