Hi,
I am flashing Blinky led hex file on the flash at 0x5E000 location.
And again if i try to flash the different Blinky hex file at the same location. it wasn't working.
And when i tried to read the data through nrfjprog --memrd then it shows the previous hex file data at 0x5E000 location.
Can anyone let me know that why this type of behavior is there.
Command used for flashing the hex file:-
nrfjprog --reset --program blinky_pca10056.hex --family NRF52
Note:- If i do eraseall and then flash 2nd hex file then no issue in that.
Regards