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
  • Hi Vidar,

    I changed NRF_SDH_BLE_VS_UUID_COUNT to 2 and RAM_START=0x20002a88

    RAM_SIZE=0xd558 and it give me those warnings and errors:

    <warning> nrf_sdh_ble: Insufficient RAM allocated for the SoftDevice.
    <warning> nrf_sdh_ble: Change the RAM start location from 0x20002A88 to 0x20002AA8.
    <warning> nrf_sdh_ble: Maximum RAM size for application is 0xD558.
    <error> nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.
    <error> app: ERROR 4 [NRF_ERROR_NO_MEM] at C:\rigado\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\main.c:532
    PC at: 0x0002EE03
    <error> app: End of error report

    Regards,

    Aymen

Children
Related