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

Using ULink2 with Analog Devices ADuC7026

When using the ULink2 my ADuC7026 Microcontroller shows as "Unknown JTAG Device" in the ARM Target Driver Setup window. If I use an old ULink it shows up correctly and can be programmed, etc. What's wrong? The IDE detects the ULink2 correctly, it is version 3.53.

Parents
  • Have you tried with both ULINK2 jumper settings (as mentioned before) ?

    Can you at least connect to the target ?
    Try to start the debug session with "Load Application at startup" disabled. If you can enter debug mode then check the value of REMAP register (address 0xFFFF0220 in Memory window). The value should be zero.

    Check also the state of BM (Boot Mode) pin. It should be high at reset.

Reply
  • Have you tried with both ULINK2 jumper settings (as mentioned before) ?

    Can you at least connect to the target ?
    Try to start the debug session with "Load Application at startup" disabled. If you can enter debug mode then check the value of REMAP register (address 0xFFFF0220 in Memory window). The value should be zero.

    Check also the state of BM (Boot Mode) pin. It should be high at reset.

Children