<?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>nRF5 SDK 12.3.0 Eddystone on nRF51822 beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22332/nrf5-sdk-12-3-0-eddystone-on-nrf51822-beacon</link><description>Hi, 
 I&amp;#39;ve seen that SDK 12.3.0 contains a new version of the application sample using the Eddystone protocol for BLE. I would like to know if this version is compatible with nRF51 chips as it was said in GitHub : 
 
 Experimental support for nRF51</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Sep 2017 03:28:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22332/nrf5-sdk-12-3-0-eddystone-on-nrf51822-beacon" /><item><title>RE: nRF5 SDK 12.3.0 Eddystone on nRF51822 beacon</title><link>https://devzone.nordicsemi.com/thread/87803?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2017 03:28:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f7f0550-015d-4bdd-8267-f0693761e604</guid><dc:creator>Abra&amp;#227;o</dc:creator><description>&lt;p&gt;Hi secondbest.&lt;/p&gt;
&lt;p&gt;We end up by porting the code to uses Softdevice S110 and removed the Eddystone frames implementation we didn&amp;#39;t use, reducing the application size.&lt;/p&gt;
&lt;p&gt;Thank you all.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK 12.3.0 Eddystone on nRF51822 beacon</title><link>https://devzone.nordicsemi.com/thread/87797?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2017 14:47:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a99b76e5-5973-4182-b3f2-24de1e3d513a</guid><dc:creator>secondbest</dc:creator><description>&lt;p&gt;Try with this settings. IRAM start: 0x20001FE8 size: 0x2018. It is work in nrf51822_qfaa.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK 12.3.0 Eddystone on nRF51822 beacon</title><link>https://devzone.nordicsemi.com/thread/87802?ContentTypeID=1</link><pubDate>Mon, 29 May 2017 07:38:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb721203-35e9-489f-9218-1c790dce0801</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;When you use nrfjprog to program the chip (&amp;quot;make flash&amp;quot; uses nrfjprog) make sure you use --sectorerase as the parameter, so that nrfjprog will erase the sector before it writes. Like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --program yourprogram.hex --sectorerase
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Total Flash/ROM size required is Code + RO + RW , so in your case you need 35408 bytes. You can try to apply optimization and reduce other feature of the application to reduce flash size.&lt;/p&gt;
&lt;p&gt;But my suggestion is to move down to SDK v10 and use S110 which only requries 96kB and the Eddy stone example there only requires 8kB of flash.&lt;/p&gt;
&lt;p&gt;[Update] I just checked and seems that in SDK v12.0 the Eddy stone example S130 also require 8kB flash, I would suggest you to use that SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK 12.3.0 Eddystone on nRF51822 beacon</title><link>https://devzone.nordicsemi.com/thread/87801?ContentTypeID=1</link><pubDate>Fri, 26 May 2017 18:21:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cabb266f-6c5c-42e8-afa0-f8308fcb7e59</guid><dc:creator>Abra&amp;#227;o</dc:creator><description>&lt;p&gt;Thanks again, Bui.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve changed the configs to match the initial project configuration:&lt;/p&gt;
&lt;p&gt;IROM: START= 0x1B000, SIZE = 0x20000
IRAM: START = 0x20003440, SIZE = 0x4BC0&lt;/p&gt;
&lt;p&gt;Now when I try to program the application the error says &amp;quot;The flash is not erased.&amp;quot;&lt;/p&gt;
&lt;p&gt;The Keil build outputs the following:&lt;/p&gt;
&lt;p&gt;Program Size: Code=32844 RO-data=2152 RW-data=412 ZI-data=5996&lt;/p&gt;
&lt;p&gt;That means that I need 32kB of flash free for the application? If true, what can I do to reduce the &amp;quot;Program Size&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK 12.3.0 Eddystone on nRF51822 beacon</title><link>https://devzone.nordicsemi.com/thread/87798?ContentTypeID=1</link><pubDate>Fri, 26 May 2017 14:08:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7eb007a-20c4-41b5-8c44-510150647b29</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;On Keil , you need to reconfigure the memory setting after you select the new chip configuration. Please follow the original configuration of the project. And update the size to match with your flash size.&lt;/p&gt;
&lt;p&gt;Note that the nRF51822 only has 128kB of flash, the softdevice S130 already occupies 108 kB leaving 20 kB for the application. Could you check how big your application is ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK 12.3.0 Eddystone on nRF51822 beacon</title><link>https://devzone.nordicsemi.com/thread/87800?ContentTypeID=1</link><pubDate>Fri, 26 May 2017 12:35:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc32c81b-5aeb-41aa-84d4-f64f984c945f</guid><dc:creator>Abra&amp;#227;o</dc:creator><description>&lt;p&gt;Thanks for your reply, Bui.&lt;/p&gt;
&lt;p&gt;Yes, I did the flash with S130 (s130_nrf51_2.0.1_softdevice.hex) before trying to program with the Eddystone example.&lt;/p&gt;
&lt;p&gt;On GCC I&amp;#39;ve used the &amp;quot;make flash_softdevice&amp;quot; instruction:&lt;/p&gt;
&lt;p&gt;On nRFgo Studio I&amp;#39;ve used the Program SoftDevice tab.&lt;/p&gt;
&lt;p&gt;These are the configs of IROM and IRAM:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GCC (ble_app_eddystone_gcc_nrf51.ld)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;MEMORY
{
FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000
RAM (rwx) :  ORIGIN = 0x20003440, LENGTH = 0x4bc0
}&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Keil&lt;/strong&gt; (default values when you select nRF51822_xxAB device on Keil)&lt;/p&gt;
&lt;p&gt;IROM: START= 0x0, SIZE = 0x20000
IRAM: START = 0x20000000, SIZE = 0x4000&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK 12.3.0 Eddystone on nRF51822 beacon</title><link>https://devzone.nordicsemi.com/thread/87799?ContentTypeID=1</link><pubDate>Fri, 26 May 2017 10:46:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf67eb11-3783-4a7e-bb22-030146c76bf4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you flashed the beacon with S130 v2.0  ?&lt;/p&gt;
&lt;p&gt;Could you post how did you configure the IROM and IRAM of the project ? Make sure IROM1 starts at 0x1B000&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>