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

NRF_ERROR_NO_MEM on sd_ble_gatts_characteristic_add

I occasionally get an NRF_ERROR_NO_MEM error when trying to add a custom characteristic. I'm only using 3860 bytes of ZI data, stack = 2048, heap = 2048 so it seems like I have lots of RAM available. What can be causing this error to happen only occasionally. Note that I add the characteristics on init, so the conditions are the same everytime (right after reset).

S110 SDK7.2

Related