<?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>Adding DFU Service support to my application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9620/adding-dfu-service-support-to-my-application</link><description>I run step by step the example of adding DFU to ble_hrs, everithing runs fine.
I try to change in the same way another example, ble_app_proximity. 
 The problem is that, if i try to bond, the application goes in error handler.
If i run the code without</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Oct 2015 17:48:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9620/adding-dfu-service-support-to-my-application" /><item><title>RE: Adding DFU Service support to my application</title><link>https://devzone.nordicsemi.com/thread/35558?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 17:48:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9e7ede9-a170-48c2-b449-b51026ff098c</guid><dc:creator>VStana</dc:creator><description>&lt;p&gt;Thank you for your quick answer, the DEVICE_MANAGER_APP_CONTEXT_SIZE was set to 0. I changed it to 16 and now it works&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding DFU Service support to my application</title><link>https://devzone.nordicsemi.com/thread/35557?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2015 06:25:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a2e7343-d403-4ac4-b4f9-6b821b2bea1a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Unfortuantely, it looks like a couple of steps for implementation of the service changed are still missing from the documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Set the DEVICE_MANAGER_APP_CONTEXT_SIZE to 16 in DM config file. The application context is used to store the DFU_APP_ATT_TABLE_CHANGED flag&lt;/li&gt;
&lt;li&gt;Implement and use the app_context_load() as shown in the hrs dfu example&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>