<?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>UART EASy DMA api calls</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85037/uart-easy-dma-api-calls</link><description>SD140 
 nrf52833, custom application based BLE Central Uart Project. 
 We would like to try the UART DMA functions available in Soft DEvice, s140_nrf52_7.2.0. 
 I have not found an example project to reference, or the set of functions calls to issue Tx</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Feb 2022 12:56:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85037/uart-easy-dma-api-calls" /><item><title>RE: UART EASy DMA api calls</title><link>https://devzone.nordicsemi.com/thread/354573?ContentTypeID=1</link><pubDate>Wed, 23 Feb 2022 12:56:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b3bd1e3-b047-49b3-832e-b85f809b056c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Dan,&lt;/p&gt;
&lt;p&gt;The UART/UARTE is completely&amp;nbsp;independent from the SoftDevice, so there is no need to consider that in this regard (unlike some other peripherals which must be used via SoftDevice APIs). However, the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/hardware_driver_uart.html"&gt;nRF5 SDK includes drivers for the UART/UARTE peripheral&lt;/a&gt;, which I suspect is what you are interested in.&lt;/p&gt;
&lt;p&gt;You can refer to the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/uart_example.html"&gt;UART Example&lt;/a&gt; for a simple example of how to use the UARTE peripheral.&amp;nbsp;As you want to use DMA, you want to use the UARTE peripheral. This is automatically selected when you specify what you want to use DMA by for instance setting&amp;nbsp;UART0_USE_EASY_DMA to 1 in sdk_config.h.&lt;/p&gt;
&lt;p&gt;To ensure low power&amp;nbsp;consumption you can disable the UART when not needing it, and enable it again afterwards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>