Hello, after getting my nRF52-DK I first tried to program it using Arduino IDE according to this guide. Everything worked perfectly as I was able to flash new firmware into it. The DK also does show up as a drive and I'm able to do drag-and-drop flashing.
Now I have decided to go deeper and use Segger Embedded Studio as my IDE but my problem is that the IDE doesn't recognize/connect to the J-link debugger. When I try "Traget->Connect J-Link" it says that "Cannot connect to J-Link via USB". I also installed the J-link software pack from here. J-link Commander also shows the same error "Connecting to J-Link via USB...FAILED: Cannot connect to J-Link via USB."
I've tried reflashing the debugger firmware using this guide but it still doesn't show up in Segger Studio. The JLink drive still shows up and I can also see "JLink CDC UART Port" in Device manager and the same port shows up in nRFgo Studio under nRF5x Bootloader. How can I solve this problem?