- nRF52 Series: Fixed issues with
nrfutil device recoverintroduced in v2.7.16. The recover operation has a workaround for a known issue where a retry of CTRL-AP.ERASEALL sometimes is necessary, but the first attempt at running CTRL-AP.ERASEALL would wait longer than the worker executable timeout. This errored out the entire recover operation and made the next operations error out with J-Link DLL errors. The timeout on CTRL-AP.ERASEALL has been reduced so that it waits for a reasonable amount of time before applying the retry logic. - Fixed issues on Windows with missing product ID string in
nrfutil device list --json.