<?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>About how to turn off the watchdog</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68542/about-how-to-turn-off-the-watchdog</link><description>Hello 
 Current software version nrf5_ SDK_ 14.2.0_ 17b948a uses chip nrf52832 
 Because the product needs to sleep, turn off the watchdog when entering sleep 
 The function is not implemented. Please see the figure below 
 void nrf_drv_wdt_disable(void</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Nov 2020 08:33:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68542/about-how-to-turn-off-the-watchdog" /><item><title>RE: About how to turn off the watchdog</title><link>https://devzone.nordicsemi.com/thread/281957?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2020 08:33:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c72cb4e-956a-4bfe-a5b8-6419445dbf93</guid><dc:creator>creator</dc:creator><description>&lt;p&gt;Hello, thank you for your support. Sleep 1 is OK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About how to turn off the watchdog</title><link>https://devzone.nordicsemi.com/thread/281802?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 12:52:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3b9ed90-8f46-4740-bac8-37ca42d4218b</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;How are you measuring the current consumption? and did you add a delay after enabling/reloading the WDT before entering system on idle? see-&amp;gt; &lt;a title="This anomaly applies to IC Rev. Revision 2, build codes CIAA-Ex0, QFAA-Ex0, QFAB-Ex0." href="https://infocenter.nordicsemi.com/topic/errata_nRF52832_Rev2/ERR/nRF52832/Rev2/latest/anomaly_832_88.html#anomaly_832_88"&gt;&lt;span&gt;Increased current consumption when configured to pause in System ON idle&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About how to turn off the watchdog</title><link>https://devzone.nordicsemi.com/thread/281234?ContentTypeID=1</link><pubDate>Mon, 23 Nov 2020 06:39:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffe39fc3-3bdd-435e-8781-c0fb08fc1fe1</guid><dc:creator>creator</dc:creator><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;Add watchdog configuration WDT_ CONFIG_ Behaviour 8 or 0 is the same&lt;/p&gt;
&lt;p&gt;The power consumption changes below 1mA,&lt;/p&gt;
&lt;p&gt;If the watchdog is not added, the power consumption is always stable at 14ua,&lt;/p&gt;
&lt;p&gt;So this configuration doesn&amp;#39;t work. Do you know why?&lt;/p&gt;
&lt;p&gt;Thank you for your reply&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About how to turn off the watchdog</title><link>https://devzone.nordicsemi.com/thread/280893?ContentTypeID=1</link><pubDate>Thu, 19 Nov 2020 12:45:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ab35fe6-43e9-4c0c-ac2c-b2e21a4e2d33</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Yes, You can use &lt;em&gt;&amp;lt;8=&amp;gt; Pause in SLEEP, Run in HALT&lt;/em&gt; to to pause the watchdog when the cpu is not running. Or you can use&lt;em&gt; &amp;lt;0=&amp;gt; Pause in SLEEP and HALT&lt;/em&gt;. It depends on how you want it to behave.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About how to turn off the watchdog</title><link>https://devzone.nordicsemi.com/thread/280883?ContentTypeID=1</link><pubDate>Thu, 19 Nov 2020 12:27:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2ccd578-3e90-420d-baaa-c632641aff12</guid><dc:creator>creator</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;// &amp;lt;o&amp;gt; WDT_CONFIG_BEHAVIOUR - WDT behavior in CPU SLEEP or HALT mode&lt;br /&gt; &lt;br /&gt;// &amp;lt;1=&amp;gt; Run in SLEEP, Pause in HALT &lt;br /&gt;// &amp;lt;8=&amp;gt; Pause in SLEEP, Run in HALT &lt;br /&gt;// &amp;lt;9=&amp;gt; Run in SLEEP and HALT &lt;br /&gt;// &amp;lt;0=&amp;gt; Pause in SLEEP and HALT&lt;/p&gt;
&lt;p&gt;#ifndef WDT_CONFIG_BEHAVIOUR&lt;br /&gt;#define WDT_CONFIG_BEHAVIOUR 8&lt;/p&gt;
&lt;div class="trans-right"&gt;
&lt;div class="output-wrap"&gt;
&lt;div class="output-mod ordinary-wrap"&gt;
&lt;div class="output-bd" dir="ltr"&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;&lt;span class=""&gt;Is this the configuration&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About how to turn off the watchdog</title><link>https://devzone.nordicsemi.com/thread/280844?ContentTypeID=1</link><pubDate>Thu, 19 Nov 2020 10:55:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51947668-cb5c-4907-b91a-98935b9dbdf2</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Once the watchdog is enabled you cannot disable it unless the chip is reset. However you can configure it to run only if the cpu is running, but then you have to make sure you feed it once in a while in case the cpu do run (would be the case if you are using softdevice)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>