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

sd_ble_uuid_vs_add() function returns NRF_ERROR_NO_MEM

Hello All,

I am following this tutorial.

https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial

I have modified  "nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_template"  as per above tutorial.

While running application, sd_ble_uuid_vs_add() function in our_service_init() returns NRF_ERROR_NO_MEM error.

While surfing on this issue, some post suggested it is RAM related issue. 

So does any one suggest

1. What are the correct RAM parameter I have to pass when using  nRF52840 DK?

2. How to set RAM parameter using Segger (SES) IDE?

Note:

Hardware: nRF52840 DK (PCA100056)

SoftDevice: s140

IDE: SEGGER Embedded Studio for ARM Release 3.34b

Related