I am trying to flash blinky program to nRF52840 Dongle using nRF52840 DK thorugh SWD pins.
I successfully implemented that using Segger Embedded Studio by following the steps given in the below link:
nRF52840 Dongle programming using nRF52840 DK
Now, I have created a custom program to interface a external sensor in nRF52840 DK.It works perfectly in DK. When I try to flash that same program for
nRF52840 Dongle using VS Code, it won't give any output.
After flashing that program to nRF52840 Dongle, I read the memory using nRF Programmer. It shows:

My Question:
1) What are the steps to flash programs using nRF52840 DK to nRF52840 Dongle using VS Code?