<?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>What happened to SDK 7.0.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66233/what-happened-to-sdk-7-0-0</link><description>What happened to SDK 7.0.0 
 
 It is no longer available for download. 
 I assume some problem was discovered, so it should not be used any longer, at all? 
 
 Any help appreciated</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Sep 2020 10:18:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66233/what-happened-to-sdk-7-0-0" /><item><title>RE: What happened to SDK 7.0.0</title><link>https://devzone.nordicsemi.com/thread/271036?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2020 10:18:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:378d2af6-c089-48fa-b5f8-069c878b4b1a</guid><dc:creator>Renix</dc:creator><description>&lt;p&gt;Sigurd,&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t worry, looks like I have the answer.&lt;/p&gt;
&lt;p&gt;I did make those changes in the&amp;nbsp;flash_placement.xml and&amp;nbsp;.emProject files, and ym older project compiles.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What happened to SDK 7.0.0</title><link>https://devzone.nordicsemi.com/thread/270940?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2020 19:30:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb0d4ee3-4d9e-445e-aca2-eb7ea3fcf3dd</guid><dc:creator>Renix</dc:creator><description>&lt;p&gt;Sigurd,&lt;/p&gt;
&lt;p&gt;So: If I use sdk V17.0.0, I have to implement the steps described.&lt;/p&gt;
&lt;p&gt;(A lot of steps)&lt;/p&gt;
&lt;p&gt;but&lt;/p&gt;
&lt;p&gt;If I use sdk V7.0.2 I do not have to, since the bugs were fixed?&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;Do I still need to implement the steps, described her&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0.2%2Findex.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0.2%2Findex.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have a project up and runnign seemingly fine, with sdk V7.0.2 and no changes, as described in the steps&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any help appreciated&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What happened to SDK 7.0.0</title><link>https://devzone.nordicsemi.com/thread/270919?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2020 15:51:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8d0530b-2737-4321-987f-cfc2e7a92864</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Is this specific name change described in the release notes strictly necessary, as it would seem &amp;quot;old&amp;quot; (ie currently used) projects only require .xml to match .emProject and any name would in fact work:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;To use old projects in combination with this version of the SDK (MDK),
make the following updates:

1. In the flash_placement.xml file:
   MemorySegment name must be changed from &amp;quot;RAM&amp;quot; to &amp;quot;RAM1&amp;quot;:
   &amp;lt;MemorySegment name=&amp;quot;RAM1&amp;quot; start=&amp;quot;$(RAM_PH_START)&amp;quot; size=&amp;quot;$(RAM_PH_SIZE)&amp;quot;&amp;gt;

2. In the .emProject file:
   In &amp;quot;linker_section_placements_segments&amp;quot; you must refer to &amp;quot;RAM1&amp;quot;, replacing &amp;quot;RAM&amp;quot;:
   linker_section_placements_segments=&amp;quot;FLASH RX 0x0 0x100000;RAM1 RWX 0x20000000 0x40000&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Edit: ok I see why:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#ifndef STACK_INIT_VAL
#define STACK_INIT_VAL __RAM_segment_end__
#endif&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What happened to SDK 7.0.0</title><link>https://devzone.nordicsemi.com/thread/270912?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2020 15:27:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66f96a23-013e-4158-8066-02a238ab0ac8</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]What happened to SDK 7.0.0[/quote]
&lt;p&gt;Do you mean v17.0.0 ? If yes, then this is explained in the release notes for SDK v17.0.2. See &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/index.html"&gt;this link&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>