<?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>nrf51822 S110 RAM is 8K?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11966/nrf51822-s110-ram-is-8k</link><description>nrf51822-QFAA has 16KB SRAM，when run with SoftDevice S110 v9.0.0,
the memory areas is below: 
 
 why the size is 0x2000(8K)?
when change size to 0x4000(16K), the app can not run!
why this happened? where is another 8K RAM??</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Feb 2016 05:37:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11966/nrf51822-s110-ram-is-8k" /><item><title>RE: nrf51822 S110 RAM is 8K?</title><link>https://devzone.nordicsemi.com/thread/45317?ContentTypeID=1</link><pubDate>Thu, 18 Feb 2016 05:37:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b42f012a-f39e-433e-b82c-52b5fce0ec3d</guid><dc:creator>Adrian Eggenberger</dc:creator><description>&lt;p&gt;The nRF51 QFAA has 16k of RAM, but the RAM must be shared between the Softdevice and your application. The S110 in your example needs 8k RAM. This is the reason your RAM section starts at 0x20002000. The area between 0x20000000 and 0x20002000 is used by your softdevice.&lt;/p&gt;
&lt;p&gt;How much RAM a particular softdevice needs can be found in the release notes of the softdevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>