<?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 APIs in Peripheral and Common SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47217/uart-apis-in-peripheral-and-common-sdk</link><description>What is the difference between APIs in below sections: 
 app_uart_xxx ( under nRF5 SDK v15.3.0 &amp;gt; API Reference &amp;gt; SDK common libraries ) 
 nrfx_uart_xxx ( under nRF5 SDK v15.3.0 &amp;gt; API Reference &amp;gt; Peripheral drivers &amp;gt; Peripheral drivers ) ? 
 And I understand</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 May 2019 09:56:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47217/uart-apis-in-peripheral-and-common-sdk" /><item><title>RE: UART APIs in Peripheral and Common SDK</title><link>https://devzone.nordicsemi.com/thread/186905?ContentTypeID=1</link><pubDate>Tue, 14 May 2019 09:56:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83055505-b3c1-44a2-9241-6325932360ca</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;No problem to use &amp;quot;old&amp;quot;&amp;nbsp; no.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART APIs in Peripheral and Common SDK</title><link>https://devzone.nordicsemi.com/thread/186709?ContentTypeID=1</link><pubDate>Mon, 13 May 2019 12:48:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a9395f0-9bb6-4f4d-9ffd-68e79b73e14a</guid><dc:creator>Aadishri GS</dc:creator><description>[quote user="kme"]So there are various UART drivers and libraries in the nRF SDK, e.g. app_uart (&amp;quot;old&amp;quot; lib), libuarte (&amp;quot;new&amp;quot; lib), nrf_drv_uart (&amp;quot;old&amp;quot; driver) and nrfx_uarte (&amp;quot;new&amp;quot; driver).[/quote]
&lt;p&gt;&amp;nbsp;So these &amp;quot;old&amp;quot; parts are not obsolete? It can still be used?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART APIs in Peripheral and Common SDK</title><link>https://devzone.nordicsemi.com/thread/186708?ContentTypeID=1</link><pubDate>Mon, 13 May 2019 12:07:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef803ca5-943c-43cd-b3e4-259fd1170ffd</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;So there are various UART drivers and libraries in the nRF SDK, e.g. app_uart (&amp;quot;old&amp;quot; lib), libuarte (&amp;quot;new&amp;quot; lib), nrf_drv_uart (&amp;quot;old&amp;quot; driver) and nrfx_uarte (&amp;quot;new&amp;quot; driver).&lt;/p&gt;
&lt;p&gt;They provide different abstraction and functionality of using the UART peripheral in an application.&lt;/p&gt;
&lt;p&gt;In general the nrfx* is the low level driver that give you full control over the peripheral, while the app*/lib* library give you more high level api where you don&amp;#39;t need to think about the low level hardware registers.&lt;/p&gt;
&lt;p&gt;Which to use depends on your requirements, if you find that the app*/lib* provide the functionality you need then there is no need to use the nrfx* driver.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>