Changed

nRF Util

tags
nRF Util
  • When doing a pin reset, the command now ignores connection and identification errors, and toggles the reset pin regardless. With this solution, there are now more use cases for the pin reset.
  • The command now accepts SWD frequencies of up to 50 MHz, which is the maximum supported by J-Link debuggers. The maximum frequency possible depends on the debugger, and might be lower.
  • The isEraseProtected field in the JSON output of nrfutil device protection-get now contains null if checking the status is not implemented or not possible, or if the device does not support ERASEPROTECT. Returning false in these cases was misleading.
  • The command output now shows the error message from J-Link when J-Link fails to open the connection to the device.