<?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>Power Consumption issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55411/power-consumption-issue</link><description>Hi all, 
 we are using nRF52810 and SDK 15.3.0 
 Project is based on central and peripheral concept . 
 
 we are facing issue with the peripheral BLE power consumption. 
 In the attached peripheral code, Application timer is set for every 15 minutes and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Dec 2019 10:59:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55411/power-consumption-issue" /><item><title>RE: Power Consumption issue</title><link>https://devzone.nordicsemi.com/thread/225590?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2019 10:59:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fdbed20-73ce-4fd5-a5aa-874d3d021971</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi venu&lt;/p&gt;
&lt;p&gt;Sorry, I have updated the code snippet in my last reply to one that should work for you.&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: Power Consumption issue</title><link>https://devzone.nordicsemi.com/thread/225540?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2019 07:59:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:763ef208-9e1b-4e16-a809-5ec17a1ff0c0</guid><dc:creator>venu gopal</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;We are getting error while&amp;nbsp;building the code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It shows missing structure of &amp;ldquo;mst_uartConfig&amp;rdquo; at the time of build.&lt;/p&gt;
&lt;p&gt;please give us suggestion to resolve the error.&lt;/p&gt;
&lt;p&gt;kindly refer the attached image file for the error message.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/3021.error.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks and Regards,&lt;/p&gt;
&lt;p&gt;venu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Consumption issue</title><link>https://devzone.nordicsemi.com/thread/225107?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2019 09:38:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9b06716-ee86-4414-ba96-80e7b8e09856</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please try uninitializing the UARTE by stopping RX/TX operations, calling the uninit function, and then power cycling the UART peripheral, please see the snippet below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;void disabled_uart(void) {
  uint32_t err_code = app_uart_close();
//  APP_ERROR_CHECK(err_code);

  NRF_UARTE0-&amp;gt;TASKS_STOPTX = 1;
  NRF_UARTE0-&amp;gt;TASKS_STOPRX = 1;
  NRF_UARTE0-&amp;gt;ENABLE = 0;
  
  /* Workaround by disabling the UART peripherals due to Nordic SDK15.0 issue */
  *(volatile uint32_t *)0x40002FFC = 0; /* Power down UARTE0 */
  *(volatile uint32_t *)0x40002FFC;     
  *(volatile uint32_t *)0x40002FFC = 1; /* Power on UARTE0 so it is ready for next time */
}
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;What exactly is happening is explained in this post if you got any questions on this procedure.&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: Power Consumption issue</title><link>https://devzone.nordicsemi.com/thread/224885?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2019 10:33:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a95ad6cd-6a4e-4cfc-b2f2-f880c04d7d1b</guid><dc:creator>Gaurav Kapoor</dc:creator><description>&lt;p&gt;HI Dears , Pls help to verify these files and advise changes tks Gaurav&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/51238.main.c"&gt;devzone.nordicsemi.com/.../51238.main.c&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrfx_5F00_uarte.c"&gt;devzone.nordicsemi.com/.../nrfx_5F00_uarte.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Consumption issue</title><link>https://devzone.nordicsemi.com/thread/224487?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 14:14:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca0987d3-5ccf-4f08-b40a-a35e0584da3f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Correct &lt;a href="https://devzone.nordicsemi.com/members/joakimsaaz"&gt;joakimsaaz&lt;/a&gt;, this&amp;nbsp;current draw indicates that the UART isn&amp;#39;t disabled properly. Please disable the UART peripheral before going to sleep in your application.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Consumption issue</title><link>https://devzone.nordicsemi.com/thread/224461?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 13:31:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4375d64-b7e2-4397-86f4-4cc96ff3704a</guid><dc:creator>joakimsaaz</dc:creator><description>&lt;p&gt;I don&amp;#39;t know if this applies to the nrf5 SDK but try and disable UART. In the boards I have tried with the nRFConnect SDK (Using Zephyr), 600uA is generally an indicator of that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>