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

Infinite Advertisement in ble_app_buttonless_dfu example project?

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

Parents Reply
  • So did you try to define DEBUG in your preprocessor defines? What does the log say then? What SDK version do you use by the way? Is it one of the later SDKs where the log prints the source of the APP_ERROR_CHECK() when you have DEBUG in your preprocessor defines?

    NB: We are really short staffed due to Summer Holidays in Norway. You must expect some extra delay in technical questions these days, I am afraid. I am sorry for the inconvenience.

Children
Related