Hi,
I merged DFU code with Nordic Proximity BLE code. As i did it using this link
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
Hi,
I merged DFU code with Nordic Proximity BLE code. As i did it using this link
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
The code started working when i commented peer_manager_init(); in main
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.