I am using a NRF52840 DK with a SoftDevice S140 6.1.1. I have also flashed the secure ble bootloader on the device.
I have been using the nrfprog command line tools within a shell script successfully for quite a while. The script helps automate writing data to the QSPI flash on the DK among other things. However, just a few days ago I updated my CLI tools and the JLinkArm DLL to the following
nrfjprog version: 10.10.0
JLinkARM.dll version: 6.86a
Now my script has stopped working -- specifically the commands that interact with the QSPI. So for example,
nrfjprog -f nrf52 --qspicustominit --erasepage 0x12030000
nrfjprog -f nrf52 --snr --eraseuicr
1) Why did updating cause this new issue? Is there a new functionality in the CLI tools that could explain this behavior?