<?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 reception on nRF54L10 not working reliably without RTT Viewer or debugger attached.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127171/uart-reception-on-nrf54l10-not-working-reliably-without-rtt-viewer-or-debugger-attached</link><description>I am using the nRF54L10 on a custom board with a couple of LEDs, a flash storage device and a GNSS device. The application wakes periodically to gather fix information from the GNSS and store the info to flash. The application works correctly and reliably</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Feb 2026 06:24:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127171/uart-reception-on-nrf54l10-not-working-reliably-without-rtt-viewer-or-debugger-attached" /><item><title>RE: UART reception on nRF54L10 not working reliably without RTT Viewer or debugger attached.</title><link>https://devzone.nordicsemi.com/thread/562110?ContentTypeID=1</link><pubDate>Thu, 26 Feb 2026 06:24:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:339dee8f-fd4f-480c-be85-7bd4056c696c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Excellent, thanks for confirming what the issue was! This is documented&amp;nbsp;in the &amp;quot;Pin Assigments&amp;quot; chapter of the data sheet:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/chapters/pin.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/chapters/pin.html&lt;/a&gt;. This also includes the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/chapters/pin.html#d380e188"&gt;Cross power-domain use&lt;/a&gt;&amp;nbsp;section linked to earlier.&lt;/p&gt;
&lt;p&gt;I would also recommend you have a look at this&amp;nbsp;devacademy course at&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf54l-series-express-course/lessons/lesson-2-power-domains-event-system-and-gpio/"&gt;https://academy.nordicsemi.com/courses/nrf54l-series-express-course/lessons/lesson-2-power-domains-event-system-and-gpio/&lt;/a&gt;&amp;nbsp;which explains why we have this architecture.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1772086709825v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART reception on nRF54L10 not working reliably without RTT Viewer or debugger attached.</title><link>https://devzone.nordicsemi.com/thread/562098?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 20:20:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d689814-a58f-44db-922f-7a6963ce67bc</guid><dc:creator>Paul Vogel0</dc:creator><description>&lt;p&gt;Thanks!!!! this was the problem.&amp;nbsp; I would have sworn I saw some place where the docs said that uart21 and P2.07 &amp;amp; P2.08 were in the same power domain.&amp;nbsp; Can you tell me where that information is at?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As far as I&amp;#39;m concerned now, this ticket can be closed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART reception on nRF54L10 not working reliably without RTT Viewer or debugger attached.</title><link>https://devzone.nordicsemi.com/thread/562081?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 16:31:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49a0f49b-1875-46ae-8a41-744409b1e4fd</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;UARTE21 and P2 are actually in different domains (the numbering can be a bit confusing) and this matches the behaviour you&amp;#39;re observing. The solution is to request the constant latency power mode while the UARTE is enabled as described here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54l/pinmap.html#managing_cross_power-domain_pin_mapping"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54l/pinmap.html#managing_cross_power-domain_pin_mapping&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART reception on nRF54L10 not working reliably without RTT Viewer or debugger attached.</title><link>https://devzone.nordicsemi.com/thread/562078?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 16:12:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fb056cd-ab90-4c50-9cbe-1ec2328fbb94</guid><dc:creator>Paul Vogel0</dc:creator><description>&lt;p&gt;That sounds like a plausible cause, but I think the pin / uart selection for this are in the same power domain.&amp;nbsp; We are using the QFAA package.&amp;nbsp; The output from the GNSS arrives on P2.07 and is sent to GNSS from P2.08.&amp;nbsp; uarte21 is being used for tor interface&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1772035910044v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Is there any chance the TRACEDATA functions could be interfering?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART reception on nRF54L10 not working reliably without RTT Viewer or debugger attached.</title><link>https://devzone.nordicsemi.com/thread/562075?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 15:47:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:716eac98-6c19-4533-9d07-85865884b869</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thanks for creating a new ticket. Please check if your uart instance and the GPIO port assigned to it reside in different power domains or not. Using a peripheral with a port from another power domain&amp;nbsp;is referred to as&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/chapters/pin.html#d380e188"&gt;Cross power-domain use&lt;/a&gt;&amp;nbsp;in the DS and is only supported&amp;nbsp;for selected pins and not in the lowest power mode. &lt;span&gt;The reason I am asking is that when you connect the RTT Viewer, the chip enters debug interface mode and in this mode, all power domains remain powered on during sleep. Which in this case is equivalent to using the constant latency sub power mode mentioned in the linked section in the datasheet.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Similar case:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/126270/nrf54l15-spi-corruption-on-gpio2-p2-when-rtt-is-disconnected/557576"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/126270/nrf54l15-spi-corruption-on-gpio2-p2-when-rtt-is-disconnected/557576&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Vidar&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>