<?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>APP fail after DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69819/app-fail-after-dfu</link><description>Hello, Nordic! 
 I&amp;#39;m developing with nrf52832, s132_nrf52_6.1.0_softdevice, sdk nRF5_SDK_15.2.0_9412b96 
 I had test power down chip, close APP while being DFU. 
 It would roll back to original FW as expected. 
 But sometimes I got an error after excute</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Dec 2020 13:30:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69819/app-fail-after-dfu" /><item><title>RE: APP fail after DFU</title><link>https://devzone.nordicsemi.com/thread/286709?ContentTypeID=1</link><pubDate>Mon, 28 Dec 2020 13:30:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9bd911f-7e2b-4083-8b28-6829edf02e8e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Fault id 0x4002 corresponds to NRF_FAULT_ID_SDK_ASSERT which indicates that one of the assert checks failed during FW activation. Can you try to read out the info pointer like we do in the app_error_weak.c:app_error_fault_handler() used by the regular BLE examples to find out which assertion it is? I think it&amp;#39;s a bit strange that it doesn&amp;#39;t occur more consistently.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Log file name and line number of where the assertion occurred:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;        case NRF_FAULT_ID_SDK_ASSERT:
        {
            assert_info_t * p_info = (assert_info_t *)info;
            NRF_LOG_ERROR(&amp;quot;ASSERTION FAILED at %s:%u&amp;quot;,
                          p_info-&amp;gt;p_file_name,
                          p_info-&amp;gt;line_num);
            break;
        }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>