<?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>static passkey with dfu</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9236/static-passkey-with-dfu</link><description>uart not accepting my static passkey when i added dfu in my project. using ios app nrftoolbox.
programed soft device s110. programed dfu dual bank example project then uploaded my app using nrftoolbox dfu. 
 ble_app_uart.zip</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Sep 2015 09:30:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9236/static-passkey-with-dfu" /><item><title>RE: static passkey with dfu</title><link>https://devzone.nordicsemi.com/thread/34081?ContentTypeID=1</link><pubDate>Wed, 16 Sep 2015 09:30:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1505240e-64ca-4b01-b9aa-7ba4822edd5a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Nomi,&lt;/p&gt;
&lt;p&gt;It was the issue that you added the handle for app_context_load, so that the app can send service changed indication when needed. However you forgot to change the DEVICE_MANAGER_APP_CONTEXT_SIZE to match with your need ( should be =16 as in our ble_app_hrs_dfu example).
This resulted dm_application_context_get return FEATURE_NOT_ENABLED and then cause your trip to reset.&lt;/p&gt;
&lt;p&gt;When you want to debug you should avoid letting the chip restart when issue occurs. You should add DEBUG in the pre-processor define. And add a break point in app_error_handler() in app_error.c to find the error code, line and file name that cause the error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>