<?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_error_fault_handler() called with PC at 0x169A8</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47417/app_error_fault_handler-called-with-pc-at-0x169a8</link><description>I&amp;#39;m logging the app_error_fault_handler() and I got a reset (on disconnecting, reconecting BLE) from the SoftDevice (id = 1) at address 0x169A8 (pc=92584, info=0). 
 How can I get the cause of this error ? 
 Note I use SDK 15.2 (SoftDevice S132v6.1) </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 May 2019 11:54:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47417/app_error_fault_handler-called-with-pc-at-0x169a8" /><item><title>RE: app_error_fault_handler() called with PC at 0x169A8</title><link>https://devzone.nordicsemi.com/thread/188235?ContentTypeID=1</link><pubDate>Tue, 21 May 2019 11:54:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7f677c9-6118-4662-b55f-8c8fb3534de9</guid><dc:creator>ThierryC</dc:creator><description>&lt;p&gt;Thanks for the answer. About the interrupts, I&amp;#39;m pretty sure I didn&amp;#39;t se the highest priority and I don&amp;#39;t think I disable one.&lt;br /&gt;&lt;br /&gt;About Flash access, in principle with my latest version, I use only FDS and nrf_fstorage_ API only. But I also got some issue in this area : I&amp;#39;m chasing a bug where nrf_fstorage_write() is not working, even after a timeout of 1000 ms. So it may be related...&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll continue investigation in this area.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_error_fault_handler() called with PC at 0x169A8</title><link>https://devzone.nordicsemi.com/thread/187967?ContentTypeID=1</link><pubDate>Mon, 20 May 2019 13:38:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b6c295a-0492-48fd-b4b0-49ce01fe7077</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There could be several reasons for this issue;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You are disabling interrupts globally&lt;/li&gt;
&lt;li&gt;Doing flash access without using the Softdevice flash API&lt;/li&gt;
&lt;li&gt;You have configured an interrupt at the highest priority&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Are you doing any of these things?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>