<?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>Code size on nRF52810 with ble_app_template example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48552/code-size-on-nrf52810-with-ble_app_template-example</link><description>Hi all, 
 
 I&amp;#39;m starting developping code with SES, on an nRF52810 (192kB of Flash), with the BLE stack S112. 
 Because my project include BLE and custom UUID, I started with the code example ble_app_template, but this code, compiled, take 147kB of Flash</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jun 2019 13:20:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48552/code-size-on-nrf52810-with-ble_app_template-example" /><item><title>RE: Code size on nRF52810 with ble_app_template example</title><link>https://devzone.nordicsemi.com/thread/194398?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2019 13:20:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02402b38-8364-4cf8-8f9e-ed1f01c9401d</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;The &lt;strong&gt;Advertising Module&lt;/strong&gt; is not used in the&amp;nbsp;&lt;span&gt;ble_app_blinky example:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/47391/sdk-15-3-0-restart-non-connectable-advertising-after-timeout/188008#188008"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/47391/sdk-15-3-0-restart-non-connectable-advertising-after-timeout/188008#188008&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Probably also the &lt;strong&gt;Peer Manager&lt;/strong&gt;, which also brings in &lt;strong&gt;FDS&lt;/strong&gt; - and that seems to be quite &amp;quot;un-light&amp;quot; ... ;)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Code size on nRF52810 with ble_app_template example</title><link>https://devzone.nordicsemi.com/thread/194348?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2019 12:10:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6b826ae-f421-4e9b-924f-b1f4bc5bee31</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;I would suggest that you open the two projects and check which ble modules is included in the template project that is not included in the blinky project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Code size on nRF52810 with ble_app_template example</title><link>https://devzone.nordicsemi.com/thread/193488?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2019 15:49:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a3d982a-fa13-4c03-b7e9-19784cfbc605</guid><dc:creator>Nicolas Cv</dc:creator><description>&lt;p&gt;Finally, I restart the firmware development from the project Ble_App_Blinky.&lt;/p&gt;
&lt;p&gt;This example is more &amp;quot;light&amp;quot; (43kB without optimization for size), and suitable for what I want to do. Moreover, in this example, the LBS service is an custom UUID, so I can change easily to mine.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I just regret the fact&amp;nbsp;there is not enough explaination or documentation on Ble_App_Template project, because I can not see what is the difference between this 2 projects on BLE management, and what is missing on Ble_App_Blinky example.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Code size on nRF52810 with ble_app_template example</title><link>https://devzone.nordicsemi.com/thread/192623?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 10:11:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d23387d0-73fd-4714-9b5f-f1eca315f3f8</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;I would strongly recommend that you do &lt;em&gt;&lt;strong&gt;not&lt;/strong&gt; &lt;/em&gt;start a design on the nRF52810.&lt;/p&gt;
&lt;p&gt;It is specifically a cut-down, low-memory part.&lt;/p&gt;
&lt;p&gt;Start with an nRF52832 - then, when your project is working, you can think about optimising it down to an nRF52810.&lt;/p&gt;
&lt;p&gt;As the old saying goes, &lt;em&gt;&amp;quot;Premature optimisation is a root of all kinds of evils&amp;quot;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Code size on nRF52810 with ble_app_template example</title><link>https://devzone.nordicsemi.com/thread/192621?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 10:05:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e88a32ff-1e89-4840-b6f2-c54bb41b7606</guid><dc:creator>Nicolas Cv</dc:creator><description>&lt;p&gt;Ok, but my problem still remain. I cant start a project with all my flash occupied.&lt;/p&gt;
&lt;p&gt;In this example, is there any documentation of what are the basics for a BLE connection, and a description of the extras, in order to know what I can delete to save some space.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Code size on nRF52810 with ble_app_template example</title><link>https://devzone.nordicsemi.com/thread/192618?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 09:48:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f006e40-7334-41f1-9f7e-68bc92684d8c</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;The Template is not &amp;quot;light&amp;quot;!&lt;/p&gt;
&lt;p&gt;It contains everything you need &lt;em&gt;plus some extras&lt;/em&gt; for a full BLE application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>