This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use minimum RAM

Hello

I need more flash and ram so I change the sdk to 13.1, but when I enabled the softdevice the log advice me use more ram.

How can I use little ram as s132_nrf52_4.0.2_release-notes.pdf say? Thanks

  • Hi, 

    If you've added quite a few services or concurrent connections to your application, which all will use some RAM in the SoftDevice. You can take a look at this case, where a few ways to reduce the SoftDevices RAM usage has been suggested.

    You also could turn off the features in the sdk_config.h if they are not used in the project. 

    Regards,
    Amanda

Related