<?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>nRF51802 SDK Flash</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46594/nrf51802-sdk-flash</link><description>Hi 
 I have nRF51802 and I have also downloaded Compatible SDK versions 12.3.0 
 I want to test out TWI scanner, but to support nRF51802 chipset where I have to change or which target I need to build?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Apr 2019 07:08:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46594/nrf51802-sdk-flash" /><item><title>RE: nRF51802 SDK Flash</title><link>https://devzone.nordicsemi.com/thread/184439?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2019 07:08:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:966a2c24-2218-4560-aa7e-fedb58d8f792</guid><dc:creator>Harshit</dc:creator><description>&lt;p&gt;Hi Joakim,&amp;nbsp;&lt;br /&gt;it worked after changing the linker script&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt; MEMORY
 {
   FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x40000
   RAM (rwx) :  ORIGIN = 0x20000000, LENGTH = 0x4000     
 }                                                       
 &lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51802 SDK Flash</title><link>https://devzone.nordicsemi.com/thread/184081?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 12:50:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68775b05-6f26-4d52-b8eb-97995a83ca8e</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;&lt;span&gt;You can run the same code on nRF51802 as you can with nRF51422. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;However, the SDK examples are configured for the xxAC variant which has 32K&amp;nbsp; of RAM, not 16K. So you need to adjust the linker settings so the 16K boundary is not exceeded.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>