<?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>NRF52832 DFU error (SDK 12.3.0)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22468/nrf52832-dfu-error-sdk-12-3-0</link><description>I included button less DFU service in the proximity profile example.When i compile i am getting the following error. 
 ..\..\..\..\..\..\components\libraries\bootloader\dfu\nrf_dfu_settings.c(199): error: #20: identifier &amp;quot;NRF_DFU_SETTINGS_VERSION&amp;quot; is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Aug 2017 06:01:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22468/nrf52832-dfu-error-sdk-12-3-0" /><item><title>RE: NRF52832 DFU error (SDK 12.3.0)</title><link>https://devzone.nordicsemi.com/thread/88331?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2017 06:01:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:914470c7-98e6-4a4d-ab5e-7ab07ee98e4d</guid><dc:creator>sara</dc:creator><description>&lt;p&gt;If you are using KeilC then please follow the steps as below:&lt;/p&gt;
&lt;p&gt;1  [Project] -&amp;gt; [Option for Target]&lt;/p&gt;
&lt;p&gt;2  Tab [C/C++]&lt;/p&gt;
&lt;p&gt;3  Add &amp;quot;NRF_DFU_SETTINGS_VERSION=1&amp;quot; to [Define]&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/setting.PNG" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 DFU error (SDK 12.3.0)</title><link>https://devzone.nordicsemi.com/thread/88332?ContentTypeID=1</link><pubDate>Wed, 31 May 2017 14:49:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ecae064-1108-4b7a-adee-3a64e07ef02f</guid><dc:creator>atune</dc:creator><description>&lt;p&gt;Read the error message. NRF_DFU_SETTINGS_VERSION is undefined.&lt;/p&gt;
&lt;p&gt;Take a look at the Buttonless DFU example. It defines the version in the Makefile:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;CFLAGS += -DNRF_DFU_SETTINGS_VERSION=1
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>