<?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>issue with nRF52811 and S140 softdevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79688/issue-with-nrf52811-and-s140-softdevice</link><description>Hi, 
 I have downloaded the nRF5 sdk v17.1 and used the peripheral blinky example with pca10056e and S112 soft device and modified the preprocessor defines and this example is working fine. Now my problem is that I want to use the le coded option to have</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Sep 2021 11:12:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79688/issue-with-nrf52811-and-s140-softdevice" /><item><title>RE: issue with nRF52811 and S140 softdevice</title><link>https://devzone.nordicsemi.com/thread/329799?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 11:12:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c792a9f0-0a2d-4285-aa1a-f2f056ad3ad7</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Good to know you fix the issue. The&amp;nbsp;minimum required memory of S140 is&amp;nbsp;5.6 kB (0x1678 bytes) that means the SD basically require. In other words, SD need more than that if the application run some features like increase&amp;nbsp;&lt;span&gt;NRF_SDH_BLE_VS_UUID_COUNT&amp;nbsp;or link count. In that situation, You will get this in the log:&lt;br /&gt;&amp;lt;warning&amp;gt; nrf_sdh_ble: Change the RAM start location from 0x20002A38 to 0x20002A48.&lt;br /&gt;&amp;lt;warning&amp;gt; nrf_sdh_ble: Maximum RAM size for application is 0x3D5B8.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Then, refer to the log to modify&amp;nbsp;&lt;span&gt;RAM_START and&amp;nbsp;RAM_SIZE.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: issue with nRF52811 and S140 softdevice</title><link>https://devzone.nordicsemi.com/thread/329746?ContentTypeID=1</link><pubDate>Thu, 16 Sep 2021 08:19:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56836439-beb0-4b7f-abc0-67e82db721d6</guid><dc:creator>Remi P.</dc:creator><description>&lt;p&gt;ok i have found the issue apparently the ram start is different depending on the target device i found in another thread that one has to set RAM_START=0x20002a38;RAM_SIZE=0x35c8 for the nrf52811 it seems the soft device use 0x800 more than what is configured in the project. The example is now working but I think you should advertise exactly which value to set as ram start in the release notes of S140 because you write it needs 1.75kb ram stack (0x700) and 5.6kb ram (0x1678) minimum but in fact needs 10.8 kb (0x2a38). I understand it depends on what is activated but still why a 0x2260 is enough when working on a nrf52840 and not on a nrf52811. &lt;br /&gt;What would be great is a tool to estimate ram usage of softdevice depending on features activated or deactivated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>