<?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>Simple Question: Returning SDK Library Revision String</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102282/simple-question-returning-sdk-library-revision-string</link><description>How do I get the Nordic SDK Library revision string? In other words, if I&amp;#39;m using nRF5 SDK v17.1.0, then I want to know what function to call to be returned a pointer to the string &amp;quot;v17.1.0&amp;quot; or &amp;quot; nRF5 SDK v17.1.0 &amp;quot;. All I need is the name of the function</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jul 2023 11:55:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102282/simple-question-returning-sdk-library-revision-string" /><item><title>RE: Simple Question: Returning SDK Library Revision String</title><link>https://devzone.nordicsemi.com/thread/438507?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 11:55:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6bd79a5-2e46-4c0a-9fd1-fda12a14f2be</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Steve,&amp;nbsp;&lt;br /&gt;We don&amp;#39;t really have an API to retrieve the SDK version except for looking at the source code.&amp;nbsp;&lt;br /&gt;What we can suggest you is to get the softdevice version if you use BLE. You can call&amp;nbsp;sd_ble_version_get() to get the softdevice version.&amp;nbsp;&lt;br /&gt;From the softdevice version you can relatively tell the SDK version. But it&amp;#39;s not a strict connection between softdevice version and SDK version, especially regarding minor SDK updates.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>