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

nRF52832 NRF_ERROR_NO_MEM on long write characteristic add

Hi,

I'm trying to deal with long write events (37 bytes long) but on adding a second long write characteristic I'm facing the NRF_ERROR_NO_MEM error on adding it.

The second characteristic is a copy, with different UUID, from the characteristic that is working.

I tried to change the NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE and RAM memory allocation without any success.

Is there any other value that I need to change to increase RAM memory on SoftDevice?

Thanks in advanced!!

Regards,

Pedro

Parents Reply Children
Related