Flash Error : Memory access not aligned

I'm stuck on flashing demo app (https_client) to nRF9160-DK.

I got an error during flashing:

-- west flash: using runner nrfjprog
-- runners.nrfjprog: Flashing file: C:\DEV\test-nordictle\https_client\build\zephyr\merged.hex
ERROR: Argument provided has a wrong value. Memory access not aligned, value outside of range or similar.
FATAL ERROR: command exited with status 54: nrfjprog --program 'C:\DEV\test-nordictle\https_client\build\zephyr\merged.hex' --sectorerase --verify -f NRF91 --snr 960050862

Build is OK,

I use the 2.2.0 SDK (tested also with the 2.1.2) with VS Code on windows.

Any advise to solve the problem ?

Related