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

Problem in loading the application after dfu

Hii all

I am trying to port the experimental/bootloader_signing project to gcc I made changes in the project accordingly, so now its working. I can able to flash application from the phone but after that its again start in boot mode. After debugging I come to notice that this if condition fails if (p_bootloader_settings->bank_0 == BANK_VALID_APP) in bootloader.c but I observed bootloader settings are updating while doing dfu. I'm surprising because same code working well in if compiled with keil. Can any one please help me in this regards I'm using nrf51 DK board and SDK9.0.0 and this is the linker script that I'm using dfu_gcc_nrf51.ld

Related