<?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>Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123839/cannot-get-uart00-to-function</link><description>SDK v3.0.2 Toolchain 3.01 
 I&amp;#39;m beating my head against the wall for what should be a trivial matter. I need to use P2 for uart: RX is P2.00 TX is P2.02. No RTS CTS in use. 
 Originally this was on a custom PCB, but to test I&amp;#39;ve switched to my 54L15DK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Mar 2026 06:18:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123839/cannot-get-uart00-to-function" /><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/562274?ContentTypeID=1</link><pubDate>Mon, 02 Mar 2026 06:18:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92bf3893-9d25-49a0-a2f7-e19ce46ed1b7</guid><dc:creator>cemile nur damnali</dc:creator><description>&lt;p&gt;Thank you so much have a nice day!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/562268?ContentTypeID=1</link><pubDate>Sun, 01 Mar 2026 20:37:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f638b80f-e3cb-4c4f-87c9-fcb16c62b594</guid><dc:creator>Nick_RA</dc:creator><description>&lt;p&gt;See above... I had CONFIG_UART_CONSOLE set to &amp;quot;n&amp;quot;. But there was a separate problem allowing uart00, see&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/125057/54l15-zms-requires-spi-for-internal-memory"&gt;this ticket&lt;/a&gt;&amp;nbsp;Afterwards it was OK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/562210?ContentTypeID=1</link><pubDate>Fri, 27 Feb 2026 12:34:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07159a0b-8cf5-497f-a900-4c1e3ff425ac</guid><dc:creator>cemile nur damnali</dc:creator><description>&lt;p&gt;Hi, I am facing the same exact problem. How did you solve it because i am going to lose my mind over this topic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/546322?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2025 10:21:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af7b0835-814e-442b-997b-19d93867a039</guid><dc:creator>Nick_RA</dc:creator><description>&lt;p&gt;It turned out to be something painfully&amp;nbsp;stupid...&lt;/p&gt;
&lt;p&gt;I tried a fresh build using the 54L15DK, with my DTS as an overlay and it worked. So I checked the generated files as you suggested and found.... CONFIG_UART_CONSOLE=n&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s set in my project and obviously in the DK config, but was missing because I switched to using the simple hello_world sample to get the hardware and DTS working. I can&amp;#39;t quite see why it should be needed&amp;nbsp; anyway as the &amp;quot;chosen&amp;quot; property tells Zephyr to use the uart for console, but there you go.&lt;/p&gt;
&lt;p&gt;Anyway it&amp;#39;s working now, thanks for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/546265?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 20:57:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17021f0c-50e3-48a4-b160-8b15e1de092c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I see now he use other pins for uart00, so maybe not as useful as&amp;nbsp;I first thought.&lt;/p&gt;
&lt;p&gt;But I am not aware of any specific problems here, it should be straight forward.&lt;/p&gt;
&lt;p&gt;Can you share zephyr.dts and .config from build folder? Maybe you can look at the uart00 for additional configuration there.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/546260?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 19:20:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee78f00f-1964-4924-87b4-07395f671f8b</guid><dc:creator>Nick_RA</dc:creator><description>&lt;p&gt;It doesn&amp;#39;t seem to...&lt;/p&gt;
&lt;p&gt;Unless I&amp;#39;m missing the point, that&amp;#39;s referring to using uart20&amp;nbsp;on P2. I&amp;#39;m using uart00 so there should be no crossing power domains etc.&lt;/p&gt;
&lt;p&gt;I tried adding&amp;nbsp;&lt;span&gt;nrfx_power_constlat_mode_request&lt;/span&gt;&lt;span&gt;(); /&amp;nbsp;&lt;/span&gt;&lt;span&gt;nrfx_power_constlat_mode_free&lt;/span&gt;&lt;span&gt;(); anyway but it didn&amp;#39;t make any difference. Also I&amp;#39;m not getting garbled text, there is no activity on the pin whatsoever.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/546257?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 18:26:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5a7b437-4fd8-4543-a360-2833ade58ed0</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Maybe this post can help:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121689/when-using-pin-p2-for-uart20-garbled-text-is-printed"&gt;When using pin p2 for uart20, garbled text is printed.&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/546171?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 11:15:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d01d916-8c56-445c-ba81-78e0bcc04f05</guid><dc:creator>Nick_RA</dc:creator><description>&lt;p&gt;I heard you the first time &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Yes, as already mentioned above I reconfigured the jumpers&lt;/p&gt;
&lt;p&gt;Cut SB11-16&lt;/p&gt;
&lt;p&gt;Bridge SB17-22&lt;/p&gt;
&lt;p&gt;Also, as I mentioned, this is for a custom PCB, but to troubleshoot and eliminate the hardware I switched to using the DK (but I am using my custom DTS)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/546170?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 11:07:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43339548-eb5a-4f66-a980-e49e57e847a9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you using the DK? In that case, check out table 3 here:&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/hw_desription/connector_if.html"&gt;https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/hw_desription/connector_if.html&lt;br /&gt;&lt;/a&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/hw_desription/solder_bridge.html"&gt;https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/hw_desription/solder_bridge.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot get UART00 to function</title><link>https://devzone.nordicsemi.com/thread/546169?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 11:06:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:990133f7-8972-4aae-834a-47549020e07a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you using the DK? In that case, check out table 3 here:&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/hw_desription/connector_if.html"&gt;https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/hw_desription/connector_if.html&lt;br /&gt;https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/hw_desription/solder_bridge.html&amp;nbsp;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>