<?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>Usage of Secondary Buffer in UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34688/usage-of-secondary-buffer-in-uart</link><description>Recently i am developing an application based on UART on nRF51822 platfrom, where an application receives the data through UART. During development, i went through nRF UART driver module. Inside the nRF UART driver module, i didnt understand the use of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 May 2018 08:14:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34688/usage-of-secondary-buffer-in-uart" /><item><title>RE: Usage of Secondary Buffer in UART</title><link>https://devzone.nordicsemi.com/thread/133361?ContentTypeID=1</link><pubDate>Fri, 25 May 2018 08:14:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d77e03ad-5b00-40fc-ba61-e72f8892402f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Double buffering allows you to read/process one buffer, while one buffer is being filled by the peripheral. The second buffer can be set immediately after the transfer to the first buffer is started. This is described in the API documentation of function&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.3.0/group__nrf__drv__uart.html#ga6c9016e64da332edc16ebb274b6644b7"&gt;nrf_drv_uart_rx&lt;/a&gt;().&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>