Hi,
I've lost hours to this so grateful for your support!
I have a custom board using Raytac MDBT42Q, which has a 32MHz clock in the module and I'm not using an external xtal or DCDC.
When I use the thingy52_nrf52832 as a base board profile, I can program the board and it works fine. However, I can't get this board to compile with mcuboot when CONFIG_BOOTLOADER_MCUBOOT=y
So, I tried the nrf52dk_nrf52832 as a base board profile. This compiles to a working mcuboot image - but when I disconnect the J-Link, the chip doesn't start up. On power cycling, the chip doesn't start up. I've stripped the code to the bare minimum and just set it to turn on an LED, and it doesn't get this far. Seems to be stuck at a hardware startup point.
I've chased down various deadends with UART settings and no luck. Anyone seen something similar?