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

Application does not start after DFU update

Hi, I've combined the secure serial and ble bootloader and using it for my custom board. I tried flashing my application hex over serial using nrfutil. I get a device programmed 100% message but my application is not starting. Is there a issue with my iram and irom settings? Following are my target settings for application and bootloader:

Application settings

IROM1

Start: 0x23000

Size: 0x5D000

IRAM1

Start: 0x20002A68

Size: 0x10000

Bootloader Settings

IROM1 Start:0x73000

Size: 0xB000

IRAM1 Start: 0x20002C00

Size:0xDE80

I'm using softdevice v5.0.0 and sdk14.0.0 for my application and bootloader.

Parents Reply
  • Hi, I tested the same bootloader with blinky example on the nrf52 DK it is working as expected. I also tested the bootloader with a simple application as suggested with just led display on my custom board. I face the same issue, Application does not start automatically, I need to connect my debbuger for it to start. Should I change the boot0 pin configuration after update?

Children
Related