<?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 move an SDK example out of the SDK tree?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44638/how-to-move-an-sdk-example-out-of-the-sdk-tree</link><description>This question is a follow on to https://devzone.nordicsemi.com/f/nordic-q-a/38085/how-to-create-a-copy-of-examples-project---segger-embedded-studio . 
 It&amp;#39;s clear that making a copy of an example by copying the example folder will work, but ONLY if the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Jun 2020 03:05:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44638/how-to-move-an-sdk-example-out-of-the-sdk-tree" /><item><title>RE: How to move an SDK example out of the SDK tree?</title><link>https://devzone.nordicsemi.com/thread/254132?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2020 03:05:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11406749-bbe2-4638-bfa4-40089ba45d46</guid><dc:creator>Justin Reina</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/tomws"&gt;TomWS&lt;/a&gt; thank you SO much, this saved me!!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;See attached for extension to the IAR project, took a little more effort -&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/NRF5-SDK-_2D00_-IAR-Copy-Project.pdf"&gt;devzone.nordicsemi.com/.../NRF5-SDK-_2D00_-IAR-Copy-Project.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/blinky_5F00_A79B.zip"&gt;devzone.nordicsemi.com/.../blinky_5F00_A79B.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to move an SDK example out of the SDK tree?</title><link>https://devzone.nordicsemi.com/thread/175212?ContentTypeID=1</link><pubDate>Sun, 10 Mar 2019 17:44:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24faa411-83b4-4199-a809-c10128ede470</guid><dc:creator>gizmo</dc:creator><description>&lt;p&gt;Thanks, it works fine&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to move an SDK example out of the SDK tree?</title><link>https://devzone.nordicsemi.com/thread/175185?ContentTypeID=1</link><pubDate>Sat, 09 Mar 2019 16:22:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14b78200-67d9-4296-8e32-0cba378a5783</guid><dc:creator>TomWS</dc:creator><description>&lt;p&gt;Success!&amp;nbsp; Here&amp;#39;s what I did:&lt;/p&gt;
&lt;p&gt;I copied the entire example folder (fastfs, in this case) tree to my own directory tree which was separate from the SDK.&lt;/p&gt;
&lt;p&gt;I deleted the .emSession file in the ses folder.&lt;/p&gt;
&lt;p&gt;I editted the .emProject file in the ses folder:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;1. I modified the macros= line from:&lt;/p&gt;
&lt;p&gt;macros=&amp;quot;CMSIS_CONFIG_TOOL=.../../../../../../external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar;&amp;quot;&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;macros=&amp;quot;CMSIS_CONFIG_TOOL=C:/nRF/nRF5_SDK_15.2.0_9412b96/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar;SDK=C:/nRF/nRF5_SDK_15.2.0_9412b96&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;2. I changed ALL occurrences of &amp;quot;../../../../../..&amp;quot; to $(SDK)&lt;/p&gt;
&lt;p&gt;I saved the file, opened Segger Embedded Studio, Open existing and selected my new .emProject file.&lt;/p&gt;
&lt;p&gt;I then did a Build-&amp;gt;Clean Solution&lt;/p&gt;
&lt;p&gt;And then Build Solution as always.&amp;nbsp; It worked without a hitch.&amp;nbsp; I haven&amp;#39;t tried debugging yet, but all the correct files were referenced so I see no reason it shouldn&amp;#39;t work!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>