<?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>resolving nRF Softdevice version vs. internal version #s / FWID</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6427/resolving-nrf-softdevice-version-vs-internal-version-s-fwid</link><description>Softdevices have several separate version number systems:
 a) the human-readable release version - used for hex file naming.
e.g. s110_nrf51_8.0.0, s120_nrf51_2.0.0
 b) the version / FWID reported by the softdevice itself via sd_ble_version_get()</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Jun 2016 08:48:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6427/resolving-nrf-softdevice-version-vs-internal-version-s-fwid" /><item><title>RE: resolving nRF Softdevice version vs. internal version #s / FWID</title><link>https://devzone.nordicsemi.com/thread/22399?ContentTypeID=1</link><pubDate>Wed, 22 Jun 2016 08:48:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:029db77a-d00c-4483-89ee-68e2de953f8d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Do note that the FWID is not located at the same address for all SoftDevices and versions. To find the correct address for a particular SoftDevice, look up &lt;code&gt;SD_FWID_OFFSET&lt;/code&gt; in the SoftDevice header files. Or alternatively, see &lt;a href="https://devzone.nordicsemi.com/question/3629/how-do-i-access-softdevice-version-string/?answer=3693#post-id-3693"&gt;this answer&lt;/a&gt; for both FWIDs and locations for most SoftDevices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: resolving nRF Softdevice version vs. internal version #s / FWID</title><link>https://devzone.nordicsemi.com/thread/22398?ContentTypeID=1</link><pubDate>Mon, 21 Mar 2016 13:03:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c898c32f-0d07-4a5b-917e-7314f60817d2</guid><dc:creator>Christopher</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;According to this post, the list of what firmware ID maps to which SoftDevice version is not public. Here are some SoftDevice versions with the corresponding &lt;code&gt;FWID&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SoftDevice          | FWID
--------------------|-------
S110 v5.0.0         | 0x002C
S110 v5.2.1         | 0x0043
S110 v7.0.0         | 0x004F
S110 v7.1.0         | 0x005A
S110 v8.0.0         | 0x0064
----------------------------
S120 v2.0.0         | 0x0060
----------------------------
S130 v1.0.0         | 0x0067
S130 0.9alpha       | 0x005E
S130 v2.0.0-7.alpha | 0x0078
----------------------------
S310 v2.0.0         | 0x005D
----------------------------
S132 v1.0.0-3.alpha | 0x006D
S132 v2.0.0-7.alpha | 0x0079
----------------------------
Development/any     | 0xFFFE
----------------------------
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;See this page for more information: &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk51.v10.0.0%2Fbledfu_example_init.html&amp;amp;cp=4_0_1_4_2_3_1_3_1_2&amp;amp;anchor=dfu_init_sd_list_sec"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;FWID&lt;/code&gt; value is available at address &lt;code&gt;0x300C&lt;/code&gt;. You can use the following command to read it. Here is an example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ nrfjprog --memrd 0x300C
0x0000300C: FFFF0067
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: resolving nRF Softdevice version vs. internal version #s / FWID</title><link>https://devzone.nordicsemi.com/thread/22397?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2015 14:12:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e68da8f6-5b0d-448a-a03c-5c7985441f43</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Craig&lt;/p&gt;
&lt;p&gt;Yes, chapter 6 in the &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF51822/S110-SDS/20338"&gt;S110 softdevice specification&lt;/a&gt; 2.0 should answer both of your questions.&lt;/p&gt;
&lt;p&gt;As of now, there is no table available that maps FWID with softdevice versions&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update 17.4.2015&lt;/strong&gt;
The identification ID (FWID) for the softdevice is placed at address 0x300C in the softdevice hex file.&lt;/p&gt;
&lt;p&gt;When you have flashed the softdevice to the nRF51 you can read the FWID with&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --memrd 0x300C
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The FWID numbers for S110 are:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;S110 8.0.0: 0x64
S110 7.1.0: 0x5A
S110 7.0.0: 0x4F
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Update 22.6.2016&lt;/strong&gt;
More softdevice IDs are &lt;a href="https://devzone.nordicsemi.com/question/3629/how-do-i-access-softdevice-version-string/?answer=3693#post-id-3693"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>