<?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>There is an error in the WDT driver  SDK15.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49901/there-is-an-error-in-the-wdt-driver-sdk15-2</link><description>When the value of reload_value is too large, the calculation will exceed the maximum allowed by uint32_t。</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 Jul 2019 10:51:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49901/there-is-an-error-in-the-wdt-driver-sdk15-2" /><item><title>RE: There is an error in the WDT driver  SDK15.2</title><link>https://devzone.nordicsemi.com/thread/200256?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2019 10:51:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02b92668-8dd4-4fab-ba4d-af6ae0ebae03</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Another case today:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/50147/wdt-triggered-too-early"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/50147/wdt-triggered-too-early&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: There is an error in the WDT driver  SDK15.2</title><link>https://devzone.nordicsemi.com/thread/199583?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 15:57:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d0db93f-e6cc-4fea-a3ed-b5d58fb7e89c</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;You are completely right, thanks for reporting it. This bug was discovered&amp;nbsp;in SDK 11 as well, and has been reported and fixed (look at SDK 14.X.0). However, it seems like the the bug is reintroduced with the new nrfx drivers. I have reported the bug internally.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: There is an error in the WDT driver  SDK15.2</title><link>https://devzone.nordicsemi.com/thread/199283?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 12:38:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:360a2bd8-c88f-4047-b342-3e890c27d817</guid><dc:creator>kxct</dc:creator><description>&lt;p&gt;Please take a look at this code. Data overflow when performing multiplication。&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    nrf_wdt_reload_value_set((p_config-&amp;gt;reload_value * 32768) / 1000);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: There is an error in the WDT driver  SDK15.2</title><link>https://devzone.nordicsemi.com/thread/199268?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 12:19:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70421418-31ec-47a3-8bf7-271da6718ebe</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;This is not an error, it is not the intention that the reload value should be bigger than&amp;nbsp;4294967295 (largest number that a 32 bit variable can hold), see&amp;nbsp;WDT_CONFIG_RELOAD_VALUE in the sdk_config.h:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;o&amp;gt; WDT_CONFIG_RELOAD_VALUE - Reload value  &amp;lt;15-4294967295&amp;gt; 


#ifndef WDT_CONFIG_RELOAD_VALUE
#define WDT_CONFIG_RELOAD_VALUE 2000
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>