<?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>Using pin P0.00 and P0.01 as RX TX of UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113101/using-pin-p0-00-and-p0-01-as-rx-tx-of-uart</link><description>I want to use P0.00 and P0.01 as UART pins. I have shorted the SB3 and SB4, and opened the SB1 and SB2 for using the pin as GPIO. 
 If I am enabling the &amp;quot; CONFIG_BOOTLOADER_MCUBOOT=y &amp;quot;, I am not able to see the log on UART. If I disable this config I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Jul 2024 13:07:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113101/using-pin-p0-00-and-p0-01-as-rx-tx-of-uart" /><item><title>RE: Using pin P0.00 and P0.01 as RX TX of UART</title><link>https://devzone.nordicsemi.com/thread/494587?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2024 13:07:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21828bc5-9217-4158-966c-4713741e7f9d</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Your UART configuration in DTS looks fine to me. I am not sure if there is any conflict with MCUboot when using these pins as UART.&lt;/p&gt;
&lt;p&gt;Try including the configurations below inside the &lt;code&gt;mcuboot.config&lt;/code&gt; file (&lt;code&gt;child_image\mcuboot.conf&lt;/code&gt;). See if this makes any difference. If not, I recommend sharing a minimal project so I can review it to determine whether there is any conflict.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Disable UART console in MCUboot
CONFIG_UART_CONSOLE=n
CONFIG_USE_SEGGER_RTT=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using pin P0.00 and P0.01 as RX TX of UART</title><link>https://devzone.nordicsemi.com/thread/494381?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2024 13:17:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f95a7280-d3f1-4710-ae9b-d5f22ddb8cd1</guid><dc:creator>pulkit</dc:creator><description>&lt;p&gt;I am using SDK version v2.6.1 with nrf52833. I have tested with the other pins for RX TX and its working but when I configured RX TX with P0.00 and P0.01, I am not able to see any logs.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;uart0_default: uart0_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(UART_TX, 0, 1)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_RTS, 0, 5)&amp;gt;;
		};
		group2 {
			psels = &amp;lt;NRF_PSEL(UART_RX, 0, 0)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_CTS, 0, 7)&amp;gt;;
			bias-pull-up;
		};
	};

	uart0_sleep: uart0_sleep {
		group1 {
			psels = &amp;lt;NRF_PSEL(UART_TX, 0, 1)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_RX, 0, 0)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_RTS, 0, 5)&amp;gt;,
				&amp;lt;NRF_PSEL(UART_CTS, 0, 7)&amp;gt;;
			low-power-enable;
		};
	};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using pin P0.00 and P0.01 as RX TX of UART</title><link>https://devzone.nordicsemi.com/thread/494360?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2024 12:39:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06900df3-cd68-4f95-ad65-0c60bc45f240</guid><dc:creator>Menon</dc:creator><description>&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div dir="auto"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you please tell me which SDK version and Nordic chip or DK you are using here? How are you configuring the UART logging when enabling the Bootloader? Have you tested it using any other pins? Do the UART logs work in that case?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>