This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ULINK2

I have just connected a ULINK2 to my development board and i get communications error.

The device is a ADuC7026 (ARM7TDMI core)... A few Questions??

The uVision3 options for the debugger gives 2. ARM Debugger & ARM7 Debugger Which Should I use??

If I select the ARM7 one i get an error message, "Missing jarm.dll"
If I selet the ARM it gets further but there is JTAG Communication Failure against the TDO line

Second question...should the TDO line on the chip goto the TDO on the ULINK or should there be crossover with TDI->TDO and TDO->TDI

Parents
  • The uVision3 options for the debugger gives 2. ARM Debugger & ARM7 Debugger Which Should I use??

    use ULINK ARM Debugger only

    If I selet the ARM it gets further but there is JTAG Communication Failure against the TDO line

    what do you mean by "failure against TDO line?"

    In general if target JTAG setting is not proper then it will display JTAG communication failure

    Second question...should the TDO line on the chip goto the TDO on the ULINK or should there be crossover with TDI->TDO and TDO->TDI

    TDI of MCU to be connected to TDI line of ULINK2. for better understanding you can refer to ULINK2 user guide under Help

Reply
  • The uVision3 options for the debugger gives 2. ARM Debugger & ARM7 Debugger Which Should I use??

    use ULINK ARM Debugger only

    If I selet the ARM it gets further but there is JTAG Communication Failure against the TDO line

    what do you mean by "failure against TDO line?"

    In general if target JTAG setting is not proper then it will display JTAG communication failure

    Second question...should the TDO line on the chip goto the TDO on the ULINK or should there be crossover with TDI->TDO and TDO->TDI

    TDI of MCU to be connected to TDI line of ULINK2. for better understanding you can refer to ULINK2 user guide under Help

Children