<?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>Buttonless DFU code merge with BLE Proximity</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56195/buttonless-dfu-code-merge-with-ble-proximity</link><description>Hi, 
 i am integrating the Buttonless DFU code with BLE proximity example Code. I am getting following Error as shown. Please Help.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Jan 2020 06:19:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56195/buttonless-dfu-code-merge-with-ble-proximity" /><item><title>RE: Buttonless DFU code merge with BLE Proximity</title><link>https://devzone.nordicsemi.com/thread/228024?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2020 06:19:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9831ffd5-e5b2-44c4-9e71-b168164fa0e9</guid><dc:creator>Usman Rahim</dc:creator><description>&lt;p&gt;Hi, Thanks , as i defined&amp;nbsp;&lt;span&gt;NRF_DFU_TRANSPORT_BLE , the issue was resolved. Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But now there is another issue, as i debug the code, it goes in&amp;nbsp;NRF_BREAKPOINT_COND with following error code ( 0x00000003 )&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;can you help how to solve this issue?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img height="108" src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1578464313034v1.png" width="557" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Buttonless DFU code merge with BLE Proximity</title><link>https://devzone.nordicsemi.com/thread/227740?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2020 15:21:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7989fa2-a82b-4d5e-9ba4-e398001edcb3</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The initial compiler errors are of type &amp;quot;Unknown type...&amp;quot;, which means that you are using a type which is not known to the compiler. A typical reason for this is that you are missing an #include statement. Or you could be missing some define that causes the preprocessor to exclude the definition. In this case, for instance, nrf_dfu_set_adv_name_svci_async_t will only be defined if&amp;nbsp;NRF_DFU_TRANSPORT_BLE is defined and enabled in your projects sdk_config.h.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>