<?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>How to configure UART with low power</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27147/how-to-configure-uart-with-low-power</link><description>Now I&amp;#39;m using NRF52832 to communicate with other MCU(STM32) by UART. 
 STM32 will transmits about 40 bytes data to NRF52832 per 10ms. 
 Here is my configure referenced Nordic\nRF5_SDK_12.0.0_12f24da\examples\ble_peripheral\ble_app_uart 
 static void</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Dec 2017 21:04:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27147/how-to-configure-uart-with-low-power" /><item><title>RE: How to configure UART with low power</title><link>https://devzone.nordicsemi.com/thread/106913?ContentTypeID=1</link><pubDate>Tue, 05 Dec 2017 21:04:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f78af425-204e-4227-a1ee-8760c3e4e2fe</guid><dc:creator>Nate</dc:creator><description>&lt;p&gt;Did you figure this out? I am running into the same issues with power and the uart and my numbers are almost the same as  yours as far as power with the uart enabled and disabled&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure UART with low power</title><link>https://devzone.nordicsemi.com/thread/106912?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2017 06:42:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6de94b2-8853-4174-9100-71f8618ca989</guid><dc:creator>fanleung</dc:creator><description>&lt;p&gt;Hi, thank you for answer.&lt;/p&gt;
&lt;p&gt;Howerve, if I delete &lt;code&gt;uart_init()&lt;/code&gt;, the current is nearly 20uA  and 200uA while advertising and connected.&lt;/p&gt;
&lt;p&gt;I used to use SPI peripherals on other products to drive Sensor chip, and connect the phone to send the same size data, the total current is only 2.4mA. I think the UART is the internal peripherals, and it should be lower power.&lt;/p&gt;
&lt;p&gt;Accoding to your description, do you think UART cost 2.4mA is normal ?&lt;/p&gt;
&lt;p&gt;Or do you have any suggestion for me to low the current ?&lt;/p&gt;
&lt;p&gt;thanks again!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure UART with low power</title><link>https://devzone.nordicsemi.com/thread/106911?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2017 05:53:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:777b0fb7-cc96-44b8-aa88-5f9c00ddd1d1</guid><dc:creator>thischier</dc:creator><description>&lt;p&gt;I guess that you forgot the shared resources and other power consumption which is added to the above mentioned electrical characteristics...&lt;/p&gt;
&lt;p&gt;For example, when you are sending some data over UART and haven&amp;#39;t configured the UART with easy DMA, your processor is running and you need to add the power consumption of the CPU, the same with the needed crystals etc...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>