Added

nRF Util

tags
nRF Util
  • Added a new reset type RESET_VIA_SECDOM to nrfutil device reset --reset-kind (...). This sends an ADAC request to the Secure Domain firmware (SecDom FW) to do a reset. This is supported only for devices with the SecDom FW, such as nRF54H20.
  • Added a new reset type RESET_DEFAULT to nrfutil device reset --reset-kind (...). This selects a default reset type. The current default reset type is RESET_SYSTEM for most device series and RESET_HARD for nRF54H.
  • Added go and halt commands for, respectively, starting and halting execution on CPUs.