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

How to adjust the RAM size in central and peripheral example

Hii all,

I'm working on a project that device will have both central and peripheral capabilities so we are using s130. I tested my application with 2 central links and 1 peripheral links so its working fine. Now I'm trying to increase the central link count when I directly do that the board is not advertising. Then i come to notice

#define CENTRAL_LINK_COUNT   4     /*< Number of central links used by the application. When changing this number remember to adjust the RAM settings*/

By reading the comment I come to notice I need to change the ram settings My concern is like how can I calculate exact value of RAM ORIGIN by using LINK_COUNT Can any one please help me in this regards (calculating the RAM start address)

Thanks in advance

Related