Using the latest download and install of nrfconnect and nrf command line utils for a Win 64 machine, I am still finding that the PPK tools are unable to connect using the installed DLL.
Have installed 64 bit version of nRFProj 10.1.1 as suggested in similar ticket https://devzone.nordicsemi.com/f/nordic-q-a/26098/errorcode-couldnotfindjprogdll-0x2 yet even after a reboot nRF Connect cannot find the DLL.
2019-06-25T09:44:47.319Z INFO Application data folder: C:\Users\awright\AppData\Roaming\nrfconnect\pc-nrfconnect-ppk
2019-06-25T09:44:47.324Z INFO App initialized
2019-06-25T09:44:47.595Z DEBUG App pc-nrfconnect-ppk v2.1.0 official
2019-06-25T09:44:47.595Z DEBUG App path: C:\Users\awright\.nrfconnect-apps\node_modules\pc-nrfconnect-ppk
2019-06-25T09:44:47.595Z DEBUG nRFConnect 2.7.0 is supported by the app (^2.4.0)
2019-06-25T09:44:47.595Z DEBUG nRFConnect path: C:\Users\awright\AppData\Local\Programs\nrfconnect\resources\app.asar
2019-06-25T09:44:47.595Z DEBUG HomeDir: C:\Users\awright
2019-06-25T09:44:47.595Z DEBUG TmpDir: C:\Users\awright\AppData\Local\Temp
2019-06-25T09:44:47.596Z ERROR Error while probing devices: Error occured when get serial numbers. Errorcode: CouldNotFindJprogDLL (0x2)
The PPK utility fails to validate if there is suitable firmware on my board, then goes on to pretend to read the current but shows no readings.
Path has been added to windows path so I can call the executable from anywhere
c:\>nrfjprog -v
nrfjprog version: 10.1.1
JLinkARM.dll version: 6.46d
Using nRFConnect 2.7.0
and
pc-nrfconnect-ppk v2.1.0
Is there a registry setting that needs modifying to let PPK know where to find the DLL, or is there an incompatibility with certain versions of the Nordic Tools or the J Link tools?
Many Thanks
Andy