<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>Problem with Basic UARTE Usage</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88027/problem-with-basic-uarte-usage</link><description>Hello, 
 I have been trying to get the UART working with EasyDMA on the NRF52832 development kit. I did have some success yesterday, but it&amp;#39;s not working again today for some reason. I have no idea if I am missing some config parameters, but the code</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Wed, 18 May 2022 16:28:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88027/problem-with-basic-uarte-usage" /><item><title>RE: Problem with Basic UARTE Usage</title><link>https://test-devzone.nordicsemi.com/thread/368455?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 16:28:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f490c15e-ba95-404a-883f-74c676f20e4d</guid><dc:creator>user64801</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;I was really looking for an example of the API usage. I sort of struggled through most of this myself looking at various examples in the SDK code tree. The &amp;quot;peripheral UART&amp;quot; one was helpful, but it was only a polling approach and I think I need more of an interrupt driven design.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I managed to get most of it working similar to the &amp;quot;UART Driver Sample&amp;quot;, but I still have to figure out usage of the TX interrupt part of the design. Hopefully this is enough to get me what I need, I&amp;#39;ll let you know if I have any more questions on this subject.&lt;/p&gt;
&lt;p&gt;Thanks so much for the help.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Pam&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with Basic UARTE Usage</title><link>https://test-devzone.nordicsemi.com/thread/368235?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 08:43:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7727306-4a23-4e6c-a629-3bdb0edd9f24</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The Zephyr version in nRF Connect SDK v1.9.1 does not have a simple UART sample.&lt;/p&gt;
&lt;p&gt;However, in the newer Zephyr version, you can find a &lt;strong&gt;&lt;a href="https://docs.zephyrproject.org/latest/samples/drivers/uart/echo_bot/README.html"&gt;UART Driver Sample&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Is this what you are looking for?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with Basic UARTE Usage</title><link>https://test-devzone.nordicsemi.com/thread/368173?ContentTypeID=1</link><pubDate>Tue, 17 May 2022 21:18:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb9795e2-f7a4-47bc-a59d-0c12cc00722d</guid><dc:creator>user103465</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Try to use &amp;quot;Peripheral uart&amp;quot; sample as base for your development.&lt;/p&gt;
&lt;p&gt;The implementation of UART should be usefull for you. Just set according TX and RX pin in the .overlay file or change them in the main code&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;        NRF_UARTE1-&amp;gt;PSEL.TXD = PIN_TXD;
        NRF_UARTE1-&amp;gt;PSEL.RXD = PIN_RXD;
        
        //or
        
        NRF_UART0-&amp;gt;PSEL.TXD = PIN_TXD;
        NRF_UART0-&amp;gt;PSEL.RXD = PIN_RXD;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>