<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Estimate s132 memory usage</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16095/estimate-s132-memory-usage</link><description>I am trying to estimate the memory usage of the s132 v3.0.0 running on a nRF52832. I am interested on acting only as a peripheral with one link at a time only. From app_ram_base.h , I get that: 
 #define APP_RAM_BASE_CENTRAL_LINKS_0_PERIPH_LINKS_1_SEC_COUNT_0_MID_BW</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Sep 2016 09:10:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16095/estimate-s132-memory-usage" /><item><title>RE: Estimate s132 memory usage</title><link>https://devzone.nordicsemi.com/thread/61372?ContentTypeID=1</link><pubDate>Thu, 01 Sep 2016 09:10:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a38da0c3-8307-412a-882a-6efdf90795d9</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Genis,&lt;/p&gt;
&lt;p&gt;App RAM base 0x20001fe8 (8168 bytes) are already included SOFTDEVICE_GATTS_ATTR_TAB_SIZE = BLE_GATTS_ATTR_TAB_SIZE_DEFAULT = 0x580 bytes. This is the input param when you call softdevice_enable()&lt;/p&gt;
&lt;p&gt;It should fit quite a lot of your service and characterstics. But if you receive NRF_ERROR_NO_MEM when declaring new characteristic or service, you can think of increasing the value of the SOFTDEVICE_GATTS_ATTR_TAB_SIZE when you assign it to p_ble_enable_params-&amp;gt;gatts_enable_params.attr_tab_size  before calling softdevice_enable().&lt;/p&gt;
&lt;p&gt;This will require more RAM for the softdevice and you need to modify the start RAM1 in Keil project setting accordingly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>