<?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>app_timer will be high consumption when repeated mode and config WDT with pause at CPU sleep</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41952/app_timer-will-be-high-consumption-when-repeated-mode-and-config-wdt-with-pause-at-cpu-sleep</link><description>hello , everyone 
 platform : NRF52832, SDK13.0 , project:\examples\ble_peripheral\ble_app_template 
 I meet such a problem, config app_timer in APP_TIMER_MODE_REPEATED and 100ms period , and do nothing at app_timer_handler , use PPK measured consumption</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Jan 2019 10:30:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41952/app_timer-will-be-high-consumption-when-repeated-mode-and-config-wdt-with-pause-at-cpu-sleep" /><item><title>RE: app_timer will be high consumption when repeated mode and config WDT with pause at CPU sleep</title><link>https://devzone.nordicsemi.com/thread/165115?ContentTypeID=1</link><pubDate>Fri, 11 Jan 2019 10:30:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7a820d7-0c6d-4a72-aafc-9698896ed70f</guid><dc:creator>jacksong</dc:creator><description>&lt;p&gt;ok,thanks for your reply&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_timer will be high consumption when repeated mode and config WDT with pause at CPU sleep</title><link>https://devzone.nordicsemi.com/thread/164757?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 15:17:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1646d20a-1a72-4078-bae4-5a5abffd0923</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi, when you add nrf_delay_us(128) the CPU is running for 128us. The CPU consumes current and it will add to the average idle current. If your application goes to sleep often I think it&amp;#39;s better to use the RUN_SLEEP mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_timer will be high consumption when repeated mode and config WDT with pause at CPU sleep</title><link>https://devzone.nordicsemi.com/thread/163139?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 09:14:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4556e118-23ad-4333-b4a4-2d1801127d9b</guid><dc:creator>jacksong</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;thanks a kind friend remind me ,this is a nrf52832 own bug，this mentioned in &lt;strong&gt;&lt;em&gt;nRF52832 Rev 2 Errata&lt;/em&gt;&lt;/strong&gt;&amp;nbsp;---at anomalies[88].&lt;/p&gt;
&lt;p&gt;refer to the workaround &lt;em&gt;:&lt;/em&gt;Do not enter System ON IDLE within 125 &amp;micro;s after reloading the watchdog, modify my code&lt;em&gt;&amp;nbsp;like this:&lt;pre class="ui-code" data-mode="c_cpp"&gt;	nrf_drv_wdt_channel_feed(m_wdt_channel_id);
        
    nrf_delay_us(128);
&lt;/pre&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;It fixed bug , but the consumption is 15uA more than 8uA( fixed by: config WDT with&amp;nbsp;&lt;span&gt;NRF_WDT_BEHAVIOUR_RUN_SLEEP&lt;/span&gt; ).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I&amp;#39;m confused to&amp;nbsp;choose which way.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Could anybody&amp;nbsp;let me know&amp;nbsp;why the offical workaround is&lt;span style="text-decoration:underline;"&gt; &lt;em&gt;add a delay&lt;/em&gt;&lt;/span&gt; other than&lt;span style="text-decoration:underline;"&gt; &lt;em&gt;change the WDT&amp;nbsp;mode&lt;/em&gt;&lt;/span&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>