<?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>Upgrading a project from SDK8.1 to SDK 12.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19592/upgrading-a-project-from-sdk8-1-to-sdk-12-2</link><description>Hi! 
 I am in the process of upgrading a quite large project from SDK 8.1 to SDK 12.2. It uses the nRF52 DK, PCA10028. I still use the toolchain I stated with, including a Eclipse Kepler and GNU ARM Embedded 4.9 2015q1. 
 Nothing works. :-( 
 To make</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Feb 2017 16:28:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19592/upgrading-a-project-from-sdk8-1-to-sdk-12-2" /><item><title>RE: Upgrading a project from SDK8.1 to SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/76243?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2017 16:28:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1e2de92-debd-45a8-9b12-6957f7f6a355</guid><dc:creator>Elm</dc:creator><description>&lt;p&gt;Replacing the old .ld file with one from the blinky example did the trick.&lt;/p&gt;
&lt;p&gt;Elm&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Upgrading a project from SDK8.1 to SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/76242?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2017 14:51:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:664b9199-3acb-413c-a35f-dd563c929a83</guid><dc:creator>Elm</dc:creator><description>&lt;p&gt;Also, the RAM section differs with different application examples. How do I know which values to place in the RAM section?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Upgrading a project from SDK8.1 to SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/76241?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2017 14:50:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8899f9d5-a0f7-4858-8026-4a959778e361</guid><dc:creator>Elm</dc:creator><description>&lt;p&gt;I compare the linker scripts for my SDK8.1 application with the linker script of the blinky example. They differ. The old one contains:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;MEMORY
{
  FLASH (rx) : ORIGIN = 0x1c000, LENGTH = 0x24000
  RAM (rwx) :  ORIGIN = 0x20002800, LENGTH = 0x5800
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The new one contains:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;MEMORY
{
  FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000
  RAM (rwx) :  ORIGIN = 0x200013c8, LENGTH = 0x6c38
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Could it be that I flash my application far above the correct place, so the blinky application is not overwritten?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Upgrading a project from SDK8.1 to SDK 12.2</title><link>https://devzone.nordicsemi.com/thread/76240?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2017 13:55:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1ad8b2b-a4de-4a25-b7d6-d223492fcb43</guid><dc:creator>Elm</dc:creator><description>&lt;p&gt;Funny thing is: I compiled and flashed the blinky project. It runs. However, when I flash my application, the blinky project still runs, blinking the LEDs.&lt;/p&gt;
&lt;p&gt;Why does my application not replace the blinky project?
Elm&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>