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

App does not start from bootloader when it is programmed via jlink

Hi All,

Please, I would like to know why when using bootloader on nRF51822, the app does not start when it is being flashed with a debugger (I'm using the J-Link), however when programmed with MCP (Master Control Pannel) using DFU service every thing is alright and the app starts correctly?

The application is placed at 0x1C000 and it is exactly where the boot-loader expects it to be:

image description

However when checking bootloader_settings->bank_0 flag, no valid application seems to be present:

image description

Please note that the app is already flashed via J-Link:image description

Would you please confirm that when using DFU bootloader we can no longer flash the application using a debugger? and is there any alternative to handle that?

Kind Regards, Ayman.

manu_setting.PNG

bank_0.PNG

Related