<?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>Disabling UART RX issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69666/disabling-uart-rx-issues</link><description>I am experience some for me strange behavior with UART0 on a nrf52832. Let me explain: 
 First I initialize the UART using: 
 APP_UART_FIFO_INIT(...) 
 with parameters setup to match my requirements. I assume this done on UART0 since there is no parameter</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Dec 2020 13:54:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69666/disabling-uart-rx-issues" /><item><title>RE: Disabling UART RX issues</title><link>https://devzone.nordicsemi.com/thread/286857?ContentTypeID=1</link><pubDate>Tue, 29 Dec 2020 13:54:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39110bfa-aa70-4c51-ab8a-57c5909fce57</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Kim&lt;/p&gt;
&lt;p&gt;I am happy to help. Unless you have more questions I will consider the case&amp;nbsp;resolved &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling UART RX issues</title><link>https://devzone.nordicsemi.com/thread/286409?ContentTypeID=1</link><pubDate>Wed, 23 Dec 2020 08:11:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2fddea2-a231-4c0e-b272-37ead33b108f</guid><dc:creator>navman</dc:creator><description>&lt;p&gt;Yes I see using using both the higher level app_uart library and the lower level driver functions in the same application, things gets &amp;quot;messed up&amp;quot; in the app library. Using the the app_uart library only seems to solve the issues. Thanks for your advice.&lt;/p&gt;
&lt;p&gt;Br&lt;/p&gt;
&lt;p&gt;Kim&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling UART RX issues</title><link>https://devzone.nordicsemi.com/thread/285872?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 14:49:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e473c2f-9e33-47e9-8d03-b49326243c96</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Kim&lt;/p&gt;
&lt;p&gt;The nRF52832 only has one UART interface, so you have to use UART0 or UARTE0.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which instance to use is set by the index provided in the NRF_DRV_UART_INSTANCE(index) macro.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In general you should not use any of the nrf_drv_uart functions if you are using a higher level UART library such as app_uart.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To really ensure minimal sleep current it is best to disable the UART completely, using app_uart_close().&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, if you were using a later SDK I would recommend switching to the nrf_libuarte driver,&amp;nbsp;but in SDK v14.0.0 this one is not available.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>