<?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>How to enable the uarte RXDRDY interrupt?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35956/how-to-enable-the-uarte-rxdrdy-interrupt</link><description>Hi, All! 
 I am using nRF52832, the uart0 tx/rx works well, but the uarte0 can send bytes, but can not receive any bytes. The code as follows, could you help me please? 
 #define YTALK_PIN 28 
 // gpio nrf_gpio_cfg_input(YTALK_PIN, NRF_GPIO_PIN_NOPULL</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Jul 2018 11:19:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35956/how-to-enable-the-uarte-rxdrdy-interrupt" /><item><title>RE: How to enable the uarte RXDRDY interrupt?</title><link>https://devzone.nordicsemi.com/thread/139878?ContentTypeID=1</link><pubDate>Thu, 12 Jul 2018 11:19:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2e4f92b-c95c-4231-be52-53f7ccaca11a</guid><dc:creator>tovax</dc:creator><description>&lt;p&gt;That explains a lot, my problem has been solved, thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable the uarte RXDRDY interrupt?</title><link>https://devzone.nordicsemi.com/thread/138453?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 08:29:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77c4f4c0-e890-44ac-99c3-346b6788fd4d</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;No, You should not use instances that share the same peripheral ID at the same time.&amp;nbsp; &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fmemory.html&amp;amp;anchor=topic"&gt;Here&lt;/a&gt;&amp;nbsp;you can see that both UART0 and UARTE0 has same instance ID of 2.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Shared resources
The UARTE shares registers and other resources with other peripherals that have the same ID as the UARTE.

Therefore, you must disable all peripherals that have the same ID as the UARTE before the UARTE can be configured and used. Disabling a peripheral that has the same ID as the UARTE will not reset any of the registers that are shared with the UARTE. It is therefore important to configure all relevant UARTE registers explicitly to ensure that it operates correctly.

See the Instantiation table in Instantiation for details on peripherals and their IDs.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable the uarte RXDRDY interrupt?</title><link>https://devzone.nordicsemi.com/thread/138365?ContentTypeID=1</link><pubDate>Sat, 30 Jun 2018 08:20:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c42312c-a67d-40f7-bc0d-7bd16b939706</guid><dc:creator>tovax</dc:creator><description>&lt;div class="trans-right"&gt;
&lt;div class="output-wrap"&gt;
&lt;div class="output-mod ordinary-wrap"&gt;
&lt;div class="output-bd" style="padding-bottom:0px;" dir="ltr"&gt;
&lt;p class="ordinary-output target-output clearfix"&gt;&lt;span class="high-light-bg"&gt;Can UART0 and UARTE0 work at the same time?&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>