Debug Connection Error in ARM development studio

Hi, I am using ULINKpro D and JTAG connection to program a Cortex M7 baremetal device. 
Although ULINKpro D seems to be installed correctly (device manager - USB) and the connection between ULINKpro D and my DU seems okay, I cannot connect the debugger and this page shows up;


Also I get an error in Console:

Unable to connect to device ARMCS-DP



I tried a couple of changes and I have this error as well:

Detected number of devices = 136, maximum allowed = 128. This problem is usually a result of the scanchain not acting correctly when using JTAG scans to count the number of devices.


Does anyone know how to solve it?
The only thing that has to be mentioned is that I am using 20 to 20 pin adaptor provided in the package of ULINKpro D.

Thanks & regards 

Parents
  • The error message:

    Unable to connect to device ARMCS-DP

    Is rather fundamental... this means that the tool is unable to successfully connect to the debug access port on the device.

    Without knowing more about your design it is difficult to suggest a solution. Lowering the JTAG clock frequency is certainly something to try.

    I suggest raising an official support request from the Support menu above if you wish Arm to investigate properly.

Reply
  • The error message:

    Unable to connect to device ARMCS-DP

    Is rather fundamental... this means that the tool is unable to successfully connect to the debug access port on the device.

    Without knowing more about your design it is difficult to suggest a solution. Lowering the JTAG clock frequency is certainly something to try.

    I suggest raising an official support request from the Support menu above if you wish Arm to investigate properly.

Children