<?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>Working examples for nRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42823/working-examples-for-nrf51822</link><description>Hi guys, 
 first of all here is my setup: https://devzone.nordicsemi.com/f/nordic-q-a/42768/nrf51-52---sdk15---linux-gcc-st-link-v2 
 
 It seems like nearly none of the BLE examples of SDK12.3 work on my nRF51822 module. So far I only got the beacon example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Jan 2019 13:39:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42823/working-examples-for-nrf51822" /><item><title>RE: Working examples for nRF51822</title><link>https://devzone.nordicsemi.com/thread/167118?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 13:39:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0710676-66d2-41cb-a298-ee152a01140b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The RAM base is probably set to low for blinky example. The default linker config for the blinky example looks like this (for xxAC):&lt;/p&gt;
&lt;p&gt;MEMORY&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000&lt;br /&gt;&amp;nbsp; RAM (rwx) :&amp;nbsp; ORIGIN = 0x20001fe8, LENGTH = 0x6018&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;And it should be as simple as subtracting the RAM size by&amp;nbsp; 0x4000 to make it work on xxAA (some examples may require more than 16K of RAM):&lt;/p&gt;
&lt;p&gt;MEMORY&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000&lt;br /&gt;&amp;nbsp; RAM (rwx) :&amp;nbsp; ORIGIN = &lt;strong&gt;0x20001fe8&lt;/strong&gt;, LENGTH = &lt;strong&gt;0x2018&lt;/strong&gt;&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Working examples for nRF51822</title><link>https://devzone.nordicsemi.com/thread/166965?ContentTypeID=1</link><pubDate>Mon, 21 Jan 2019 18:33:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:763d56a6-2e7a-41d9-81cf-b160ef3c9fd2</guid><dc:creator>beginner</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;S130 v2.0 from&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.sds/dita/softdevices/s130/s130sds.html?cp=3_6_2_0"&gt;SDS v2.0&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;IRAM base - 0x20001870&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IRAM size(16 kB RAM) - 0x2790&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IRAM size(32 kB RAM) - 0x6790&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IROM base - 0x1B000&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IROM size(128 kB Flash) - 0x5000&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IROM size(256 kB Flash) - 0x25000&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I already used this as you can see in my post ;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Working examples for nRF51822</title><link>https://devzone.nordicsemi.com/thread/166964?ContentTypeID=1</link><pubDate>Mon, 21 Jan 2019 18:29:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8266a04-4e65-40fa-aac5-07407adefaa5</guid><dc:creator>Kapil Rawat</dc:creator><description>&lt;p&gt;Hi&lt;br /&gt;&lt;br /&gt;Please have a look at&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/b/blog/posts/rom-and-ram-management?CommentId=1cb026ea-9b15-458c-bb39-e17d34a58acd"&gt;this link&lt;/a&gt; and set your RAM/ROM&amp;nbsp;setting accordingly.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>