<?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>Migration to SDK 8.1 from SDK 6.1  File Structure Issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7830/migration-to-sdk-8-1-from-sdk-6-1-file-structure-issues</link><description>Hi all, 
 Due to the updates file structure introduces in SDK 7.0 I&amp;#39;m trying to figure our where everything has been scrambled to. Here are the items I&amp;#39;m struggling with 
 
 
 The SDK is only tested with nRF51422 as evident with nrf51422_xxac_s110</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Jun 2015 07:59:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7830/migration-to-sdk-8-1-from-sdk-6-1-file-structure-issues" /><item><title>RE: Migration to SDK 8.1 from SDK 6.1  File Structure Issues</title><link>https://devzone.nordicsemi.com/thread/27902?ContentTypeID=1</link><pubDate>Tue, 30 Jun 2015 07:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31427b23-8742-4806-a6fd-ff0e22e690d5</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Dave: I guess you should try to test first with the blinky project (with and without softdevice)&lt;/p&gt;
&lt;p&gt;Note that S110 v8.0 is not made to run on the chip revision 2 (most likely the chip on your PCA10001 board). To make it work on chip revision 2 you would need to follow the instruction in the S110 release note at the &amp;quot;changes&amp;quot; section.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration to SDK 8.1 from SDK 6.1  File Structure Issues</title><link>https://devzone.nordicsemi.com/thread/27901?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2015 19:33:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:680d561f-e08e-440d-87a3-067e2ae82944</guid><dc:creator>Dave_couling</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been trying to get the ble_app_template working on an old PCA10001 Eval board.   It seems to compile.  I added setting a few led pins to verify the functionality. But when I program the .hex file to the board (after flash it with S110 V8) nothing happens.  The LED&amp;#39;s do not turn on.  I even hardcode the pins to set at the end of  main()  with calls:&lt;/p&gt;
&lt;p&gt;.....
nrf_gpio_cfg_output(18);&lt;br /&gt;
nrf_gpio_pin_set(18);     //RED LED&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_gpio_cfg_output(19);
nrf_gpio_pin_set(19);    //GREEN LED

// Enter main loop
for (;;)
{
    app_sched_execute();
    power_manage();
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;However the LEDs do not turn on.  I changed all Makefile and preprocessor defines to BOARD_PCA10001.   I even tried bypassing the bsp module as I don&amp;#39;t need it.   I can&amp;#39;t get debugging to start at main either so I can&amp;#39;t figure out where the failure is occuring.  Unfortunately, we may have to scrap the migration to SDK 8 plan if I can&amp;#39;t get this working in the next few days.  We&amp;#39;d only allocated 2 days to migrate  but its taking much longer due to all the changes that have been made.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration to SDK 8.1 from SDK 6.1  File Structure Issues</title><link>https://devzone.nordicsemi.com/thread/27900?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2015 14:07:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eda2e68c-8b46-4120-9c23-f2502a35ac0d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Dave: Could you try to compile a normal SDK v8.0 to see if it worked ?
In SDK v8.x the target define of &amp;quot;make release&amp;quot;, &amp;quot;make debug&amp;quot; is removed.&lt;/p&gt;
&lt;p&gt;You can try to do a &amp;quot;make all&amp;quot; in command line  inside the armgcc folder in a project to see if you have any issue. And to have more information when you have an error with make, you can try to call make VERBOSE=1 to have more log.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration to SDK 8.1 from SDK 6.1  File Structure Issues</title><link>https://devzone.nordicsemi.com/thread/27899?ContentTypeID=1</link><pubDate>Sat, 27 Jun 2015 01:13:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e74ed69b-3a0a-4a63-ba64-338e241e942d</guid><dc:creator>Dave_couling</dc:creator><description>&lt;p&gt;I&amp;#39;ve tried simply getting the example gcc projects to compiler, however they all return the following error:&lt;/p&gt;
&lt;p&gt;make: *** [all] Error 2&lt;/p&gt;
&lt;p&gt;I&amp;#39;m so confused as all my toolchains work fine with SDK6.1.  Has anyone been able to migrate to SDK8.1 and found this error?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration to SDK 8.1 from SDK 6.1  File Structure Issues</title><link>https://devzone.nordicsemi.com/thread/27898?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2015 05:24:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bf85daf-18ee-4d65-a52d-689bc04621b5</guid><dc:creator>Dave_couling</dc:creator><description>&lt;p&gt;Thanks Hung,&lt;/p&gt;
&lt;p&gt;Are they any other linking setup issues with the new SDK?   I can&amp;#39;t seem to get a project to compile at all.   I used the ble_template project makefile and edited it for my own project.  Then created the project using &amp;quot;Use Existing Makefile&amp;quot;.   However I keep getting the error: &amp;quot;***** No rule to make target &amp;#39;release&amp;#39; Stop**&amp;quot;&lt;/p&gt;
&lt;p&gt;It doesn&amp;#39;t seem to connect to my pre-existing toolchains I had working with SDK6.1.   Are there any new steps regarding this part.  I know alot of new compiler stuff is included in the new SDK.  Thank you for your help.&lt;/p&gt;
&lt;p&gt;-DC&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Migration to SDK 8.1 from SDK 6.1  File Structure Issues</title><link>https://devzone.nordicsemi.com/thread/27897?ContentTypeID=1</link><pubDate>Thu, 25 Jun 2015 11:25:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14680270-a933-4538-a260-4ba23269a1f4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Yes, because there is no difference between nRF51422 and nRF51822 when you use them with Bluetooth stack.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;No, you don&amp;#39;t have to. The SDK is created as reference code. You can choose to not to use any module. Just to make sure you update the API header files of the new S110 v8.0 and match the API call in your code with any new API introduced.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Yes, you can set it in nrf_drv_config.h, but then you would need to use the clock driver, and call nrf_drv_clock_init().
I would suggest if you don&amp;#39;t plan to use any other feature of the clock driver, you can simply keep your code to just calling NRF_CLOCK-&amp;gt;XTALFREQ &amp;amp;= 0xFFFFFF00;  to set the clock.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The softdevice is pre-compiled. I don&amp;#39;t see any problem that you compile your code using Eclipse.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>