<?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>Footprint of S110 V8.0.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6817/footprint-of-s110-v8-0-0</link><description>Hi, 
 I would like to know what is the footprint of softdevice S110 v8.0.0.
When i compile the Glucose code example from Nordic it shows a Program Memory utilised as around 27kB and data memory as 6kB.
But somewhere i read that the softdevice has a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 May 2015 12:13:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6817/footprint-of-s110-v8-0-0" /><item><title>RE: Footprint of S110 V8.0.0</title><link>https://devzone.nordicsemi.com/thread/24010?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 12:13:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5535d8cb-5bc2-4ad4-b687-04853ecf5602</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;This tutorial might also be of interest: &lt;a href="https://devzone.nordicsemi.com/tutorials/2/setting-up-an-example-project-on-the-nrf51-dk/"&gt;Setting up an example project on the nRF51 DK.&lt;/a&gt;. The tutorial uses the UART over BLE service, but it shouldn&amp;#39;t be a problem to use the glucose example instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Footprint of S110 V8.0.0</title><link>https://devzone.nordicsemi.com/thread/24012?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 05:19:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75ad85fe-4bfb-4bd1-9b6a-68f651268c43</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;This is documented in the &amp;#39;Getting Started&amp;#39; section of the SDK documentation which tells you how to use Keil and nrfStudio to program the device and program a softdevice. Also each of the examples has its own documentation telling you what it does, how to build it, and instructions on running it.&lt;/p&gt;
&lt;p&gt;I believe the getting started guides for the various products also have information on loading up the first project.&lt;/p&gt;
&lt;p&gt;Please try reading those and post questions about things you don&amp;#39;t understand.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Footprint of S110 V8.0.0</title><link>https://devzone.nordicsemi.com/thread/24011?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 05:08:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94a96af3-053e-4731-a436-4796b35b15cf</guid><dc:creator>SumitS</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you please guide me through a step by step process as to how to program the soft device and BLE_GLS app on the nrf51822 chip&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Footprint of S110 V8.0.0</title><link>https://devzone.nordicsemi.com/thread/24009?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 04:52:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:adc21714-fe79-44fc-a952-22005196a2f5</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;The softdevice and the app are two completely separate things. You don&amp;#39;t link the softdevice into your app, you put the softdevice &lt;em&gt;and&lt;/em&gt; your app on the device at the same time, softdevice at 0x00000000 and the app after the end of the softdevice.&lt;/p&gt;
&lt;p&gt;So when you build your app it uses the softdevice but doesn&amp;#39;t embed the softdevice and your app just shows the amount of flash/ram it itself uses.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Footprint of S110 V8.0.0</title><link>https://devzone.nordicsemi.com/thread/24008?ContentTypeID=1</link><pubDate>Mon, 04 May 2015 04:24:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13059738-0d63-412d-a4ee-a9d67f37746a</guid><dc:creator>SumitS</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As per your above reply SoftDevice S110 requires about 92kB. But when i compile Glucose example from the SDK provided by Nordic it shows only 28-30kB of program memory. So does the example use S110 stack or not. If yes how it is showing code memory of about 25-30kB instead of more than 92kB.&lt;/p&gt;
&lt;p&gt;Also can i use the examples from Nordic to test the BLE Glucose application to test the glucose functionality. Do i need to make any changes to it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Footprint of S110 V8.0.0</title><link>https://devzone.nordicsemi.com/thread/24007?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2015 11:53:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69662c45-098d-407f-9600-c6c260a1a77c</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have a look at Chapter 11.2, &amp;quot;Memory resource map and usage&amp;quot; in the &lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/20338/15/67191955"&gt;S110 SoftDevice Specification v2.0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You will see that the S110 SoftDevice v8 is 92kB and the Master Boot Record is 4kB, hence the application code base lies at 96kB (0x18000).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>