<?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>nRF52840 - System ON mode with RTC wake-up and Lowest power consumption as possible</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45839/nrf52840---system-on-mode-with-rtc-wake-up-and-lowest-power-consumption-as-possible</link><description>HI, 
 We are currently using System ON mode with RTC is running, and we are not facing any problem. But our concern is power consumption 
 We are using below peripherals with ble functionalities in our application... 
 1) 2 - SPI 
 2) 1 - TWI 
 3) 5 </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Apr 2019 12:05:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45839/nrf52840---system-on-mode-with-rtc-wake-up-and-lowest-power-consumption-as-possible" /><item><title>RE: nRF52840 - System ON mode with RTC wake-up and Lowest power consumption as possible</title><link>https://devzone.nordicsemi.com/thread/181035?ContentTypeID=1</link><pubDate>Tue, 09 Apr 2019 12:05:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:987fafd2-daa3-47df-b1ae-52a148662a36</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Is 1.2 mA with DCDC enabled? And are you using nRF52832? If so, this number corresponds well with the HF clock and DMA bus being active. Sometimes the SPI and TWI will not release the clock if they are not disabled properly. Can you please post some code showing how you disable the peripherals?&lt;/p&gt;
&lt;p&gt;There&amp;#39;s more info about this in these posts:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/37754/putting-i2c-peripheral-back-into-lowest-power-state/145646#145646"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/37754/putting-i2c-peripheral-back-into-lowest-power-state/145646#145646&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/26030/how-to-reach-nrf52840-uarte-current-supply-specification/102605#102605"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/26030/how-to-reach-nrf52840-uarte-current-supply-specification/102605#102605&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In the workaround proposed in the above two posts please change the xx part of the register address to the peripheral you are using: 0x400&lt;strong&gt;xx&lt;/strong&gt;FFC&lt;/p&gt;
&lt;p&gt;You can find the base address for the different peripherals here: &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/memory.html?cp=2_1_0_7_3#topic"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/memory.html?cp=2_1_0_7_3#topic&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 - System ON mode with RTC wake-up and Lowest power consumption as possible</title><link>https://devzone.nordicsemi.com/thread/180786?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2019 13:20:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5463f54f-2bb2-4d08-a2c5-b9fdce9ee742</guid><dc:creator>Circuit Designers</dc:creator><description>&lt;p&gt;i am already doing all three points you told me to do.&lt;/p&gt;
&lt;p&gt;By doing those i am getting 1.4mA current after disabling all and doing all you mentioned.&lt;/p&gt;
&lt;p&gt;Our BLE chip is consuming 1.0mA to 1.2mA&amp;nbsp; current out of&amp;nbsp; 1.4mA.&lt;/p&gt;
&lt;p&gt;Any further solution ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 - System ON mode with RTC wake-up and Lowest power consumption as possible</title><link>https://devzone.nordicsemi.com/thread/180753?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2019 12:24:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f478701-0a9d-4380-9e3e-4ad9811e9e88</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;A) You should stop and disable the SPI, TWI and timers (TIMER peripheral, not the RTC timers).&lt;/p&gt;
&lt;p&gt;B)&amp;nbsp; You stop and disable the peripherals pretty much the same way as you enable them, using the SDK libraries.&lt;/p&gt;
&lt;p&gt;C) After all the peripherals are stopped, you need to put the CPU to system ON idle mode, which is done by running __WFE() in a loop&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 - System ON mode with RTC wake-up and Lowest power consumption as possible</title><link>https://devzone.nordicsemi.com/thread/180698?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2019 10:03:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbff074b-79da-4aa9-be26-09a46bb3de6d</guid><dc:creator>Circuit Designers</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Any Suggestion ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 - System ON mode with RTC wake-up and Lowest power consumption as possible</title><link>https://devzone.nordicsemi.com/thread/180694?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2019 09:55:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a18c0367-2756-41df-8e6b-4be2621ddda1</guid><dc:creator>Circuit Designers</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Any Suggestion ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>