nrfjprog fails with JLinkARM.dll reported error -256

## Issue: nrfjprog fails with JLinkARM.dll error -256

### Environment
- OS: Windows 10/11
- nrfjprog: 10.24.2 (external)
- Device: nRF52832 / Nordic dongle

---

### Problem
Running `nrfjprog --version` fails with SEGGER backend errors.

---

### Command
```bash
nrfjprog --version

The output is like that.
[error] [SeggerBackend] - JLinkARM.dll reported error -256 at line 736.
[error] [SeggerBackend] - JLinkARM.dll reported error -256 at line 629.
nrfjprog version: 10.24.2 external
JLinkARM.dll version: 9.50
[error] [SeggerBackend] - JLinkARM.dll reported error -256 at line 3139.

Related