<?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>Flashing nrf54L05 chipset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123492/flashing-nrf54l05-chipset</link><description>Hi All, 
 
 We have an application that was compiled on nrf54L15DK where we get UART logs . The application was tested on DK and is working fine. Use Case: 
 Wanted to run the same application onto nrf54L05 chipset. Followed the below steps. 
 1. Changed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Aug 2025 07:27:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123492/flashing-nrf54l05-chipset" /><item><title>RE: Flashing nrf54L05 chipset</title><link>https://devzone.nordicsemi.com/thread/545019?ContentTypeID=1</link><pubDate>Fri, 08 Aug 2025 07:27:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8b8ab42-0e21-493b-bd88-340b486c9b8c</guid><dc:creator>jaydev_borkar</dc:creator><description>&lt;p&gt;I have tried blinky example and was successful in blinking LED of P1.04 and P1.07.&lt;br /&gt;The error which I was encountering while compiling this example is &amp;quot;&amp;quot;Overlapping assignment&amp;quot; of pins in the file&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Media_5F00_1.jpeg" /&gt;&lt;br /&gt;&lt;br /&gt;So then I clicked on the file which is creating conflicts, it turned out to be the uart20 config in the dts file.&amp;nbsp;&lt;br /&gt;I commented that dts config. Then finally blinky started working&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1464.Media.jpeg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So, In my actual project which involves the usage of UART, similar error error we are getting.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;How do we resolve the conflict of overlapping assignment ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I get the following error when we use P2.02 and P2.00 as tx and rx of UART lines.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2313.Image_5F00_1.jpeg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flashing nrf54L05 chipset</title><link>https://devzone.nordicsemi.com/thread/544954?ContentTypeID=1</link><pubDate>Thu, 07 Aug 2025 13:48:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d856d127-30db-4d52-b6c8-68e497894ef9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Before you try UART, maybe you can try something simple as checking that all the pins works by for instance toggle them or read the pins if they are intended as inputs?&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flashing nrf54L05 chipset</title><link>https://devzone.nordicsemi.com/thread/544822?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2025 15:16:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a673346-abc2-47f3-aef1-35245edfdbd5</guid><dc:creator>jaydev_borkar</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1376.Image.jpg" /&gt;&lt;br /&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/kme"&gt;Kenneth&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;I have created the overlay file as well as build target is nrf54l15dk/nrf54l05/cpuapp while generating the hex file.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;We have an external 32kHz crystal as well on the custom board. I have used P2.2 and P2.0 as the UART tx and rx lines respectively. I am not getting logs which I am intended to . The same code works in nrf54l15dk by changing the overlay file and build target.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;In my custom board&amp;#39;s overlay file, I can see overlapping assignment . The screenshot is attached here.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I can share the working overlay file of nrf54L15DK and the non working file of nrf54L05 custom board here as well.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf54l15dk_5F00_nrf54l05_5F00_cpuapp_5F00_overlay_5F00_customboard.txt"&gt;devzone.nordicsemi.com/.../nrf54l15dk_5F00_nrf54l05_5F00_cpuapp_5F00_overlay_5F00_customboard.txt&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf54l15dk_5F00_nrf54l15_5F00_cpuapp_5F00_overlay_5F00_WorkingDK.txt"&gt;devzone.nordicsemi.com/.../nrf54l15dk_5F00_nrf54l15_5F00_cpuapp_5F00_overlay_5F00_WorkingDK.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flashing nrf54L05 chipset</title><link>https://devzone.nordicsemi.com/thread/544808?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2025 14:16:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dea319ac-e20a-4166-b216-cef97631feff</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I assumed you in addition to making a file called&amp;nbsp;&lt;span&gt;nrf54L15dk_nrf54l05_cpuapp.overlay also have a build target that is&amp;nbsp;nrf54l15dk/nrf54l05/cpuapp.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do your custom board have an external 32kHz crystal?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>