<?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>Getting the following error message when working with Laird BL652 (nRF52832): NRF_FAULT: id=\01 pc=0x442dc info=323743.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58580/getting-the-following-error-message-when-working-with-laird-bl652-nrf52832-nrf_fault-id-01-pc-0x442dc-info-323743</link><description>We have a customer getting the following error message when working with Laird BL652 (nRF52832): NRF_FAULT: id=\01 pc=0x442dc info=323743 . 
 Please advise what this NRF_Fault indicates. 
 Regards, 
 Rikki</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Mar 2020 12:36:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58580/getting-the-following-error-message-when-working-with-laird-bl652-nrf52832-nrf_fault-id-01-pc-0x442dc-info-323743" /><item><title>RE: Getting the following error message when working with Laird BL652 (nRF52832): NRF_FAULT: id=\01 pc=0x442dc info=323743.</title><link>https://devzone.nordicsemi.com/thread/237730?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 12:36:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b508b84-ec7a-4535-b6ab-705b2de69326</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is the code going into app_error_save_and_stop() ? If yes, then you should be able to look at the call stack to see where the error is coming from. If you set DEBUG as a preprocessor symbol, the error-code and where the error is coming from should also be printed by nrf_log (you can use either UART or Segger RTT as logger backend).&lt;/p&gt;
&lt;p&gt;Since&amp;nbsp;you have the PC value, and if you have the .elf file, you could use&amp;nbsp;arm-none-eabi-addr2line to find where it is failing also.&lt;/p&gt;
&lt;p&gt;// Example, pc=0x01BEEF&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ arm-none-eabi-addr2line 0x01BEEF -e app_beacon.elf

C:\folder\SDK\src\main.c:34&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>