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

Is it possible to perform nrfjprog --recover using gdb?

For a device that has APPROTECT enabled, it is required to use nrfjprog --recover to re-enable access.

What is the mechanism that nrfjprog uses to perform the --recover command? Can it be implemented with accesses using gdb using hardware like the Black Magic Probe (github.com/.../wiki)

Related