Hello, After doing several things on my Ubuntu 24 host (I don't what might cause problem):
-> Updating java OpenJDK to 17
-> running apt update & upgrade
-> modifying my script for restarting/flashing/ nRF52840 device: I was trying to face -105 JLINKARM_DLL_TIME_OUT_ERRORI added
NRFJPROG_connect_to_device_inst() and NRFJPROG_halt_inst() as was presented here: https://docs.nordicsemi.com/bundle/ug_nrf_cltools/page/UG/cltools/nrf_nrfjprogdll_calling_sequence.html)
I can't connect to nrf's 840 v3:
$ nrfjprog -v
nrfjprog version: 10.24.2 external
JLinkARM.dll version: 7.94e
$ nrfjprog -i
1050253557
1050205707
682357877
682924054
$ nrfjprog -s 682357877 --recover
Recovering device. This operation might take 30s.
Erasing user code and UICR flash areas.
$ nrfjprog -s 1050253557 --recover
[error] [ Client] - Encountered error -105: Command connect_to_emu_with_snr executed for 787 milliseconds with result -105
ERROR: Unable to connect to a debugger.
[error] [ Worker] - JLinkARM.dll Open returned error 'Cannot connect to J-Link.'
ERROR: The JLinkARM DLL timed out while communicating to the J-Link probe.
ERROR: If the error condition persists, run the same command again with
ERROR: argument -- log, contact Nordic Semiconductor and provide the generated
ERROR: log.log file to them.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.
Everything worked earlier. Can you help me?