<?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>UARTE DMA keeps clock active</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53678/uarte-dma-keeps-clock-active</link><description>Hi, 
 for a new project we use the NRF52480, I can get it into low power mode with a total use of 20&amp;#181;A ( with all the other hardware on the board ). But when I initialize the UARTE, even without communicating, the current consumption jumps to 610&amp;#181;A when</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Oct 2019 13:20:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53678/uarte-dma-keeps-clock-active" /><item><title>RE: UARTE DMA keeps clock active</title><link>https://devzone.nordicsemi.com/thread/217091?ContentTypeID=1</link><pubDate>Mon, 28 Oct 2019 13:20:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28cadef1-9332-4ae0-b09e-e4c75b44ff9e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="84531" url="~/f/nordic-q-a/53678/uarte-dma-keeps-clock-active"]I have already tried disabling the UARTE peripheral even after waiting for the last writing action of the DMA but nothing seems to work.[/quote]
&lt;p&gt;Did you use&amp;nbsp;&lt;span&gt;nrfx_uarte_uninit() /&amp;nbsp;nrf_drv_uart_uninit() for this ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If yes, make sure that use the latest version of nrfx.&amp;nbsp;The&amp;nbsp;new driver version now waits for&amp;nbsp;TX_STOPPED event before disabling the&amp;nbsp;peripheral. This&amp;nbsp;gracefully uinit of the UARTE peripheral was introduced in nrfx v1.7.2. See&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/nrfx/blob/master/drivers/src/nrfx_uarte.c#L266"&gt;this link.&lt;/a&gt;&amp;nbsp;(Note that SDK 15.3 is bundled with nrfx v1.6.2)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>