<?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>Reset Reason not indicating WDT Reset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126673/reset-reason-not-indicating-wdt-reset</link><description>My project is running on an nRF52832 with the soft device enabled. At the start of my project I have the following 
 
 When I reset the system our normal way (calling nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_STAY_IN_SYSOFF) with a gpio interrupt configured</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 23 Jan 2026 17:55:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126673/reset-reason-not-indicating-wdt-reset" /><item><title>RE: Reset Reason not indicating WDT Reset</title><link>https://devzone.nordicsemi.com/thread/559484?ContentTypeID=1</link><pubDate>Fri, 23 Jan 2026 17:55:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9780b03-f510-4390-89b9-95491d80ec0a</guid><dc:creator>_Scott_</dc:creator><description>&lt;p&gt;Calling&amp;nbsp;&lt;span&gt;sd_power_reset_reason_get() prior to initializing the soft device was indeed my issue. Using&amp;nbsp;nrf_power_resetreas_get() returns the values I expected, thank you for the help.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset Reason not indicating WDT Reset</title><link>https://devzone.nordicsemi.com/thread/559472?ContentTypeID=1</link><pubDate>Fri, 23 Jan 2026 13:47:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36156ee4-38a1-42c9-a40d-a41f637ae5eb</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The value of&amp;nbsp;reset_reason is clearly invalid here. That is expected if you call &lt;code&gt;sd_power_reset_reason_get()&lt;/code&gt; and&amp;nbsp;&lt;code&gt;sd_power_reset_reason_clr()&lt;/code&gt; before the SoftDevice is enabled. Is that the case? If not, can you show more about how/where this is called?&lt;/p&gt;
&lt;p&gt;You will either have to wait until the&amp;nbsp;SoftDevice is enabled when using this API, alternatively, you could also use&amp;nbsp;&lt;code&gt;nrf_power_resetreas_get()&lt;/code&gt; and&amp;nbsp;&lt;code&gt;nrf_power_resetreas_clear()&lt;/code&gt;, but&amp;nbsp;note that&amp;nbsp;in this case, you must make sure to only call&amp;nbsp;&lt;code&gt;nrf_power_resetreas_clear()&lt;/code&gt; &lt;em&gt;before&lt;/em&gt; the SoftDevice is enabled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>