<?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 fault problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54178/app-fault-problem</link><description>Hi nordic, 
 I am developing with nrf52832, s132,v15.2,0.I am using secure dfu bootloader. But its connecting in nrf_connect app, after connected, i got this below mention error and while uploading zip package from the nrf_connect app i getting GATT error</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Nov 2019 12:31:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54178/app-fault-problem" /><item><title>RE: App fault problem</title><link>https://devzone.nordicsemi.com/thread/219281?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2019 12:31:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c44e0f6e-81bc-4724-86ab-d6cb20bc0f84</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Anitha,&lt;/p&gt;
&lt;p&gt;The fault id indicates that an&amp;nbsp;NRF_FAULT_ID_SDK_ASSERT has occurred somewhere in your code. I&amp;#39;m not sure why this would happen upon connection, but you can read out the&amp;nbsp;assert_info_t struct stored at&amp;nbsp;&lt;span&gt;0x2000FD10 to find the line number and file name of where occurred.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;E.g.,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; assert_info_t * p_info = (assert_info_t *) 0x2000FD10;&lt;br /&gt; NRF_LOG_ERROR(&amp;quot;ASSERTION FAILED at %s:%u&amp;quot;,&lt;br /&gt; p_info-&amp;gt;p_file_name,&lt;br /&gt; p_info-&amp;gt;line_num);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Vidar&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>