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

BLE Proximity DFU code not advertising

Hi,

I merged DFU code with Nordic Proximity BLE code. As i did it using this link

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fservice_dfu.html

after doing that my code is being compiled with no errors but as i debug it , it goes in error state. Can you help to solve this issue

Parents
  • Hi Usman, 

    Please try to debug and find what cause the assert. The debug guide can be found here.
    Could be that you would need to increase the number of Vendor UUID NRF_SDH_BLE_VS_UUID_COUNT since the DFU buttonless service is Vendor specific. 

    You also need to modify the RAM configuration if the softdevice complains that it's not enough ram for the softdevice. 

Reply
  • Hi Usman, 

    Please try to debug and find what cause the assert. The debug guide can be found here.
    Could be that you would need to increase the number of Vendor UUID NRF_SDH_BLE_VS_UUID_COUNT since the DFU buttonless service is Vendor specific. 

    You also need to modify the RAM configuration if the softdevice complains that it's not enough ram for the softdevice. 

Children
No Data