- nRF52 Series: Fixed issues in the recover operation that were introduced in v2.12.0. Using
nrfutil device batch-executeto recover a protected device and then running another operation in the same batch would error out with write errors in the SELECT register of the debug port. - nRF54L10: Fixed the size of the internal RRAM. This was incorrectly specified, which led to an error when trying to read the complete RRAM.
- Fixed page range calculation issues with the
nrfutil device program --options chip_erase_mode=ERASE_RANGES_TOUCHED_BY_FIRMWARE (...)erase option. The same page range would be erased multiple times. It is now erased only once.