<?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>uarte doesn&amp;#39;t send data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65664/uarte-doesn-t-send-data</link><description>Hi everyone, 
 I am trying to use the nrfx_uarte driver. I did the following: 
 (a) setup driver 
 
 (b) setup the event handler 
 
 (c) finally tried to send some testing data 
 
 I don&amp;#39;t get any error but I don&amp;#39;t get any data either. 
 I put to lines</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Sep 2020 20:40:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65664/uarte-doesn-t-send-data" /><item><title>RE: uarte doesn't send data</title><link>https://devzone.nordicsemi.com/thread/268603?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 20:40:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87f66050-acdb-4867-b7e2-351074264a70</guid><dc:creator>Stavros Makridis</dc:creator><description>&lt;p&gt;omg.....you are so right......I feel stupid now &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks so much.....I checked again and again and again if RX_PIN_NUMBER and TX_PIN_NUMBER point to the correct physical pins but I have never thought to check the assignment to struct fields.&lt;/p&gt;
&lt;p&gt;Thank you so much.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: uarte doesn't send data</title><link>https://devzone.nordicsemi.com/thread/268593?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 16:39:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45f88b9d-6f21-4011-97a9-f75a5e2d568d</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;You can use this as an interview question - spot the bug:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;    .pseltxd = RX_PIN_NUMBER,
    .pselrxd = TX_PIN_NUMBER,
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Hint: tx on TX&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: uarte doesn't send data</title><link>https://devzone.nordicsemi.com/thread/268589?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 15:59:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff8bb113-eff8-49b1-be0c-0965c56a9a0a</guid><dc:creator>Stavros Makridis</dc:creator><description>&lt;p&gt;Hi Jared,&lt;/p&gt;
&lt;p&gt;First of all thank you for your immediate response.&lt;/p&gt;
&lt;p&gt;I followed your suggestion and your are right. The tx done interrupt triggered but I still don&amp;#39;t see data coming out. I have checked it with both a uart to USB converter and a oscilloscope.&lt;/p&gt;
&lt;p&gt;As I mentioned earlier, I tried to toggle TX pin in a while loop and I got a 330KHz square wave on oscilloscope so I believe there is no hardware issue at least on this pin.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: uarte doesn't send data</title><link>https://devzone.nordicsemi.com/thread/268489?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 11:29:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e6d683e-d967-4d22-9c10-08f8cf9d1b5f</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;nrfx_uarte_tx() function uses EasyDMA and therefore requires the transfer buffer to be placed in the Data RAM region. Pass the data as a buffer and it will be placed in the Data RAM region.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>