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

Test DFU with Buttonless DFU

I merge all hex file of Bootloader, Bootloader Settings, SoftDevice and Application with Buttonless DFU code included into one hex file. After that, i recover the device. Every thing is good but  when i power-cycle the BMD-350-EVAL, LED1 doesn't blink at all. I don't know why?? 

I hope a feedback soon

Regards,

Parents Reply
  • Hello Vidar,

    I change NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED option in sdk_config.h to "0" and recompile the app but when i start debugging step by step, it gave me an warning "Insufficient RAM start location for the softdevice" and error "sd_ble_enable() returned NRF_ERROR_NO_MEM".

    However, in the tutoriel i change the RAM_START by increasing it 0x10  and the RAM_SIZE decreasing it by 0x10 with new value as following :
    RAM_START=0x20002a88
    RAM_SIZE=0x3d558

    can you give me a solution for this issue??

    Regards,

    Aymen

Children
Related