I am trying to build a project with Visual Studio Code that uses MCUBoot. I have created a new project based off of the "Hello World" sample, which runs on my nrf52840 without issue. But when I add CONFIG_BOOTLOADER_MCUBOOT=y to my prj.conf file, it builds okay but doesn't run. Upon launching the debugger, the call stack lists:
??@0x00001106 Unknown Source
??@0x000033b6 Unknown Source
and never branches to my application. What settings am I missing? And is it possible to debug into the MCUBoot code to see why it's going off the rails?