<?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>Which SDK for nRF51822?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22641/which-sdk-for-nrf51822</link><description>Hello, 
 Recently I purchased a BLE Nano Kit with MK20/ DAP Link USB Board - Bluetooth 4.0 Low Energy Module Development Board from Fab2Lab and I was trying to use the nRF sdk to build examples.
When I went to the downloads section of nRF51822, the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Jun 2017 10:18:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22641/which-sdk-for-nrf51822" /><item><title>RE: Which SDK for nRF51822?</title><link>https://devzone.nordicsemi.com/thread/89058?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2017 10:18:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ec318dc-c3e8-4324-be97-d561c9464493</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Yes, S130 v2.0.x is the only softdevice for nRF51 series that is supported by SDK 12.x. If you use ARMGCC, you don&amp;#39;t explicitly have to merge the softdevice together with the application hex. If you have installed the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrf5x_command_line_tools/nrf5x_command_line_tools_lpage.html?cp=5_1"&gt;nRF5x Command line tools&lt;/a&gt;, you can flash the softdevice using the make target &lt;code&gt;make flash_softdevice&lt;/code&gt;. The application can be flashed similarly using &lt;code&gt;make flash&lt;/code&gt;. The application and softdevice is located in separate sectors in FLASH and RAM, so they can be flashed separately. This allows you to rebuild and flash the application while the softdevice is retained on the chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Which SDK for nRF51822?</title><link>https://devzone.nordicsemi.com/thread/89060?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2017 09:28:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8546cda-fc7c-4764-b622-2ceee5c9f28e</guid><dc:creator>Shankar</dc:creator><description>&lt;p&gt;Thank you very much for your kind answer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Which SDK for nRF51822?</title><link>https://devzone.nordicsemi.com/thread/89057?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2017 09:27:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77af87d5-bd3e-451c-8616-2f7026ebe130</guid><dc:creator>Shankar</dc:creator><description>&lt;p&gt;Ok thanks a lot I will get started. Also I did check the compatibility matrix for nRF51 and I understand for all SDK versions &amp;gt; 12.0 I will have to use a soft device version of S130 (2.0.x) is that correct? If am not mistaken, I will have to build the Application hex file on ARMGCC and them merge the soft device hex file to get the complete version of my software. Is there a way to include soft device in to my link process rather than merging later?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Which SDK for nRF51822?</title><link>https://devzone.nordicsemi.com/thread/89056?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2017 19:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d37b4c6b-8720-431b-a5e7-acbf3e10cdd4</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi Shankar,&lt;/p&gt;
&lt;p&gt;For use with nRF51 series, you should use the PCA10028 projects in the SDK. PCA10028 is the nRF51 DK, which contain nRF51422 IC. This is the same chip as nRF52822, only with support for ANT. Depending on the chip revison on your board, you might have to change RAM/ROM settings in the project. You can see the available RAM/ROM of your chip in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51/dita/nrf51/compatibility_matrix/nRF51822_ic_revision_overview.html?cp=3_0_1"&gt;nRF51822 compatibility matrix&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You might also have to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/sdk_for_custom_boards.html?cp=4_0_1_1_5"&gt;create a custom board file&lt;/a&gt; for your device if you want external features like LEDs, buttons, etc., to work.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Which SDK for nRF51822?</title><link>https://devzone.nordicsemi.com/thread/89059?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2017 13:46:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:026e6da5-71fb-448e-bab3-dc84adcb8d0a</guid><dc:creator>Corentin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can&amp;#39;t found example of your board in the SDK example.&lt;/p&gt;
&lt;p&gt;You have different information for BLE NANO here: &lt;a href="http://redbearlab.com/blenano/."&gt;redbearlab.com/.../.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To begin, you can selected an bsp example like PCA10020 PCA10040 PCA10056 and then comment or modified BSP function for your BOARD.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>