Fixed

nRF Util

tags
nRF Util
  • Fixed an issue with the wrong backend library being selected when using older development kits (nRF52, nRF53, nRF91) as external debuggers for nRF54H and nRF54L chips.

During device enumeration, the serial number of the device is used to annotate development kits with the expected device family. This device family was also used for selecting the backend library for device operations, but this is not correct if the kit is used as an external debugger for a different chip. Full device family detection is now always done regardless of the annotation from the enumeration. * Several potential errors during device enumeration are now returned as proper errors instead of crashing the entire application with a panic.

Adding RESET_VIA_SECDOM and RESET_DEFAULT solves the known issues mentioned in the changelog entry for nrfutil-device v2.5.3 (2024-09-11).