<?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>Low power UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60154/low-power-uart</link><description>I would like to use Uart with low standby power consumption. and I have read this post which recommend to use libuarte: 
 https://devzone.nordicsemi.com/f/nordic-q-a/53880/low-power-uart-library/217761#217761 
 
 I try the libuarte example , the standby</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Apr 2020 14:51:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60154/low-power-uart" /><item><title>RE: Low power UART</title><link>https://devzone.nordicsemi.com/thread/244780?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2020 14:51:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd26c4b6-5549-4628-b822-22a1c0bc3657</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;How you do this depends a bit how you want to do it:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_libuarte.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_libuarte.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can use&amp;nbsp;nrf_libuarte_drv directly, in which case&amp;nbsp;when you init&amp;nbsp;&lt;span&gt;nrf_libuarte_drv_init() you can&amp;nbsp;specify which events (e.g. from a GPIO falling or rising edge) to start and stop RX by configure startrx_evt and stoprx_evt as described here:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/structnrf__libuarte__drv__config__t.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/structnrf__libuarte__drv__config__t.html&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Alternatively if you use&amp;nbsp;nrf_libuarte_async (which is built on top of nrf_libuarte_drv()), then you have less flexibility. Then you need to init and uninit nrf_libuarte_async to start and stop rx, this can for instance be done from a GPIO interrupt.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Kenneth&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>