[SOLVED] J-Link CC2652RB support

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

  • [SOLVED] J-Link CC2652RB support

    Hello!

    I have j-link device:
    HW: V9.60
    dll: V7.66g
    FW: J-Link V9 compiled May 7 2021


    I'm trying to connect to the CC2652RB chip:

    Source Code

    1. Tools.Preferences();
    2. Window.Show ("J-Link Control Panel");
    3. Tools.Preferences();
    4. Tools.JLinkSettings();
    5. Project.SetTargetIF ("cJTAG");
    6. Project.SetTIFSpeed ("1 MHz");
    7. Debug.SetConnectMode (CM_ATTACH_HALT);
    8. Debug.Start();
    9. Device "CC2652RB" selected.
    10. Debugger tries to select target interface cJTAG.
    11. This interface is not supported by the connected emulator.
    12. Selection will be ignored by the DLL.
    13. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    14. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    15. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    16. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    17. Connect failed. Resetting via Reset pin and trying again.
    18. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    19. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    20. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    21. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    22. InitTarget(): PCode returned with error code -1
    23. This interface is not supported by the connected emulator.
    24. Selection will be ignored by the DLL.
    25. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    26. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    27. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    28. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    29. Connect failed. Resetting via Reset pin and trying again.
    30. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    31. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    32. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    33. InitTarget: Can not find ICE-Pick (IDCODE mismatch). Expected 0x0B00002F, found: 0x00000000
    34. InitTarget(): PCode returned with error code -1
    35. This interface is not supported by the connected emulator.
    36. Selection will be ignored by the DLL.
    37. Connection failed.
    Display All



    Does J-link support CC2652RB? Where could be the problem?


    Thanks
  • Can you please send us the S/N of your J-Link?
    You can also send it via PM, if preferred.
    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 am a student and computer enthusiast. And just learning to program ARM.

    I bought a CC2652RB chip on aliexpress. I took J-Link from a friend and for the first time I try myself in writing firmware.

    I don't know exactly what SN is, but the picture is probably what you're asking?


    Can you suggest what I'm doing wrong?

    Thanks.
    Images
    • jlink.png

      63.19 kB, 435×415, viewed 151 times
  • Hi,
    the J-Link you are using is a clone and not a genuine J-Link.
    Please note that it is illegal to use our tools in combination with a clone.

    I assume that you were not aware of this.
    As you are a student and are planning to use the J-Link in a non-commercial context,
    I would suggest to acquire one of our J-Link EDU models:
    - J-Link EDU
    - J-Link EDU mini
    And install the latest J-Link Software version:
    segger.com/downloads/jlink#J-L…twareAndDocumentationPack

    We will close this thread now.

    BR
    Fabian
    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.