<?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>NRF52832  FREERTOS    power Power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81978/nrf52832-freertos-power-power-consumption</link><description>application : examples\ble_peripheral\ble_app_hrs_freertos 
 I am using nRF52832 with sdk 17.0.2,+ freertos. 
 I need to implement low power with LOG_ENABLED,but the Power consumption seems a little bit high 
 pls help me and give me some solutions,Hope</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Nov 2021 12:52:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81978/nrf52832-freertos-power-power-consumption" /><item><title>RE: NRF52832  FREERTOS    power Power consumption</title><link>https://devzone.nordicsemi.com/thread/340339?ContentTypeID=1</link><pubDate>Tue, 23 Nov 2021 12:52:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1da7713e-04fa-4317-921c-cde9891c316b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Enabling the logging module will use some additional current I&amp;#39;m afraid. You can minimize this by disabling it whenever your device is going to sleep, and by using RTT as the logger backend instead of the UART peripheral, as the RTT will not use current unless the debugger is connected. This is done by setting the&lt;/p&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;NRF_LOG_BACKEND_UART_ENABLED define to 0 and the&amp;nbsp;&lt;/span&gt;&lt;/span&gt;NRF_LOG_BACKEND_RTT_ENABLED define to 1 in your sdk_config.h.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;For some additional ways to reduce/minimize current consumption, please check out the&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf52-designs"&gt; optimizing power blog post available here.&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Best regards,&lt;/div&gt;
&lt;div&gt;Simon&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832  FREERTOS    power Power consumption</title><link>https://devzone.nordicsemi.com/thread/340059?ContentTypeID=1</link><pubDate>Mon, 22 Nov 2021 12:34:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb2ceae0-f278-430f-bb9b-cd5bb4d86696</guid><dc:creator>h.wen</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static void idle_state_handle(void)
{
    if (NRF_LOG_PROCESS() == false)
    {
        nrf_pwr_mgmt_run();
    }
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>