Hi All,
To enable infinite advertisement in ble_app_buttonless_dfu example, I di following change
#define APP_ADV_DURATION 0 //18000
But after this change, the device stopped advertising and every time stuck at NRF_BREAKPOINT_COND.
after analyzing and putting a breakpoint in app_error_handler_bare function, I am getting error code 4 and that is NRF_ERROR_NO_MEM.
So how can i resolve this error?
Regards,
Pradeep