Steps:
cd nrf/samples/bootloader west build --board=nrf52840dk_nrf52840 west flash --erase
UART output:
*** Booting Zephyr OS build v2.4.0-ncs2 ***
E: ***** BUS FAULT *****
E: Precise data bus error
E: BFAR Address: 0xffffffff
E: r0/a1: 0xffffffff r1/a2: 0x2000142b r2/a3: 0x0000000c
E: r3/a4: 0x00007000 r12/ip: 0xffffffff r14/lr: 0x00000671
E: xpsr: 0x21000000
E: Faulting instruction address (r15/pc): 0x000050b4
E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
E: Current thread: 0x00000000 (unknown)
E: Resetting system
I'm guessing this is not supposed to happen?