Hi , I have the following script:
Code
cat ./myupload.jlink
device ATSAMD21G18A
si SWD
speed 4000
connect
exec SetCompareMode = 0
loadbin .pio/build/mkrwifi1010/firmware.bin, 0x2000
r
q
which I run like so:
JLinkExe -NoGui 1 -CommandFile ./myupload.jlink
As you can see, I disabled the compare step, and I would like now to disable also the erase step ( to speed up the operation).
How can this be done ?
Kind regards
Peter