- Updated the tested SEGGER J-Link DLL version to v9.18.
- nRF54H Series: When connecting to the radio core, the CPUCONF service request to enable the radio core is now sent unconditionally without checking the current status of the CPUCONF peripheral.
- nRF54H Series: The application CPU is now halted before sending the CPUCONF service request to enable the radio core. Not halting it caused issues in some situations.
- nRF53 and nRF91 Series: Improved the error message when ERASEPROTECT is enabled and
nrfutil device recoverfails to disable it. CTRL-AP.ERASEPROTECT.DISABLE is RW1. One round of the erase protect disable sequence requires a hard reset for the next try, but doing a pin reset unconditionally at that point might make the device unrecoverable. - nRF53 and nRF91 Series: Removed the retry loop from the ERASEPROTECT disabling sequence when it is triggered through
nrfutil device recover.