jlink error when using RTCK

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • jlink error when using RTCK

    IDE: realview mdk-arm v3.24

    jtag speed is selected adaptive clocking.

    target can be connected when power on, but unconnected after running awhile.

    the error message shows:

    Using adaptive clocking instead of fixed JTAG speed.
    ***JLink Error: JTAG Timeout during adaptive clocking: RTCK did not respond.



    the target is arm926ej-s core based chipset.

    thanks!
  • Hello uione,

    a bit more information would be useful:
    - Target hardware: Which CPU, Eval Board / Custom hardware?
    - Which project is used: Sample project / Custom project?
    - Which J-Link support is used: J-Link native support / J-Link RDI?
    - J-Link hardware version?
    - J-Link software version?

    Best regards,
    Alex
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • I have this same issue.

    - Target hardware: Which CPU, Eval Board / Custom hardware? LPC2148/LPC2158, custom hardware

    - Which project is used: Sample project / Custom project? Custom

    - Which J-Link support is used: J-Link native support / J-Link RDI? Native

    - J-Link hardware version? v 8.0

    - J-Link software version? 4.12

    What's going on? Can anyone offer an explanation?
  • I have the same RTCK problem with IAR C-SPY debugger.

    I think this is probably a bug in IAR C-SPY debugger. Segger needs to cooperate with IAR to fix this problem ASAP.

    Target hardware: ARM926EJ-S custom hardware with a lot of peripherals
    Project used: a debug-only project
    J-Link support used: J-Link native support
    J-Link hardware version: V8.00
    J-Link software version: V4.12
  • Hi all,

    in general there are only a few situations in which an adaptive-clocking timeout occurs:

    1. RTCK is not connected
    2. If the CPU clock is switched off (temporarily).
    For example this is the case on some devices when switching the CPU clock / using the PLL clock.
    The CPU clock is switchd off, as long as the PLL clock is not stable.
    The CPU clock is also switched off when executing a wait instruction
    3. If the JTAG interface is disabled, temporarily. (For example if the bootloader of the device, which is executed after reset disables the JTAG interface during its execution)

    Best regards
    Alex
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.