This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

JLink USB is suddenly not detected in nRF52833/nRF9160 DK

Hi teams,

Recently, I upgraded JLink driver to 7.5x and suddenly all of my nRF DK boards are not detected via USB.

All of my 4 DKs shows the same symptom. LED5 near JLink FPGA chip is fast blinking continuously.

But, in device manager in Windows 10, there is no USB device is shown (even the yellow banged mis-detected/mis-configured device is not exist).

But still, my other SEGGER Jlink Base is working.

How can I fix this?

  • Hello,

    Have you updated your JLink drivers via the Command Line Tools? If not, please do so (use version 10.13.0) and check if that makes any difference.

    For verification, you should get the following output from a terminal after the installation:

     

    user@pc MINGW64 ~/ncs/v1.6.0
    $ nrfjprog --version
    nrfjprog version: 10.13.0
    JLinkARM.dll version: 7.50a
    

    Regards,

    Markus

  • I have updated nrfjprog as you recommended, but no difference.

    First of all, DK boards has not recognised as USB device.

    And, with further testing, this only happens when I connect DK on external USB hub.

    When I connect DK directly to PC, it works fine.

    Strange thing is that in the previous JLink version, there was no problem even it was connected via hub.

    Should I ask question to Segger company?

    But I think this should be noticed to this forum, because other JLink devices are works fine after upgrade.

  • Thanks a lot for the feedback!

    choehyunho said:
    And, with further testing, this only happens when I connect DK on external USB hub.

    I’m honestly a little bit unsure if this has something to do with the J-Link driver. Because when powering on your DK’s, you should at least get a COM-port in the Device Manager (which then probably wouldn’t be recognised as such when no J-Link drivers are installed).

    choehyunho said:

    Strange thing is that in the previous JLink version, there was no problem even it was connected via hub.

    Should I ask question to Segger company?

    The DK’s I’m using myself are as well connected to an USB hub, but this one has external power supply. Switching that off, I lose connection to my board(s). So my wage guess here would be that this might be a problem with the USB hub itself.

    Regards,

    Markus

  • Mostly agree to you.

    The JLink device driver installed to PC is not related to this problem.

    DK board just blinks LED fast only, as if it is not connected to USB port at all.

    I think even the USB device enumeration is not progress at all.

    The strange point is that I use several USB-serial ports and JLink devices at the same USB hub, including 2 JLink Base debuggers and even the similar DK from other H/W vendor (Dialog).

    All these boards are work fine, only my several 52833 DKs, and 9160 DK is not working on this hub.

    Any idea or suggestion?

  • Hello,

    choehyunho said:
    All these boards are work fine, only my several 52833 DKs, and 9160 DK is not working on this hub.

    Are you using several devices connected to the USB hub at the same time or does this also happen if only one of the nRF52833/nRF9160 DKs is powered-up?

    choehyunho said:
    Any idea or suggestion?

    I wonder if this has anything to do with voltage drops that our DKs can’t handle? Do you have the possibility to test this with another USB hub?

    By the way: I will be on vacation for the next couple of weeks. If you need any more support concerning this issue, I recommend you to create a new case referring to this one. One of my colleagues will help you then.

    Regards,

    Markus

Related