<?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>nAN-29 - nRF51 SDK no project files</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/601/nan-29---nrf51-sdk-no-project-files</link><description>Hi, 
 Following the AN 29 &amp;quot;nRF51 Development with GCC and Eclipse v1.1&amp;quot;, I cannot import any project on Eclipse for nRF51822: 
 In step 1.2 &amp;quot;Import existing Eclipse project&amp;quot; there is just a Makefile in gcc folder. And in Blinky example there is just</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Mar 2015 00:07:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/601/nan-29---nrf51-sdk-no-project-files" /><item><title>RE: nAN-29 - nRF51 SDK no project files</title><link>https://devzone.nordicsemi.com/thread/3129?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2015 00:07:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65951d65-7f9c-4931-acc8-2c65c0d84ec4</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Go here for Eclipse GCC dev. with nRF51 &lt;a href="http://embeddedsoftdev.blogspot.ca/p/ehal-nrf51.html"&gt;embeddedsoftdev.blogspot.ca/.../ehal-nrf51.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nAN-29 - nRF51 SDK no project files</title><link>https://devzone.nordicsemi.com/thread/3128?ContentTypeID=1</link><pubDate>Sun, 15 Mar 2015 21:45:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f169879-f974-4f13-b1cf-8bbedb50f0cc</guid><dc:creator>hexor</dc:creator><description>&lt;p&gt;Hi
Why is the nAN-29 application note not available on the nordic website???&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nAN-29 - nRF51 SDK no project files</title><link>https://devzone.nordicsemi.com/thread/3127?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2013 18:31:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75585508-dbea-4ae8-b4dc-30f73ed01e0f</guid><dc:creator>Ignacio Lopez</dc:creator><description>&lt;p&gt;Hi M.A.&lt;/p&gt;
&lt;p&gt;I have open a new case about it:&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="https://devzone.nordicsemi.com/index.php/working-workspace-for-nan-29-v1-1" rel="nofollow"&gt;https://devzone.nordicsemi.com/index.php/working-workspace-for-nan-29-v1-1&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nAN-29 - nRF51 SDK no project files</title><link>https://devzone.nordicsemi.com/thread/3126?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2013 10:52:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16548e1e-9a6c-4092-88d9-c0b5fe01248a</guid><dc:creator>Cagdas Ogut</dc:creator><description>&lt;p&gt;I have the same problem. Eclipse says no projects are found to import. I also tried with your blinky_example - Eclipse . Makefile is there!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nAN-29 - nRF51 SDK no project files</title><link>https://devzone.nordicsemi.com/thread/3125?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2013 11:02:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ef3c2da-0791-43c7-aa34-8ccaf005eca0</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Marco,&lt;/p&gt;
&lt;p&gt;Currently, in the nRF51 SDK, there is only one project that has Eclipse project file, which is the ble_app_hrs.
However you can easily create a project for any example using Eclipse. Click on File -&amp;gt; New -&amp;gt; Project... -&amp;gt; C/C++ -&amp;gt; Makefile Project with Existing Code.
After that you select the project folder you want to work it.
Some modification needed in the property of the project after you create it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In tab &lt;strong&gt;C/C++ Build&lt;/strong&gt; the build directory should point to gcc folder, if the project name is blinkyEclipse the build directory should be:  ${workspace_loc:/blinkyEclipse}/gcc&lt;/li&gt;
&lt;li&gt;in tab C/C++ General -&amp;gt; Path and Symbols -&amp;gt; GNU C : include directories should be added.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please refer to the ble_app_hrs project file, or the blinky example I attached here.&lt;/p&gt;
&lt;p&gt;It should be noted that, Eclipse is used only for editing the code, not for compiling or flashing. We use command line tools: gcc (makefile) for compiling and nrjprog for programming.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/blinky_5F00_example-_2D00_-Eclipse.zip"&gt;blinky_example - Eclipse.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>