<?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 not detected by nRF Connect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17252/nrf51822-not-detected-by-nrf-connect</link><description>Hi, 
 I&amp;#39;m trying to program a nRF51822 board following this tutorial ( chisight.wordpress.com/.../) using OpenOCD in a Raspberry PI. 
 I have been able to burn the compilated ble_app_proximity example code (in .hex format) that the SDK contains, and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Oct 2016 14:36:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17252/nrf51822-not-detected-by-nrf-connect" /><item><title>RE: nRF51822 not detected by nRF Connect</title><link>https://devzone.nordicsemi.com/thread/66265?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 14:36:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4b9e742-b108-4756-aa5a-8eb9f38897c0</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes, you are right,  the FLASH_START should be set to 0x1B000 not 0x1C000. However, 0x1F80 is correct if you only have 16kB RAM.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 not detected by nRF Connect</title><link>https://devzone.nordicsemi.com/thread/66264?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 14:18:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0faad575-a577-45f5-83fa-ae1675bf0b52</guid><dc:creator>Sergio</dc:creator><description>&lt;p&gt;I&amp;#39;m using S130 v2.0.0, and the nRF51822 16 kB variant. However, if I compile with the SRAM_SIZE configured to 0x1F80 I get a RAM overflowed error, and if I compile with the SRAM_SIZE configured to 0x5F80 nothing happens when I burn the code. If I burn the compilated file contained in the SDK, it works perfect. I&amp;#39;ve tried using gcc instead of Segger but the result is the same. Could it be the flash address?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 not detected by nRF Connect</title><link>https://devzone.nordicsemi.com/thread/66263?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 09:25:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48c1e500-63ab-4cc7-86f9-464bbe998dcb</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Which version of the S130 are you using? And which nRF51822 variant are you using, 16kB or 32kB RAM?
If you&amp;#39;re using the S130 v2.0.0, then you should use the following settings&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SRAM_START=0x20002080 SRAM_SIZE=0x1F80 (16kB RAM variant)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; SRAM_START=0x20002080 SRAM_SIZE=0x5F80 (32kB RAM variant)
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 not detected by nRF Connect</title><link>https://devzone.nordicsemi.com/thread/66267?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 09:08:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:712c21d1-eb0f-4f4d-a49b-c7071973b8ff</guid><dc:creator>Sergio</dc:creator><description>&lt;p&gt;Thanks so much for your response. I had a mistake while writing the tag of the question, I&amp;#39;m not using s110, but s130. I also think the problem is with the placement macros, but I don&amp;#39;t know which values should I write for this softdevice. Thanks again !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 not detected by nRF Connect</title><link>https://devzone.nordicsemi.com/thread/66266?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 08:54:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:980756e7-b3f8-412b-91b1-71ed3ca4225e</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I think the section placement macros for the SRAM is wrong. If you&amp;#39;re using the S110 v8.0.0, then they should be set to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SRAM_START=0x20002000 SRAM_SIZE=0x2000 (16kB RAM variant)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; SRAM_START=0x20002000 SRAM_SIZE=0x6000 (32kB RAM variant)
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>