"--verify" does no longer work when chip changed from QIAAD0 to QIAAF0

Our production line has stopped working since our PCB supplier has changed our MCU (N52840) from QIAAD0 to QIAADF0.

We have tracked down the issue to a "--verify" flag used when flashing the device.

In production the device is flashed with a softdevice and a bootloader.

Our production scripts are called from function in python but in sequence (in order) they look like this:

nrfjprog -f nrf52 --recover
nrfjprog -f nrf52 --program minimal_bootloader.hex --verify
nrfjprog -f nrf52 --program "+NRF_SDK+"/components/softdevice/s140/hex/s140_nrf52_7.2.0_softdevice.hex --verify --reset

We can flash the device without "--verify" and it seems to work fine.

However, we would like to know what the changes are, since the errata does not indicate anything.

And we want to make sure to avoid running in to any complications down the line.

Error occurs on -> "nrfjprog -f nrf52 --program "+NRF_SDK+"/components/softdevice/s140/hex/s140_nrf52_7.2.0_softdevice.hex --verify --reset"

Error message:

"Encountered error -160: Command verify_file executed for 110 milliseconds with result -160

Failed while performing 'Verify' operation on target address 0x00000000.

-160: Data does not match in address range [0x00000000 - 0x00000AFF] (Flash)

Expected byte value 0x04 but read 0x00 at address 0x00000001.

ERROR: Write verify failed."

Parents Reply Children
No Data
Related