I am encountering a problem with programming an nRF52840 DK:
1. I've installed nRF Connect for Desktop version 3.7.1, nrfjprog version 10.14 and Segger JLinkARM.dll version 7.54d (directly from Segger's website). In the Programmer v1.4.11, the PCA10056 is recognized at serial port: /dev/tty.usbmodem0006838233401 but the log has errors:
Using nrfjprog library 10.12.1, pc-nrfjprog-js 1.7.6
Could not fetch memory size of target devkit: Error: Error occured when get library info. Errorcode: CouldNotOpenDevice (0x4) Lowlevel error: JLINKARM_DLL_COULD_NOT_BE_OPENED (ffffff9b)
Where does Programmer look for JlinkARM (it's failing) and nrfjprog (it's using an older version)? In my terminal I get:
~ % nrfjprog --version
nrfjprog version: 10.14.0 external
JLinkARM.dll version: 7.54d
2. Separately, in VS Code I cannot connect to the nRF52840 DK using the nRF Terminal extension, presumably because usb-native-mode does not support M1 processors.
Do you have advice for either of these issues? Thanks, Paul