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

nrfjprog no debugger connected

I get "ERROR: There is no debugger connected to the PC with the given serial number." when I run e.g. nrfjprog --eraseall on command line.

Programming/debugging using VisualGDB or nRFgo Studio works

nrfjprog version: 9.8.1
JLinkARM.dll version: 6.12a

Windows 10

How to erase/program nrf52832 using nrfjprog on command line?

Parents Reply
  • Both nrfjprog.ini (Program Files and Program Files (x86)) are in its default state, I didn't modify anything.

    ; nrfjprog.exe configuration file.

    [DEFAULT_CONFIGURATION]
    ; Define the desired family of devices to use by default by nrfjprog.exe when -f or --family arguments are not used. The only valid options are NRF51, NRF52 or UNKNOWN.
    ; If set to UNKNOWN an automatic family detection will be performed. The autodetect family operation will take time, so it is advised to use correct family if known.
    Family = UNKNOWN

    ; Define the desired clockspeed in kHz you want nrfjprog.exe use by default when -c or --clockspeed arguments are not used. The range of valid values go from 125 kHz to 50000 kHz.
    Clockspeed = 2000

Children
No Data
Related