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 - Ethernet usage towards emulator

HI Champs,

could you please help with the following question:

What port number (range from 1-65535) and what protocol (UDP, TCP, etc…) is used when CCS is communicating with LAN emulators?
FYI, Spectrum Digital referred back to us on that question ...

Kind regards,

one and zero

  • Hi,

    From the 560v2 configuration program you can check the ports used by the JTAG debugger. For example, the BH560v2 Config Utility shows:

    With the JTAG debugger connected to a target, you can also issue the command netstat from the Windows command prompt. You should get the TCP connection established with the port 55755 - by both my Spectrum Digital and my BlackHawk XDS560v2 STM emulators use the same ports, as shown below:

    C:\Users\user>netstat

    Active Connections

      Proto  Local Address          Foreign Address        State
    (...)
      TCP    128.247.71.227:60558   dhcp-128-247-71-36:55755  ESTABLISHED
      TCP    128.247.71.227:60564   dhcp-128-247-71-36:55755  ESTABLISHED
    (...)

    Hope this helps,

    Rafael