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

nRF Connect invalid/no COM port

Hi

I've a problem with one or maybe two of my nRF52 DK's. If I open nRFConnect 2.4.0 Programmer (or the BLE app) and connect only one of my nRF52 DK's the device selector shows the following image:

The serial number of the connected nRF52 DK matches the 2nd entry in the list. The first entry is also one of my nRF52 DK's, but not connected at the moment. The system itself has assigned the connected DK the comport COM12. It seems that the registry with comport/jLink mapping is broken somehow.

How can I fix this?

Regards Adrian

Parents Reply Children
  • The reinstallation of the nRFConnect didn't help, but I've found a solution myself. The root cause for the problem was broken registry entries für the jLink devices (VID 0x1366) in the path "Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB".

    The solution was to delete all the entries in this path for the devices with VID 0x1366. This can be done by the regedit.exe, but it needs system rights. I was only able to do this with the help of the freeware tool "RunAsSystem" that can be found here: https://www.uwe-sieber.de/misc_tools_e.html.

    1) Start the regedit with "RunAsSystem "%windir%\regedit.exe"
    2) Change to the folder "Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB"
    3) Delete all entries starting with "VID_1366"

    Maybe this helps someone… 

    Regards Adrian

Related