<?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>Hardfault analysis</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61876/hardfault-analysis</link><description>I got the following hardfault: 
 addr2line 
 returns: 
 
 Did I misinterpreted the hardfault message? Or is the hardfault source really in libvfprintf? How to find out the root cause for this error? 
 [nRF52840, nRF SDK 16.0, Mesh SDK 4.0, SD140 7.0.1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 May 2020 11:00:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61876/hardfault-analysis" /><item><title>RE: Hardfault analysis</title><link>https://devzone.nordicsemi.com/thread/251913?ContentTypeID=1</link><pubDate>Wed, 27 May 2020 11:00:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d81dcfe-5f6b-49c8-bce1-1021c5976531</guid><dc:creator>Turbo J</dc:creator><description>[quote userid="26193" url="~/f/nordic-q-a/61876/hardfault-analysis"]is the hardfault source really in libvfprintf? [/quote]
&lt;p&gt;Most likely a&amp;nbsp; &amp;quot;%s&amp;quot; with the string pointer not properly initialized or otherwise overwritten.&lt;/p&gt;
&lt;p&gt;Might be a simple mistake (using uninitalized memory) - or worse: a stack overflow. The latter can be really hard to debug properly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>