<?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>How to compile SDK13 examples for nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28470/how-to-compile-sdk13-examples-for-nrf52832</link><description>For the last few months, I&amp;#39;ve been building code and testing it on an nRF52840 PDK. Our production hardware, however, will use the nRF52832, and so I need to compile my code against a different target, and program it on a custom board. 
 I tried to start</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Oct 2017 20:37:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28470/how-to-compile-sdk13-examples-for-nrf52832" /><item><title>RE: How to compile SDK13 examples for nrf52832</title><link>https://devzone.nordicsemi.com/thread/112546?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 20:37:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0698c9bc-e781-49c5-81ab-94ebc265b5d0</guid><dc:creator>zolotiyeruki</dc:creator><description>&lt;p&gt;I figured it out!  At least for the blinky example above, I needed to modify the linker script included in the project (blinky_gcc_nrf52.ld) to reflect the smaller RAM (64k instead of 256k) and flash (512k instead of 1M) sizes on the 52832:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;MEMORY
{
  FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000
  RAM (rwx) :  ORIGIN = 0x20000000, LENGTH = 0x10000
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>