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

DFU bootloader

FormerMember
FormerMember

HELLO everyone, i know we can download application by dfu, can we download bootloader and softdevice by dfu??

if you know, please tell me, thank you

Parents Reply
  • Hi Yangying,

    0x3340 comes from the requirement of the softdevice based on the configuration of number of central link, peripheral link, of bandwidth. The configuration is done with softdevice_enable_get_default_config() inside ble_stack_init().

    If you have a look at softdevice_enable() you can see how we get that 0x3440, by print out the return value app_ram_base from sd_ble_enable() call.

Children
No Data
Related