<?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>Any Current savings after enabling RTC clock.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48451/any-current-savings-after-enabling-rtc-clock</link><description>Hello, 
 
 I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. 
 
 After wakeup from System OFF (due to GPIO event), I want to validate / debounce the pin state for 2 seconds. For this I am planning to use RTC as it will</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Jun 2019 12:43:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48451/any-current-savings-after-enabling-rtc-clock" /><item><title>RE: Any Current savings after enabling RTC clock.</title><link>https://devzone.nordicsemi.com/thread/192375?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2019 12:43:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94dae045-65d0-4534-bc04-30d2d915c453</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;I believe the HFINT will trigger after the 2 seconds, but not while waiting. But you should probably do the measurements to be sure.&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: Any Current savings after enabling RTC clock.</title><link>https://devzone.nordicsemi.com/thread/192263?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2019 08:42:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b843bbda-3df7-452f-8627-9bf0df809b20</guid><dc:creator>beemavishnu</dc:creator><description>&lt;p&gt;Hi Simonr,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Assume in below code most of the time device is in do...while() loop. In this case whether High frequency clock will be executed ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    do
    {
        bStartInputPinStatus = bsp_board_button_state_get(DATALOG_START_BUTTON_ID);
    while(bStartInputPinStatus == false);

    // Enter main loop.
    for (;;)
    {
        idle_state_handle();
    }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Vishnu Beema&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any Current savings after enabling RTC clock.</title><link>https://devzone.nordicsemi.com/thread/192252?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2019 08:24:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22b2a8ad-efad-4213-a0d4-7ea4b4758964</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Vishnu&lt;/p&gt;
&lt;p&gt;The RTC will only need the LFCLK. The HFINT will be turned on when needed (when the CPU is running or when a peripheral request it), and turned off when it isn&amp;#39;t required.&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>