<?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>uart communication on nrf5340 custom board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89233/uart-communication-on-nrf5340-custom-board</link><description>hi, i am using nrf5340 custom board, i m trying to recieve data through uart in nrf5340 custom board from some other board. 
 i have defined separate pin numbers for rx and tx pins, using .overlay file, no output is showing after this 
 to see the logs</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Jul 2022 11:42:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89233/uart-communication-on-nrf5340-custom-board" /><item><title>RE: uart communication on nrf5340 custom board</title><link>https://devzone.nordicsemi.com/thread/378279?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2022 11:42:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07ade64f-239a-4247-ac10-1ccd84c16d3a</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Are you using the latest version of nRF Connect SDK? If not, can you test with the latest &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.1/nrf/index.html"&gt;v2.0.1&lt;/a&gt; release to see if you are still able to reproduce this issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: uart communication on nrf5340 custom board</title><link>https://devzone.nordicsemi.com/thread/374344?ContentTypeID=1</link><pubDate>Mon, 27 Jun 2022 12:15:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25afe631-e1b3-4275-b8dd-02311f5fa1ee</guid><dc:creator>dushyant kashyap</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/*
 * Copyright (c) 2021 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
 */
/*
&amp;amp;uart1 {
	status = &amp;quot;okay&amp;quot;;
	tx-pin = &amp;lt;20&amp;gt;;
	rx-pin = &amp;lt;22&amp;gt;;
	rts-pin = &amp;lt;19&amp;gt;;
	cts-pin = &amp;lt;21&amp;gt;;
};
*/

&amp;amp;uart0 {
        status = &amp;quot;okay&amp;quot;;
	rx-pin = &amp;lt;4&amp;gt;;
	tx-pin = &amp;lt;6&amp;gt;;
	rts-pin = &amp;lt;0xFFFFFFFF&amp;gt;;
        cts-pin = &amp;lt;0xFFFFFFFF&amp;gt;;
};

/*
&amp;amp;zephyr_udc0 {
	cdc_acm_uart0: cdc_acm_uart0 {
		compatible = &amp;quot;zephyr,cdc-acm-uart&amp;quot;;
		label = &amp;quot;CDC_ACM_0&amp;quot;;
	};
};
*/
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;so above is the device overlay file, i have created&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: uart communication on nrf5340 custom board</title><link>https://devzone.nordicsemi.com/thread/373748?ContentTypeID=1</link><pubDate>Wed, 22 Jun 2022 14:31:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b241f70-e598-48dd-893d-d1f10d1f69bd</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you share your devicetree overlay file? Which pins are you using for the UART?&lt;/p&gt;
&lt;p&gt;Have you tested other pins, to see if the pins you have selected could be assigned to other peripherals, etc?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>