RTT Log with MCUBoot

Hi,

I have a problem with nRF52840 module.

In my config, when I disabled CONFIG_BOOTLOADER_MCUBOOT=n, Then my circuit runs normally and prints out the log via RTT J Link.

But when I enabled CONFIG_BOOTLOADER_MCUBOOT=y, Then my circuit does not run and does not print any log.

My program run with toggle the led pin0.20.

I'm using nRF Connect SDK v2.4.0

Parents Reply
  • Ah, I see. I focused on the RTT logging and did not notice that that was just a way you observed if the app was running, and that the difference was in adding MCUBoot.

    A few questions to understand more

    1. Did you program both MCUBoot and the signed application after having built the project with MCUBoot? (If so, the app should have started.)
    2. Did you do any other changes?
    3. Did you get any error or warnings when building or flashing?
    4. How did you flash?
    5. Have you done any debugging and what have you found out? What exactly does happen when you write "the chip doesn't run"? You could 
Children
Related