<?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>Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69587/difference-between-the-various-projects-within-an-example-in-the-nrf51-sdks</link><description>There are the following projects under the Health Thermometer example for Keil 
 What is the difference between them when trying to install on the nRF51 DK? I could not find any documentation or read me describing what these are for. 
 Which should I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Dec 2020 10:25:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69587/difference-between-the-various-projects-within-an-example-in-the-nrf51-sdks" /><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285575?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 10:25:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecc08460-6600-4d40-a52f-1ab05af92cb5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The advantage is that it&amp;#39;s a Keil 5 project, so no migration is needed. The difference compared to Keil 4 projects is that the startup files are installed via the packs installer.&lt;/p&gt;
&lt;p&gt;CMSIS-Pack files&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1608200335529v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;nRF5205 can be used with the latest nRF5 SDK (v17.0.2), please see this blog post to get started: &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/developing-for-the-nrf52805-with-nrf5-sdk"&gt;https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/developing-for-the-nrf52805-with-nrf5-sdk&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285559?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 09:54:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d907270-2a23-4331-8a10-27b7c8dc3c61</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;What is the advantage of using Keil no packs? I had a great deal of trouble in my version 8.1.0 attempt because I did not have the packs. No Packs mean installing all that stuff yourself and worse, knowing which of those countless options one needs.&lt;/p&gt;
&lt;p&gt;I did not know there was no hardware difference between nrf51822 and nrf51444. The production device code that I have to fix is on an nrf51822 so clearly I went with that! Of course the serious issue that I didn&amp;#39;t know was that Keil resets everything when changing the target device AND migrating the project to the new format. In the end THAT is what cost two days of frustration.&lt;/p&gt;
&lt;p&gt;I have another production device that I am going to have to work with that uses an nRF52805. I hope to use Segger Embedded Studio for that. What kind of issues will I face with this chip? Being an nRF52 series maybe I can use the latest SDK and SoftDevice???&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285519?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 07:51:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a2a8800-5ec2-46e0-9857-03acad2e3905</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Ok, that&amp;#39;s good. But have you tried using the actual Keil5 project in &amp;#39;arm5_no_packs&amp;#39;?&lt;/p&gt;
[quote user="brianreinhold"]Next step for me is to try and do this for device nrf51822[/quote]
&lt;p&gt;&amp;nbsp;You don&amp;#39;t really need to change the device type. 51822 and 51422 are identical HW wise, the difference is that 51422 is licensed for use with the ANT protocol stacks. What&amp;#39;s important is that you know the package variant (ie memory configuration), and adjust the memory layout accordingly. You can find an overview of the different package options here: &lt;span&gt;&lt;a title="nRF51822 IC revisions and variants" href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf51/COMP/nrf51/nRF51822_ic_revision_overview.html?cp=5_0_2"&gt;nRF51822 IC revisions and variants&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285430?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 16:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cd55f1d-7c54-4991-abd4-2a004d72d77e</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;I noted the messed up assembly code. But I have tried what you have said many times - load softdevice with nrfConnect, but any time I load the app hex after SoftDevice, COrtex M0. I have been doing this for a couple of days and there are few things I have not tried.&lt;/p&gt;
&lt;p&gt;But I have always changed to nrf51822 - that is a variant I have not done.&lt;/p&gt;
&lt;p&gt;That worked!!&lt;/p&gt;
&lt;p&gt;The main cause of the problem was not the settings, but migrating to version 5 (uprojx). If I don&amp;#39;t do that, it works and I receive heart rate measuements.&lt;/p&gt;
&lt;p&gt;I also noted that I didnt need to migrate to the new Kiel version in this SDK. I do in SDK 8.1.0. In the 8.1.0 SDK the targets field is empty, not so here.&lt;/p&gt;
&lt;p&gt;Keil told me I needed to migrate. That solved the target selection option in 8.1.0.&lt;/p&gt;
&lt;p&gt;So what do I make of all this?&lt;/p&gt;
&lt;p&gt;I have no good solution for SDK 8.1.0&lt;/p&gt;
&lt;p&gt;For SDK 10 then&lt;/p&gt;
&lt;p&gt;DO NOT migrate project to newer Keil project format - that changes too many default settings&lt;/p&gt;
&lt;p&gt;If you move to a different device, the correct Debug settings need to be done.&lt;/p&gt;
&lt;p&gt;Somewhere all those default settings need to available.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Next step for me is to try and do this for device nrf51822. I have to work with that chip. I will stick with SDK 12.3.0 and SoftDevice s130.&amp;nbsp; But I will need the correct address settings. Are they different than the default target device?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285427?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 16:06:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05cdb0d7-c2a2-4021-bf44-fd3ba7733ed6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I suggest you don&amp;#39;t change the device type for now. The DK comes with the nrf51422_xxac variant.&lt;/p&gt;
&lt;p&gt;The screenshot shows that a hardfault exception has been raised, and it looks like the Softdevice may be missing,&lt;/p&gt;
&lt;p&gt;Please try to program the Softdevice seperately with either nrf connect or nrfjpog, and only load the app with keil.&lt;/p&gt;
&lt;p&gt;Softdevice:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3022.s130_5F00_nrf51_5F00_2.0.1_5F00_softdevice.hex"&gt;devzone.nordicsemi.com/.../3022.s130_5F00_nrf51_5F00_2.0.1_5F00_softdevice.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285421?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 15:58:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79b02f3c-20f1-4371-9418-1f6a5821da9b</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/1070.Screenshot-_2800_9_2900_.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It compiled out of the box. But I did change it to nrf51822 and then reset the parameters you had in your dialogs.&lt;/p&gt;
&lt;p&gt;I have been unable to debug - set breakpoints in any case. Never makes it to main.&lt;/p&gt;
&lt;p&gt;I am sorry, I dont know how to atrtach a png. Tried insert, no luck. But I have one,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Got it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285412?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 15:46:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:414c060a-7309-43a4-adec-7a76db271129</guid><dc:creator>Vidar Berg</dc:creator><description>[quote userid="83646" url="~/f/nordic-q-a/69587/difference-between-the-various-projects-within-an-example-in-the-nrf51-sdks/285405#285405"]Took a while to copy the information and set it all up.[/quote]
&lt;p&gt;Did you have to make any changes to the project? It should compile out-of-the-box.&lt;/p&gt;
[quote userid="83646" url="~/f/nordic-q-a/69587/difference-between-the-various-projects-within-an-example-in-the-nrf51-sdks/285405#285405"]when successfully installed, it does not work.[/quote]
&lt;p&gt;Please pause the debugger and take a screenshot showing the CPU registers and editor view. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285405?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 15:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32bf922a-2d81-477e-9ca3-70857ea9f6ec</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;Okay,&lt;/p&gt;
&lt;p&gt;I did. Took a while to copy the information and set it all up. Same result. Installs when done in reverse, Cortex-M0 error if I install SoftDevice first. However, like the HTS, when successfully installed, it does not work.&lt;/p&gt;
&lt;p&gt;Used nrfConnect to erase all content on the DK by the way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285399?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 15:30:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5881606-8082-4b0c-800c-97d5212bf160</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I&amp;#39;m afraid I can&amp;#39;t explain that either, the programming order should not matter. Could you quickly try another example such as the ble_app_hrs to see if you get the same result? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285396?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 15:27:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15417d43-9f3c-4300-ba56-07567afa80c4</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;I just tried installing backwards. I installed hts first, and then SoftDevice. And it worked.&lt;/p&gt;
&lt;p&gt;I have NO idea why.&lt;/p&gt;
&lt;p&gt;It installs, but it does not work. Cant set break points either. But its been two days to get it to install.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285389?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 15:05:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb3f10be-29a0-4af4-8009-868a5e5c08eb</guid><dc:creator>Vidar Berg</dc:creator><description>[quote user="brianreinhold"]Yes it is. I bought it a few months ago. I have been using it as a debugger for an nrf51822 chip in a production device (pin 20) but that is not connected now. I had to cut SB9 (advice from you guys) but have jumpered the current measurement pins to give power back to the main chip.[/quote]
&lt;p&gt;&amp;nbsp;That&amp;#39;s ok as long as you remember to short the connection with a jumper when you want to program the nRF51 chip on the DK.&lt;/p&gt;
&lt;p&gt;I tried to program the hts example as well and took some screenshots if you want to compare settings:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1608131170165v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1608131186554v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1608131207829v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1608131249886v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285374?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 14:27:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a62cfe74-fc43-4592-a8cd-e4b60e215fd5</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;Yes it is. I bought it a few months ago. I have been using it as a debugger for an nrf51822 chip in a production device (pin 20) but that is not connected now. I had to cut SB9 (advice from you guys) but have jumpered the current measurement pins to give power back to the main chip.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;SoftDevice loads, the HTS hex does not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285371?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 14:23:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c38edb9-decd-497e-94ba-f91d57f08123</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;No, it should have worked, we use the same flash algorithm for all 51 variants.&lt;/p&gt;
&lt;p&gt;Is this the board you&amp;#39;re using: &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF51-DK"&gt;https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF51-DK&lt;/a&gt; ? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285370?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 14:20:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3762f96-4c2a-4acb-b9f2-43034c918c31</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;Well that would be a critical piece of information. I did switch to nrf51822 as that is the chip I have to work with. But resetting the values to the ones you provided did not solve the issue. Do I also need to do something in the flash config (the programming and algorithm starts)? Or are the values different for the nRF51822?&lt;/p&gt;
&lt;p&gt;Since I am using the hts (thermometer) would that be different?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285368?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 14:13:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76b9ce6e-5e8c-4b77-be9f-3ea796f486e2</guid><dc:creator>Vidar Berg</dc:creator><description>[quote userid="83646" url="~/f/nordic-q-a/69587/difference-between-the-various-projects-within-an-example-in-the-nrf51-sdks/285359#285359"]Or are all the SDK projects simply configured wrong memory layout wise?[/quote]
&lt;p&gt;No, the default layout is correct. But note that Keil resets to the default layout if you change device variant (i.e. default layout for the device variant), could that be the reason?&lt;/p&gt;
&lt;p&gt;Default layout for ble_app_hrs_s130 in SDK 12.3.0&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1608128162941v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285359?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 14:02:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20c857a3-c2bf-4b6d-943f-b70cad822c25</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;You are right, I have tried that many times, just now in SDK version 12.3.0 with the only soft device it supports. Same result. And the documentation you point to was where I started a few days ago.&lt;/p&gt;
&lt;p&gt;There MUST be some important critical piece of information missing somewhere that every version I have tried fails the same way; 8.1.0, 10.0.0, and now 12.3.0. The last using s130 as that is the only SoftDevice provided.&lt;/p&gt;
&lt;p&gt;Is this just impossible using Keil version 5?&lt;/p&gt;
&lt;p&gt;Or are all the SDK projects simply configured wrong memory layout wise?&lt;/p&gt;
&lt;p&gt;I know of only two places to change them; in the flash download config and the Target.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285354?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 13:56:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b35d6fe2-7aa9-4f6c-82b0-af55c7a6af84</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;This error usually means that the app is overlapping with the Softdevice in flash. I guess you may have tried it already, but I suggest you first try to erase the flash, then program the Softdevice flash target followed by the app from Keil as explained in the SDK getting started guide here: &lt;span&gt;&lt;a title="Running examples that use a SoftDevice" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/getting_started_softdevice.html?cp=7_5_9_1_3"&gt;Running examples that use a SoftDevice&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285352?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 13:51:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9b816f6-5cb3-4eea-a270-fcc18d2b32c8</guid><dc:creator>brianreinhold</dc:creator><description>&lt;p&gt;Okay, that was my guess. So I am choosing the correct one. One day I might get rid of that damn Cortex-M0 error on flashing.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285337?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 13:32:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:016779d5-64af-4788-806f-72d5d01ccb28</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You should use&amp;nbsp; &amp;quot;s110&amp;quot; configuration. The other ones pre-fixed with &amp;quot;ser_&amp;quot; are configured for serialization (i.e. 2 chip solution - one host processor + one connectivity process. See &lt;span&gt;&lt;a title="Running a serialized application" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/nrf51_setups_serialization.html?cp=7_5_12_1_4"&gt;Running a serialized application&lt;/a&gt;&lt;/span&gt;).&lt;/p&gt;
&lt;p&gt;Which SDK/Softdevice combination are you testing with (comp. matrix &lt;span&gt;&lt;a title="SDKs and SoftDevices " href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf51/COMP/nrf51/nRF51422_nRF51822_ic_rev_sdk_sd_comp_matrix.html?cp=5_0_5"&gt;SDKs and SoftDevices &lt;/a&gt;&lt;/span&gt;)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference between the various projects within an example in the nRF51 SDKs</title><link>https://devzone.nordicsemi.com/thread/285334?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 13:27:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ceaae47-3e47-4b29-a9e5-727235032ea9</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;which SDK version?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>