We need to issue a command to an nrf52840 device :
nrfjprog --program file.hex --chiperase --verify.
everithing is working with [nrf-command-line-tools-10.24.2-x64.exe] package but, in production for various reasons we need to run the utility on a win7 32 system (Version 6.1 - Build 7601: SP1) so we tried to install version the last available version for 32 bit systems [nrf-command-line-tools-10.19.0-x86.exe] but with this we get an error stating that nrfjprog DLL load failed ; it seems the package cannot load its own dll.
The result is the same if we simply issue the simple command nrfjprog --help.
We also tried previous version [nrf-command-line-tools-10.18.1-x86.exe] with the same result.
Can you please provide some hint ?
Thanks.
Best Regards.