Hi,
I'm trying to program a custom board with a nRF52810 via nRF Connect. I keep getting the following error messages:
Error when getting device info: Error: Error: Error occured when get device info. Errorcode: CouldNotCallFunction (0x9) Lowlevel error: NOT_AVAILABLE_BECAUSE_PROTECTION (ffffffa6) 20:06:57.641 Could not fetch memory size of target devkit: Cannot read property 'family' of undefined
I followed this post and tried the following commands:
$ nrfjprog.exe --coprocessor CP_APPLICATION --memrd 0x00FF8000 ERROR: The operation attempted is unavailable due to readback protection in ERROR: your device. Please use --recover to unlock the device. $ nrfjprog.exe --coprocessor CP_APPLICATION --recover Recovering device. This operation might take 30s. ERROR: Recover failed. Please make sure that the correct device family is given ERROR: and try again.
I'm using a Segger j-link debugger with a 6-pin-needle adapter to connect the board with my PC via SWD.
Any advice on how to solve this problem is very much appreciated!
