NCS v2.7.0
nRF52840 dongle
I want to program the nRF52840 dongle with external J-Link, and I can connect to nRF52840 dongle with SWD now.
Using "nRF52840 Dongle nRF52840" configuration to generate the .hex file, the address start from 0x1000.
How to change the .hex file start from address 0x0000 without using bootloader(MBR)?
I read the following thread but can't find the zephyr.dts file has the same address in NCS v2.7.0 to modify.
RE: nRF connect vscode samples for 52840-dongle PCA10059
boot_partition: partition@1000 { label = "mcuboot"; reg = < 0x1000 0xf000 >; };