I use usb with secure bootloader to flash 52833/840/832 boards. Is there a way to use the nrfjprog --memwr/rd over the usb after a DFU on USB upgrade to new app?
Steps w/o DFU are as follows
nrfjprog --recover
make flash_softdevice
make clean
make -j12 flash (app)
nrfjprog --memwr 0x7fd00 --val 0x10012048
nrfjprog --memwr 0x7fd00 --val 0
nrfjprog --memrd 0x7fd00 --n 8
This works fine
But after the bootloader is loaded with SWD
Then the softdevice is flashed
then plug the usb in and find the port
then the nrfutil zip file --p COMXX --b 115200
At this point the app is working
Can I use nrfjprog over USB to write the addresses or is there another way that you can share with me to get this accomplished?
Thanks