<?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>nRF52 SDK13 fall</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22315/nrf52-sdk13-fall</link><description>When I start program, my program fall down to 
 __WEAK void app_error_fault_handler(uint32_t id, uint32_t pc, uint32_t info)
{
NRF_LOG_ERROR(&amp;quot;Fatal\r\n&amp;quot;);
NRF_LOG_FINAL_FLUSH();
// On assert, the system can only recover with a reset.
#ifndef DEBUG</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Jun 2017 09:10:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22315/nrf52-sdk13-fall" /><item><title>RE: nRF52 SDK13 fall</title><link>https://devzone.nordicsemi.com/thread/87735?ContentTypeID=1</link><pubDate>Fri, 02 Jun 2017 09:10:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a109dcf-d1e0-425e-ae8f-9f72a6122e04</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You need to add DEBUG define, and set optimization level to 0. Please follow &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/#60126"&gt;this guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After that you can add a breakpoint in app_error_handler() (or where app_error_fault_handler is called), and you can find information about&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;error_info_t error_info =
{
    .line_num    = line_num,
    .p_file_name = p_file_name,
    .err_code    = error_code,
};
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 SDK13 fall</title><link>https://devzone.nordicsemi.com/thread/87734?ContentTypeID=1</link><pubDate>Thu, 01 Jun 2017 14:50:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c32852a9-6d0b-426a-aa51-356b6cb4f520</guid><dc:creator>Mikhail</dc:creator><description>&lt;p&gt;Sorry, I can&amp;#39;t understand You how to do it.
I have info pointer is 0x20008438
What will I do next?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 SDK13 fall</title><link>https://devzone.nordicsemi.com/thread/87733?ContentTypeID=1</link><pubDate>Fri, 26 May 2017 09:28:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d11a7c7d-7f90-47be-993e-b08d76254af8</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Mikhail,&lt;/p&gt;
&lt;p&gt;Please look inside error_info pointer to find the line_num, file_name and err_code of what causes the error. You may need to add &amp;quot;DEBUG&amp;quot; in the C/C++ preprocessor symbols setting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>