<?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>OpenThread UARTE0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58501/openthread-uarte0</link><description>Hi, 
 I am trying to integrate an UARTE application code with OpenThread example(thread_mqtt_sn_client_publisher_pca10056) on my nRF52840. My application code uses UARTE0 to communicate with other system. 
 
 Here are some of the problems I am encountering</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 02 May 2020 11:34:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58501/openthread-uarte0" /><item><title>RE: OpenThread UARTE0</title><link>https://devzone.nordicsemi.com/thread/247711?ContentTypeID=1</link><pubDate>Sat, 02 May 2020 11:34:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63ad72ce-b0f8-4f0b-ba30-3d02c76e37dd</guid><dc:creator>tejaChintalapati</dc:creator><description>&lt;p&gt;Hi, &lt;a href="https://devzone.nordicsemi.com/members/haakonsh"&gt;haakonsh&lt;/a&gt; I&amp;nbsp;figured out the reason as to why this is happening:&lt;br /&gt;&lt;br /&gt;As explained by many in this forum already, we can&amp;#39;t use UARTE0 with OpenThread as OT uses UARTE0 internally.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For this reason, the only option is to use UARTE1. &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/23690/adding-uarte1-to-cli-openthread-example/93130#93130"&gt;This thread&lt;/a&gt; has a great explanation on how to do that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread UARTE0</title><link>https://devzone.nordicsemi.com/thread/242026?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 09:27:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2c3bf52-8a60-47f3-b0d1-595f024f23da</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You need to search through your codebase for the other definitions for &amp;quot;&lt;span&gt;UARTE0_UART0_IRQHandler&amp;quot; and find what defines it.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread UARTE0</title><link>https://devzone.nordicsemi.com/thread/241729?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2020 08:00:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0bd674f-effc-4b3d-bdcb-97dda098182b</guid><dc:creator>tejaChintalapati</dc:creator><description>&lt;p&gt;Hello community,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there anyone else who can help me out with this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread UARTE0</title><link>https://devzone.nordicsemi.com/thread/238861?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 14:08:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d764e7b2-be7f-49d9-9ba4-e6fd42722e59</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Sorry for the late reply.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Is the&amp;nbsp;&lt;span&gt;UARTE0_UART0_IRQHandler defined even if you do not include LibUARTE at all?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread UARTE0</title><link>https://devzone.nordicsemi.com/thread/237919?ContentTypeID=1</link><pubDate>Wed, 04 Mar 2020 07:12:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6341940c-3da8-4b30-ae31-a0e7637d4b79</guid><dc:creator>tejaChintalapati</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/haakonsh"&gt;haakonsh&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am looking forward to solve this problem. Did you get a chance to review this further?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please let me know if you need any further information from me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread UARTE0</title><link>https://devzone.nordicsemi.com/thread/237502?ContentTypeID=1</link><pubDate>Mon, 02 Mar 2020 14:54:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c69cefff-6637-4edb-bef0-735ce1192fb4</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;It seems the UARTE0 is used by another driver, I&amp;#39;m guessing the logger module as it uses UART0 who&amp;#39;s a shared resource between UART0 and UARTE0.&lt;br /&gt;&lt;br /&gt;Try using UARTE1 instead.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>