I just installed the nRF toolchain and Programmer application to start using my nRF52840-DK eval board. I have the board connected through J2 to my computer and I can flash firmware files using the J-Link drive that shows up in Windows explorer by dragging the firmware file into the drive.
However, I cannot get either VS Code with the nRF connect extension or the Programmer (v2.2.0) to connect to the J-Link on the eval board. When I try and use the Programmer app I can select the J-Link device but I receive the following logs and connection fails:
21:12:58.407 Using @nordicsemiconductor/nrf-device-lib-js version: 0.4.1
21:12:58.408 Using nrf-device-lib version: 0.9.8
21:12:58.408 Using nrfjprog dll version: 10.15.1
21:12:58.408 Using JLink version: 6.88a
21:12:58.526 Application data folder: C:\Users\kevin\AppData\Roaming\nrfconnect\pc-nrfconnect-programmer
21:13:04.568 Unsupported device. The detected device could not be recognized as neither JLink device nor Nordic USB device.
What do I need to do to be able to connect and debug my applications using the nRF connect extension in VS Code?
Thanks,
Kevin