<?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>Issue with UART when using RTT Zephyr Shell</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125645/issue-with-uart-when-using-rtt-zephyr-shell</link><description>Dear Team, 
 I am using NRF54L15 DK, where I have UART defined and mapped as following: 
 
 
 uart20_default: uart20_default { 
 group1 { 
 psels = &amp;lt;NRF_PSEL(UART_TX, 1 , 9 )&amp;gt;, 
 &amp;lt;NRF_PSEL(UART_RX, 1 , 7 )&amp;gt;; 
 bias-pull-up ; 
 }; 
 }; 
 
 /* UART20 sleep</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Nov 2025 21:24:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125645/issue-with-uart-when-using-rtt-zephyr-shell" /><item><title>RE: Issue with UART when using RTT Zephyr Shell</title><link>https://devzone.nordicsemi.com/thread/555427?ContentTypeID=1</link><pubDate>Tue, 25 Nov 2025 21:24:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:525bd963-4efe-4422-9bac-4e0ec475278b</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Another thing you can double-check, is that you have&amp;nbsp;CONFIG_SHELL_BACKEND_SERIAL=n&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with UART when using RTT Zephyr Shell</title><link>https://devzone.nordicsemi.com/thread/554975?ContentTypeID=1</link><pubDate>Fri, 21 Nov 2025 00:48:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52bfd3ba-1a23-4055-aa6d-caf2f14102e9</guid><dc:creator>Alex P</dc:creator><description>&lt;p&gt;I can certainly try, however, there is no issue with UART_TX (it works just fine). I have an issue with UART_RX being intercepted by Zephyr shell, so not sure how your proposal is relevant in this context.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with UART when using RTT Zephyr Shell</title><link>https://devzone.nordicsemi.com/thread/554969?ContentTypeID=1</link><pubDate>Thu, 20 Nov 2025 22:38:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:308c529e-4cc5-4076-8ee8-142315a1f09c</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user=""]&lt;span&gt;NRF_PSEL(UART_TX, &lt;/span&gt;&lt;span&gt;1&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;9&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;[/quote]
&lt;p&gt;Any reason for why you are using this pin? Could you try a different pin ?&amp;nbsp;P&lt;span&gt;1.&lt;/span&gt;&lt;span&gt;9&lt;/span&gt; is connected to Button 1 on the DK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with UART when using RTT Zephyr Shell</title><link>https://devzone.nordicsemi.com/thread/554624?ContentTypeID=1</link><pubDate>Tue, 18 Nov 2025 05:29:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef13dbc7-45c2-4bd3-a0de-835126a7fc27</guid><dc:creator>Alex P</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have tried (but also even completely removing bias-pull-up), but nothing has changed, really.&lt;/p&gt;
&lt;p&gt;I would later need to use the same port in half duplex mode, too.&lt;/p&gt;
&lt;p&gt;Is there anything else can be done?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;WBR,&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with UART when using RTT Zephyr Shell</title><link>https://devzone.nordicsemi.com/thread/554461?ContentTypeID=1</link><pubDate>Sun, 16 Nov 2025 23:12:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf792de8-d437-404a-8931-6e9c6487c137</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;br /&gt;Try this overlay:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;	uart20_default: uart20_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(UART_TX, 1, 9)&amp;gt;,
		};

		group2 {
			psels = &amp;lt;NRF_PSEL(UART_RX, 1, 7)&amp;gt;,
			bias-pull-up;
		};
	};

	uart20_sleep: uart20_sleep {
		group1 {
			psels = &amp;lt;NRF_PSEL(UART_TX, 1, 9)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_RX, 1, 7)&amp;gt;,
			low-power-enable;
		};
	};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>