We have this unit with an nrf52840, it suddenly refused to respond to `nrfjprog --recover`.
This is the second unit this happens with.
The power seems ok (we can see on UART that the unit runs its firmware).
Attached is the log file from nrfjprog.
We tested several cables, several SEGGER J-link programmers, several USB connectors, from Ubuntu or MacOS, ...
Other units are fine, it's just this one and one more.
I've tried these, none of it worked:
- `nrfjprog --rbp ALL`
- JLinkExe with Cortex-M4, SWD, 4000 kHz. On the faulty unit, it stops at "Cannot connect to target.". On working units, it comes further (fails later, presumably because of approtect).
- I have a recollection, when this happened the last time, of trying to write to DP registers with JLinkExe. It was not possible. I don't recall the commands.
$ nrfjprog --version
nrfjprog version: 10.14.0 external
JLinkARM.dll version: 7.54c
What is going on, how can I solve it?