<?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 HW Flowcontrol nRF52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16921/uarte-hw-flowcontrol-nrf52</link><description>Hello, 
 i am using the nRF52 Development Board with SDK 11 and I have trubble with the UARTE Interface with DMA. Parallel I have running the ESB protocol.
I know the problems with UARTE and DMA and the FIFO. So I only use the nrf_drv_uarte.c that I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Oct 2016 12:10:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16921/uarte-hw-flowcontrol-nrf52" /><item><title>RE: UARTE HW Flowcontrol nRF52</title><link>https://devzone.nordicsemi.com/thread/64857?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 12:10:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6b4e50c-13bd-4032-905e-a0963994f343</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;I noticed some problems with the flow control when using nrf_drv_uart, but they where fixed when calling &lt;code&gt;nrf_drv_uart_rx(rx_buffer,1)&lt;/code&gt; after &lt;code&gt;nrf_drv_uart_init(&amp;amp;config, uart_event_handler)&lt;/code&gt;. Without flow control it should work. For example like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;static uint8_t tx_buffer[13] = &amp;quot;hello world\n&amp;quot;;
nrf_drv_uart_tx(tx_buffer, 13);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Does it work if you use app_uart_fifo instead?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>