This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Make MCUboot run without enabling serial

Im trying to recreate the example from:

https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design/posts/measuring-psm-idle-current-on-the-nrf91-dk

But also having MCUboot appplication compiled in.

But is I disable the serial port on SPM and my application project then board seems to go into a loop on only running MCUboot, and MCUboot still uses the serial port. Anyone have any insight into how to recreate the same results in the above blog post but still compliling application + spm + mcuboot?

Related