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

How to configurate SoftDevice RAM usage?

I am working on nRF51422 with SDK 12.3.0, S130 v2.0.1, Keil C.

I got a problem in initialization my custom service. When I add some characteristic to SoftDevice, it returns NRF_ERROR_NO_MEM. I have some RAM space in application region for SoftDevice, how to configure RAM for SoftDevice?

Related