<?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>Using UART and UARTE together - problem with interrupt?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94548/using-uart-and-uarte-together---problem-with-interrupt</link><description>When I initialise an UARTE after an UART I get a ERROR 17 [RF_ERROR_BUSY]. Its fine if UART not initialised. 
 
 It drops out in nrfx_uarte_init at this point 
 
 
 
 
 To me it looks like they can&amp;#39;t be use the same interrupt. I cannot see a way of changing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Dec 2022 11:11:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94548/using-uart-and-uarte-together---problem-with-interrupt" /><item><title>RE: Using UART and UARTE together - problem with interrupt?</title><link>https://devzone.nordicsemi.com/thread/399154?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 11:11:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54317285-548e-48cf-bf31-3d3dee881008</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Nguyen is correct. You can only use either UARTE or UART, not both at the same time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In general I would recommend using the UARTE peripheral over the UART peripheral, because of the enhancements it offers. The UART peripheral was only included in the part to avoid breaking legacy code using the UART.&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><item><title>RE: Using UART and UARTE together - problem with interrupt?</title><link>https://devzone.nordicsemi.com/thread/399034?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2022 17:05:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1a3c291-1825-4a13-8e4e-3a03f88bded0</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;UART &amp;amp; UARTE is the same UART. &amp;nbsp;It differs in operating mode. &amp;nbsp;UART is gpio transfer, UARTE is DMA transfer. Hence same interrupt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>