I am quite new to the nRF SDK. When setting up an nRF project in VSCode, I can build my project but I cannot flash the target.
My target in this case is an nRF52840-DK.
I checked the "Connected Devices" tab, and I can see that the dev board is recognised. But I don't see any target CPU:
If I open a terminal, JLink is not seeing the target:
I tried another laptop and here everything is better. I can build and flash the target. In connected devices, I see the target:
And in the terminal, JLink is seeing the target:
Version of nrfjprog is identical between these two systems.
Unfortunately, the non-working system also happens to be my work laptop my question is, how can I troubleshoot this issue?