<?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 flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116601/cannot-flash-using-vscode-in-nrf54l15-dev-kit</link><description>Hi, 
 I just finished to setup everything to start using nRF Connect for VSCode Extension. I followed the &amp;quot;nRF Connect SDK Fundamentals&amp;quot; course in the DevAcademy. 
 I installed nRF Command Line Tool s, VSCode and the nRF Connect for VSCode extension pack</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Feb 2025 04:58:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116601/cannot-flash-using-vscode-in-nrf54l15-dev-kit" /><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/525188?ContentTypeID=1</link><pubDate>Fri, 28 Feb 2025 04:58:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50874b2f-4f64-4320-8668-98a4245db710</guid><dc:creator>iek2443</dc:creator><description>&lt;p data-start="0" data-end="8"&gt;Hi,&lt;/p&gt;
&lt;p data-start="10" data-end="344"&gt;You can download &lt;strong data-start="27" data-end="38"&gt;nrfutil&lt;/strong&gt; from &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util" target="_new" data-start="44" data-end="172"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Util&lt;/a&gt; and move it to the &lt;strong data-start="192" data-end="226"&gt;&amp;quot;Scripts&amp;quot; folder inside Python&lt;/strong&gt;. Then, open &lt;strong data-start="239" data-end="263"&gt;nRF Connect terminal&lt;/strong&gt; in &lt;strong data-start="267" data-end="278"&gt;VS Code&lt;/strong&gt; and run the following command to check if nrfutil is installed:&lt;/p&gt;
&lt;p data-start="346" data-end="371"&gt;&lt;strong data-start="346" data-end="369"&gt;&lt;code data-start="348" data-end="367"&gt;nrfutil --version&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p data-start="373" data-end="523"&gt;If this command returns a version number, it means nrfutil is successfully installed. Next, you can run the following command to install the device:&lt;/p&gt;
&lt;p data-start="525" data-end="555"&gt;&lt;strong data-start="525" data-end="553"&gt;&lt;code data-start="527" data-end="551"&gt;nrfutil install device&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p data-start="557" data-end="618"&gt;After completing these steps, the issue should be resolved.&lt;/p&gt;
&lt;p data-start="557" data-end="618"&gt;&lt;/p&gt;
&lt;p data-start="546" data-end="556" data-is-last-node="" data-is-only-node=""&gt;Thanks,&lt;/p&gt;
&lt;p data-start="546" data-end="556" data-is-last-node="" data-is-only-node=""&gt;iek&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/513991?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2024 11:02:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8eebd2d5-408b-4be4-99ce-c2b2e0a23c6c</guid><dc:creator>mojangeex</dc:creator><description>&lt;p&gt;This worked for me, thank you.&amp;nbsp;&lt;br /&gt;Nrfutil has multiple versions, on github, pip, nordic website... which is confusing specially if you have previous ones installed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/512511?ContentTypeID=1</link><pubDate>Thu, 28 Nov 2024 07:55:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:774f8e04-cc86-4f59-aea7-83581de0b76c</guid><dc:creator>FMistrorigo</dc:creator><description>&lt;p&gt;Ok, found the problem...&lt;/p&gt;
&lt;p&gt;In the DevAcademy they skip some important steps, I removed everything that was possibly messing around and at this point finally I encountered this error:&lt;br /&gt;&amp;quot;Error: nrfutil command `device` not found. See `nrfutil list` for full list of installed commands, `nrfutil search` for installable commands, and `nrfutil install` for installation of new commands.&amp;quot;&lt;/p&gt;
&lt;p&gt;Running &amp;quot;nrfutil --version&amp;quot; in cmd confirmed that I was finally using&amp;nbsp;nrfutil 7.13.0&lt;/p&gt;
&lt;p&gt;At this point i was able to run &amp;quot;nrfutil search&amp;quot; to see the downloadable commands.&lt;/p&gt;
&lt;p&gt;After: &amp;quot;nrfutil install completion&amp;quot;,&amp;nbsp;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;nrfutil install device&amp;quot; and &amp;quot;nrfutil install nrf5sdk-tools&amp;quot;,&lt;/span&gt;&lt;span&gt;&amp;nbsp;the flashing process worked...&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Follow this guide&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util"&gt;nRF Util - nordicsemi.com&lt;/a&gt;, it was so simple....&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/512423?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 16:14:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c89fac2-6628-495b-a705-afe8e1cfa73d</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You should be using nrfutil version 7 or above (&lt;a id="" href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Util&lt;/a&gt;). Previous versions don&amp;#39;t support programming. It also does not have any dependencies on Python.&lt;/p&gt;
&lt;p&gt;West and Python are bundled with the Toolchain. It doesn&amp;#39;t seem like they are related to the issue you&amp;#39;re facing.&lt;/p&gt;
[quote userid="138252" url="~/f/nordic-q-a/116601/cannot-flash-using-vscode-in-nrf54l15-dev-kit/512420"]I really can&amp;#39;t figure out why in the Desktop app everything works but in the VSCode&amp;nbsp;extension I have problems.[/quote]
&lt;p&gt;I&amp;nbsp;would be nice if you could debug the application without TF-M similar to what you did with TF-M earlier to see where the program hangs.&lt;/p&gt;
&lt;p&gt;I still haven&amp;#39;t been able to reproduce these issues here.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/512420?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 15:56:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d786fde-1b65-4915-84f3-4ecc9184f7e3</guid><dc:creator>FMistrorigo</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I was wondering if you can provide the version of everything&amp;nbsp;I need, I noticed that for someone else Python 3.10.x caused problems, maybe the version of nrfutil, west, JLink or someting else is wrong...&lt;/p&gt;
&lt;p&gt;(I already changed nrfutil version from 5.2.0 to 5.0.0 after finding problems with python)&lt;/p&gt;
&lt;p&gt;I really can&amp;#39;t figure out why in the Desktop app everything works but in the VSCode&amp;nbsp;extension I have problems.&lt;/p&gt;
&lt;p&gt;This problem is slowing the development process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/512331?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 12:02:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cc70bf9-b54e-4cac-9b4b-9b89cc01db26</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The current nrfutil device and nrfjprog versions are tested and validated with JLink_V7.94i, but this does not mean it has to be incompatible with never versions of Jlink.&amp;nbsp;I have&amp;nbsp;JLink_V8.10f installed on my system, and have not experienced any issues.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Testing blinky sample with SDK v2.8.0 with nRF54LDK (rev. 0.8.1)&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pastedimage1732708577930v3.png" /&gt;&lt;/p&gt;
&lt;p&gt;Flashing (LED1 starts blinking after this point)&lt;/p&gt;
&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/pastedimage1732708641824v5.png" /&gt;&lt;/p&gt;
&lt;p&gt;Debugging&lt;/p&gt;
&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/pastedimage1732708785750v6.png" /&gt;&lt;/p&gt;
&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/pastedimage1732708831607v7.png" /&gt;&lt;/p&gt;
&lt;p&gt;But I see that there is a mismatch between Jlink GDB server version and the jlink library in your case. May be worth trying to have only one version of Jlink installed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Edit:&lt;/p&gt;
&lt;p&gt;Hex file from my build:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8508.merged.hex"&gt;devzone.nordicsemi.com/.../8508.merged.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It can be programmed from the command line with nrfutil:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfutil device program --firmware merged.hex --options chip_erase_mode=ERASE_ALL,verify=VERIFY_READ,reset=RESET_SYSTEM
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/512310?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 11:29:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:074c0bfc-858e-41fb-86dd-35ec0116920e</guid><dc:creator>FMistrorigo</dc:creator><description>&lt;p&gt;Hi, I noticed that I was using V8.10 of JLinkARM.dll, I updated it to be the version that it needs to be V7.94i but nothing changed.&lt;br /&gt;&lt;br /&gt;In the tutorial it says: &amp;quot;&lt;span&gt;nRF Command Line Tools are needed to install the SEGGER J-Link package, which is a requirement to flash firmware to your board.&amp;quot; so I think that maybe the usage of the version 7.94i is a new thing and maybe for new users it breaks the flashing process in the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&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/pastedimage1732706922490v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/512041?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 08:08:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac3b86d6-edc4-4143-9b17-d453e267389e</guid><dc:creator>FMistrorigo</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Board revision is 0.8.1, I tryied to build and flash also the Blink PWM example and the matter weather station example, none of them worked.&lt;/p&gt;
&lt;p&gt;I will try to use the pheipheral_lbs example as soon as possible, but currently I have also other things to do.&lt;/p&gt;
&lt;p&gt;The debug without TF-M doesn&amp;#39;t work.&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/pastedimage1732608489200v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;With the build configuration ns:&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/pastedimage1732608521547v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511916?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2024 13:46:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2687a23e-7351-4cf3-8419-0e58247ec476</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/fmistrorigo"&gt;FMistrorigo&lt;/a&gt;&amp;nbsp;, what board revision of the nRF54L development board are you using, what happens when you debug the application without TF-M, and have you tried to see if you are able to run any of the other SDK samples that have been tested for the 54L15DK (e.g.,&amp;nbsp;peripheral_lbs example in nrf/samples/bluetooth).&lt;/p&gt;
[quote userid="81950" url="~/f/nordic-q-a/116601/cannot-flash-using-vscode-in-nrf54l15-dev-kit/511736"]Also nRF Connect for desktop, reading device memory fails here is the log:[/quote]
&lt;p&gt;You can view the core registers in the top right corner. The xPSR register will tell which ISR number this interrupt vector has.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511736?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 17:16:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4eaeafe8-0c22-4a1e-90c0-452dde28fcbe</guid><dc:creator>mojangeex</dc:creator><description>&lt;p&gt;I dont think it even starts. If I pause it its always on same address.&lt;br /&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/pastedimage1732295561260v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also nRF Connect for desktop, reading device memory fails here is the log:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2024-11-22T12:43:10.278Z INFO Initialising the bundled nrfutil device
2024-11-22T12:43:10.322Z DEBUG Application data folder: C:\Users\bor.buh\AppData\Roaming\nrfconnect\pc-nrfconnect-programmer
2024-11-22T12:43:10.354Z DEBUG App pc-nrfconnect-programmer v4.4.2 (official)
2024-11-22T12:43:10.354Z DEBUG App path: C:\Users\bor.buh\.nrfconnect-apps\node_modules\pc-nrfconnect-programmer
2024-11-22T12:43:10.355Z DEBUG nRFConnect 5.1.0, required by the app is (&amp;gt;=5.0.2)
2024-11-22T12:43:10.355Z DEBUG nRFConnect path: C:\Users\bor.buh\AppData\Local\Programs\nrfconnect\resources\app.asar
2024-11-22T12:43:10.355Z DEBUG HomeDir: C:\Users\bor.buh
2024-11-22T12:43:10.355Z DEBUG TmpDir: C:\Users\bor.buh\AppData\Local\Temp
2024-11-22T12:43:11.326Z INFO Using the bundled core version for nrfutil device: 7.13.0
2024-11-22T12:43:11.616Z INFO Using nrfutil-device version: 2.6.4
2024-11-22T12:43:11.617Z INFO Using nrf-device-lib version: 0.17.35
2024-11-22T12:43:11.617Z INFO Using nrfjprog DLL version: 10.24.2
2024-11-22T12:43:11.617Z INFO Using JLink version: JLink_V7.94i
2024-11-22T12:43:11.837Z INFO Getting serial port options from the persistent store for FTWXT38G.pc-nrfconnect-programmer
2024-11-22T12:43:11.837Z INFO Getting serial port options from the persistent store for 001050337463.pc-nrfconnect-programmer
2024-11-22T12:43:21.554Z INFO Selecting device with the serial number 001050337463
2024-11-22T12:43:22.811Z INFO Selected device with the serial number 001050337463
2024-11-22T12:43:22.812Z INFO Using nrfutil device to communicate with target via JLink
2024-11-22T12:43:22.812Z INFO JLink OB firmware version J-Link OB-nRF5340-NordicSemi compiled Oct  9 2024 11:01:34
2024-11-22T12:43:22.813Z INFO Device family NRF52_FAMILY
2024-11-22T12:43:22.813Z INFO Device version 
2024-11-22T12:43:22.813Z INFO Board version PCA10040
2024-11-22T12:43:23.817Z INFO Reading readback protection status for Application core
2024-11-22T12:43:23.818Z INFO Reading readback protection status for Application core 0%
2024-11-22T12:43:23.824Z INFO Reading readback protection status for Application core 100%
2024-11-22T12:43:23.824Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_ALL&amp;#39;
2024-11-22T12:43:23.825Z INFO Reading readback protection status for Application core completed
2024-11-22T12:43:24.076Z INFO Skipping reading core Application information as it is protected.
2024-11-22T12:43:26.296Z INFO Reading readback protection status for Application core
2024-11-22T12:43:26.297Z INFO Reading readback protection status for Application core 0%
2024-11-22T12:43:26.302Z INFO Reading readback protection status for Application core 100%
2024-11-22T12:43:26.302Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_ALL&amp;#39;
2024-11-22T12:43:26.303Z INFO Reading readback protection status for Application core completed
2024-11-22T12:43:26.555Z INFO Device is loaded and ready for further operation
2024-11-22T12:44:14.965Z INFO Reading readback protection status for Application core
2024-11-22T12:44:14.965Z INFO Reading readback protection status for Application core 0%
2024-11-22T12:44:14.972Z INFO Reading readback protection status for Application core 100%
2024-11-22T12:44:14.972Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_ALL&amp;#39;
2024-11-22T12:44:14.972Z INFO Reading readback protection status for Application core completed
2024-11-22T12:54:15.346Z INFO Parsing HEX file:  C:\Users\bor.buh\Documents\BT45\BT45\_build\fullpackage_app.hex
2024-11-22T12:54:15.366Z INFO File was last modified at  02/04/2024, 19:11:56
2024-11-22T12:54:15.533Z INFO Update files regions according to Application core
2024-11-22T12:54:15.533Z INFO Parse memory regions for file
2024-11-22T12:54:15.535Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T12:54:22.202Z INFO Recovering Application core
2024-11-22T12:54:22.202Z INFO Recovering Application core 0%
2024-11-22T12:54:23.361Z INFO Recovering Application core 100%
2024-11-22T12:54:23.362Z INFO Recovering Application core completed
2024-11-22T12:54:23.362Z INFO Writing HEX to Application core
2024-11-22T12:54:23.520Z INFO Writing HEX to Application core 33%
2024-11-22T12:54:23.520Z INFO Writing HEX to Application core 33%
2024-11-22T12:54:23.521Z INFO Writing HEX to Application core 67%
2024-11-22T12:54:23.598Z INFO Writing HEX to Application core 44%
2024-11-22T12:54:23.598Z INFO Writing HEX to Application core 37%
2024-11-22T12:54:23.599Z INFO Writing HEX to Application core 40%
2024-11-22T12:54:23.599Z INFO Writing HEX to Application core 43%
2024-11-22T12:54:23.609Z INFO Writing HEX to Application core 47%
2024-11-22T12:54:23.609Z INFO Writing HEX to Application core 50%
2024-11-22T12:54:23.620Z INFO Writing HEX to Application core 53%
2024-11-22T12:54:23.620Z INFO Writing HEX to Application core 57%
2024-11-22T12:54:23.631Z INFO Writing HEX to Application core 60%
2024-11-22T12:54:23.632Z INFO Writing HEX to Application core 63%
2024-11-22T12:54:23.632Z INFO Writing HEX to Application core 67%
2024-11-22T12:54:23.632Z INFO Writing HEX to Application core 55%
2024-11-22T12:54:23.632Z INFO Writing HEX to Application core 37%
2024-11-22T12:54:23.696Z INFO Writing HEX to Application core 42%
2024-11-22T12:54:26.404Z INFO Writing HEX to Application core 46%
2024-11-22T12:54:28.206Z INFO Writing HEX to Application core 50%
2024-11-22T12:54:28.640Z INFO Writing HEX to Application core 54%
2024-11-22T12:54:28.651Z INFO Writing HEX to Application core 58%
2024-11-22T12:54:28.671Z INFO Writing HEX to Application core 67%
2024-11-22T12:54:28.671Z INFO Writing HEX to Application core 100%
2024-11-22T12:54:28.683Z INFO Writing HEX to Application core completed
2024-11-22T12:54:28.683Z INFO Loading core information for Application core
2024-11-22T12:54:28.684Z INFO Loading core information for Application core 0%
2024-11-22T12:54:28.686Z INFO Update files regions according to Application core
2024-11-22T12:54:28.686Z INFO Parse memory regions for file
2024-11-22T12:54:28.686Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T12:54:28.690Z INFO Loading core information for Application core 100%
2024-11-22T12:54:28.691Z INFO Loading core information for Application core completed
2024-11-22T12:54:28.694Z INFO Update files regions according to Application core
2024-11-22T12:54:28.694Z INFO Parse memory regions for file
2024-11-22T12:54:28.694Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T12:54:30.829Z INFO Reading readback protection status for Application core
2024-11-22T12:54:30.830Z INFO Reading readback protection status for Application core 0%
2024-11-22T12:54:30.836Z INFO Reading readback protection status for Application core 100%
2024-11-22T12:54:30.836Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T12:54:30.837Z INFO Reading readback protection status for Application core completed
2024-11-22T12:54:37.498Z INFO Reading memory for Application core
2024-11-22T12:54:37.501Z INFO Reading memory for Application core 0%
2024-11-22T12:54:41.112Z INFO Reading memory for Application core 100%
2024-11-22T12:54:41.323Z INFO Reading memory for Application core completed
2024-11-22T12:54:41.326Z INFO Parse memory regions for Application core
2024-11-22T12:54:44.116Z INFO Deselected device
2024-11-22T12:54:44.122Z INFO Update files regions according to Application core
2024-11-22T12:54:44.122Z INFO Parse memory regions for file
2024-11-22T12:54:44.122Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T12:55:00.519Z INFO Selecting device with the serial number 001050337463
2024-11-22T12:55:01.627Z INFO Selected device with the serial number 001050337463
2024-11-22T12:55:01.628Z INFO Using nrfutil device to communicate with target via JLink
2024-11-22T12:55:01.628Z INFO JLink OB firmware version J-Link OB-nRF5340-NordicSemi compiled Oct  9 2024 11:01:34
2024-11-22T12:55:01.628Z INFO Device family NRF52_FAMILY
2024-11-22T12:55:01.628Z INFO Device version NRF52832_xxAA_REV3
2024-11-22T12:55:01.628Z INFO Board version PCA10040
2024-11-22T12:55:01.634Z INFO Update files regions according to Application core
2024-11-22T12:55:01.634Z INFO Parse memory regions for file
2024-11-22T12:55:01.634Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T12:55:02.525Z INFO Reading readback protection status for Application core
2024-11-22T12:55:02.526Z INFO Reading readback protection status for Application core 0%
2024-11-22T12:55:02.533Z INFO Reading readback protection status for Application core 100%
2024-11-22T12:55:02.533Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T12:55:02.533Z INFO Reading readback protection status for Application core completed
2024-11-22T12:55:03.652Z INFO Loading core information for Application core
2024-11-22T12:55:03.652Z INFO Loading core information for Application core 0%
2024-11-22T12:55:03.654Z INFO Update files regions according to Application core
2024-11-22T12:55:03.654Z INFO Parse memory regions for file
2024-11-22T12:55:03.654Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T12:55:03.686Z INFO Loading core information for Application core 100%
2024-11-22T12:55:03.687Z INFO Loading core information for Application core completed
2024-11-22T12:55:03.689Z INFO Update files regions according to Application core
2024-11-22T12:55:03.689Z INFO Parse memory regions for file
2024-11-22T12:55:03.689Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T12:55:04.785Z INFO Reading readback protection status for Application core
2024-11-22T12:55:04.785Z INFO Reading readback protection status for Application core 0%
2024-11-22T12:55:04.790Z INFO Reading readback protection status for Application core 100%
2024-11-22T12:55:04.790Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T12:55:04.791Z INFO Reading readback protection status for Application core completed
2024-11-22T12:55:05.003Z INFO Device is loaded and ready for further operation
2024-11-22T12:55:10.053Z INFO Reading memory for Application core
2024-11-22T12:55:10.057Z INFO Reading memory for Application core 0%
2024-11-22T12:55:13.659Z INFO Reading memory for Application core 100%
2024-11-22T12:55:13.846Z INFO Reading memory for Application core completed
2024-11-22T12:55:13.847Z INFO Parse memory regions for Application core
2024-11-22T12:55:25.132Z INFO Recovering Application core
2024-11-22T12:55:25.133Z INFO Recovering Application core 0%
2024-11-22T12:55:26.290Z INFO Recovering Application core 100%
2024-11-22T12:55:26.290Z INFO Recovering Application core completed
2024-11-22T12:55:26.293Z INFO Loading core information for Application core
2024-11-22T12:55:26.294Z INFO Loading core information for Application core 0%
2024-11-22T12:55:26.296Z INFO Update files regions according to Application core
2024-11-22T12:55:26.296Z INFO Parse memory regions for file
2024-11-22T12:55:26.296Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T12:55:26.308Z INFO Loading core information for Application core 100%
2024-11-22T12:55:26.308Z INFO Loading core information for Application core completed
2024-11-22T12:55:26.310Z INFO Update files regions according to Application core
2024-11-22T12:55:26.310Z INFO Parse memory regions for file
2024-11-22T12:55:26.311Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T12:55:28.520Z INFO Reading readback protection status for Application core
2024-11-22T12:55:28.520Z INFO Reading readback protection status for Application core 0%
2024-11-22T12:55:28.524Z INFO Reading readback protection status for Application core 100%
2024-11-22T12:55:28.524Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T12:55:28.524Z INFO Reading readback protection status for Application core completed
2024-11-22T13:02:49.003Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T13:02:49.460Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T13:02:49.892Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T13:16:12.770Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T13:16:13.248Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T13:16:13.655Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T13:16:45.713Z INFO Deselected device
2024-11-22T13:16:45.720Z INFO Update files regions according to Application core
2024-11-22T13:16:45.720Z INFO Parse memory regions for file
2024-11-22T13:16:45.720Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T13:20:07.131Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T13:20:07.137Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T13:20:07.633Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T13:25:08.027Z INFO Selecting device with the serial number 001057739708
2024-11-22T13:25:08.952Z INFO Selected device with the serial number 001057739708
2024-11-22T13:25:08.953Z INFO Using nrfutil device to communicate with target via JLink
2024-11-22T13:25:08.953Z INFO JLink OB firmware version J-Link OB-nRF5340-NordicSemi compiled Oct  9 2024 11:01:34
2024-11-22T13:25:08.953Z INFO Device family NRF54L_FAMILY
2024-11-22T13:25:08.953Z INFO Device version NRF54L15_xxAA_ENGB
2024-11-22T13:25:08.953Z INFO Board version PCA10156
2024-11-22T13:25:09.674Z INFO Reading readback protection status for Application core
2024-11-22T13:25:09.675Z INFO Reading readback protection status for Application core 0%
2024-11-22T13:25:09.690Z INFO Reading readback protection status for Application core 100%
2024-11-22T13:25:09.690Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T13:25:09.691Z INFO Reading readback protection status for Application core completed
2024-11-22T13:25:10.687Z INFO Loading core information for Application core
2024-11-22T13:25:10.688Z INFO Loading core information for Application core 0%
2024-11-22T13:25:10.690Z INFO Update files regions according to Application core
2024-11-22T13:25:10.690Z INFO Parse memory regions for file
2024-11-22T13:25:10.690Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T13:25:10.697Z INFO Loading core information for Application core 100%
2024-11-22T13:25:10.697Z INFO Loading core information for Application core completed
2024-11-22T13:25:10.699Z INFO Update files regions according to Application core
2024-11-22T13:25:10.699Z INFO Parse memory regions for file
2024-11-22T13:25:10.701Z INFO SoftDevice detected, id 0x101 (S132 v7.2.0)
2024-11-22T13:25:11.847Z INFO Reading readback protection status for Application core
2024-11-22T13:25:11.847Z INFO Reading readback protection status for Application core 0%
2024-11-22T13:25:11.862Z INFO Reading readback protection status for Application core 100%
2024-11-22T13:25:11.862Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T13:25:11.863Z INFO Reading readback protection status for Application core completed
2024-11-22T13:25:12.074Z INFO Device is loaded and ready for further operation
2024-11-22T13:25:18.161Z INFO Reading memory for Application core
2024-11-22T13:25:26.819Z INFO Reading memory for Application core
2024-11-22T13:26:23.258Z INFO Getting serial port options from the persistent store for 001050337463.pc-nrfconnect-programmer
2024-11-22T13:26:23.624Z INFO Getting serial port options from the persistent store for 001050337463.pc-nrfconnect-programmer
2024-11-22T13:26:24.089Z INFO Getting serial port options from the persistent store for 001050337463.pc-nrfconnect-programmer
2024-11-22T13:26:43.269Z INFO Deselected device
2024-11-22T13:26:46.464Z INFO Selecting device with the serial number 001050337463
2024-11-22T13:26:47.587Z INFO Selected device with the serial number 001050337463
2024-11-22T13:26:47.587Z INFO Using nrfutil device to communicate with target via JLink
2024-11-22T13:26:47.587Z INFO JLink OB firmware version J-Link OB-nRF5340-NordicSemi compiled Oct  9 2024 11:01:34
2024-11-22T13:26:47.587Z INFO Device family NRF52_FAMILY
2024-11-22T13:26:47.587Z INFO Device version NRF52832_xxAA_REV3
2024-11-22T13:26:47.587Z INFO Board version PCA10040
2024-11-22T13:26:48.529Z INFO Reading readback protection status for Application core
2024-11-22T13:26:48.529Z INFO Reading readback protection status for Application core 0%
2024-11-22T13:26:48.535Z INFO Reading readback protection status for Application core 100%
2024-11-22T13:26:48.535Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T13:26:48.535Z INFO Reading readback protection status for Application core completed
2024-11-22T13:26:49.650Z INFO Loading core information for Application core
2024-11-22T13:26:49.651Z INFO Loading core information for Application core 0%
2024-11-22T13:26:49.687Z INFO Loading core information for Application core 100%
2024-11-22T13:26:49.687Z INFO Loading core information for Application core completed
2024-11-22T13:26:50.783Z INFO Reading readback protection status for Application core
2024-11-22T13:26:50.783Z INFO Reading readback protection status for Application core 0%
2024-11-22T13:26:50.789Z INFO Reading readback protection status for Application core 100%
2024-11-22T13:26:50.790Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T13:26:50.790Z INFO Reading readback protection status for Application core completed
2024-11-22T13:26:51.076Z INFO Device is loaded and ready for further operation
2024-11-22T13:26:55.879Z INFO Reading memory for Application core
2024-11-22T13:26:55.880Z INFO Reading memory for Application core 0%
2024-11-22T13:26:59.503Z INFO Reading memory for Application core 100%
2024-11-22T13:26:59.720Z INFO Reading memory for Application core completed
2024-11-22T13:26:59.721Z INFO Parse memory regions for Application core
2024-11-22T13:27:02.597Z INFO Deselected device
2024-11-22T13:27:04.937Z INFO Selecting device with the serial number 001057739708
2024-11-22T13:27:05.832Z INFO Selected device with the serial number 001057739708
2024-11-22T13:27:05.833Z INFO Using nrfutil device to communicate with target via JLink
2024-11-22T13:27:05.833Z INFO JLink OB firmware version J-Link OB-nRF5340-NordicSemi compiled Oct  9 2024 11:01:34
2024-11-22T13:27:05.833Z INFO Device family NRF54L_FAMILY
2024-11-22T13:27:05.833Z INFO Device version NRF54L15_xxAA_ENGB
2024-11-22T13:27:05.833Z INFO Board version PCA10156
2024-11-22T13:27:06.569Z INFO Reading readback protection status for Application core
2024-11-22T13:27:06.570Z INFO Reading readback protection status for Application core 0%
2024-11-22T13:27:06.587Z INFO Reading readback protection status for Application core 100%
2024-11-22T13:27:06.588Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T13:27:06.588Z INFO Reading readback protection status for Application core completed
2024-11-22T13:27:07.550Z INFO Loading core information for Application core
2024-11-22T13:27:07.551Z INFO Loading core information for Application core 0%
2024-11-22T13:27:07.560Z INFO Loading core information for Application core 100%
2024-11-22T13:27:07.560Z INFO Loading core information for Application core completed
2024-11-22T13:27:08.545Z INFO Reading readback protection status for Application core
2024-11-22T13:27:08.545Z INFO Reading readback protection status for Application core 0%
2024-11-22T13:27:08.560Z INFO Reading readback protection status for Application core 100%
2024-11-22T13:27:08.561Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T13:27:08.561Z INFO Reading readback protection status for Application core completed
2024-11-22T13:27:08.717Z INFO Device is loaded and ready for further operation
2024-11-22T13:27:12.539Z INFO Reading memory for Application core
2024-11-22T13:27:22.662Z INFO Reading memory for Application core
2024-11-22T13:27:25.951Z INFO Deselected device
2024-11-22T13:27:27.683Z INFO Selecting device with the serial number 001050337463
2024-11-22T13:27:28.780Z INFO Selected device with the serial number 001050337463
2024-11-22T13:27:28.780Z INFO Using nrfutil device to communicate with target via JLink
2024-11-22T13:27:28.780Z INFO JLink OB firmware version J-Link OB-nRF5340-NordicSemi compiled Oct  9 2024 11:01:34
2024-11-22T13:27:28.781Z INFO Device family NRF52_FAMILY
2024-11-22T13:27:28.781Z INFO Device version NRF52832_xxAA_REV3
2024-11-22T13:27:28.781Z INFO Board version PCA10040
2024-11-22T13:27:29.679Z INFO Reading readback protection status for Application core
2024-11-22T13:27:29.680Z INFO Reading readback protection status for Application core 0%
2024-11-22T13:27:29.683Z INFO Reading readback protection status for Application core 100%
2024-11-22T13:27:29.684Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T13:27:29.684Z INFO Reading readback protection status for Application core completed
2024-11-22T13:27:30.896Z INFO Loading core information for Application core
2024-11-22T13:27:30.897Z INFO Loading core information for Application core 0%
2024-11-22T13:27:30.935Z INFO Loading core information for Application core 100%
2024-11-22T13:27:30.935Z INFO Loading core information for Application core completed
2024-11-22T13:27:32.094Z INFO Reading readback protection status for Application core
2024-11-22T13:27:32.096Z INFO Reading readback protection status for Application core 0%
2024-11-22T13:27:32.103Z INFO Reading readback protection status for Application core 100%
2024-11-22T13:27:32.103Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T13:27:32.103Z INFO Reading readback protection status for Application core completed
2024-11-22T13:27:32.369Z INFO Device is loaded and ready for further operation
2024-11-22T13:27:35.291Z INFO Reading memory for Application core
2024-11-22T13:27:35.294Z INFO Reading memory for Application core 0%
2024-11-22T13:27:38.907Z INFO Reading memory for Application core 100%
2024-11-22T13:27:39.122Z INFO Reading memory for Application core completed
2024-11-22T13:27:39.123Z INFO Parse memory regions for Application core
2024-11-22T13:27:42.256Z INFO Deselected device
2024-11-22T14:26:15.514Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T14:26:16.414Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T14:26:17.002Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T17:10:14.016Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T17:10:14.433Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T17:10:14.915Z INFO Getting serial port options from the persistent store for 001057739708.pc-nrfconnect-programmer
2024-11-22T17:12:48.979Z INFO Selecting device with the serial number 001057739708
2024-11-22T17:12:50.071Z INFO Selected device with the serial number 001057739708
2024-11-22T17:12:50.072Z INFO Using nrfutil device to communicate with target via JLink
2024-11-22T17:12:50.072Z INFO JLink OB firmware version J-Link OB-nRF5340-NordicSemi compiled Oct  9 2024 11:01:34
2024-11-22T17:12:50.072Z INFO Device family NRF54L_FAMILY
2024-11-22T17:12:50.072Z INFO Device version NRF54L15_xxAA_ENGB
2024-11-22T17:12:50.072Z INFO Board version PCA10156
2024-11-22T17:12:50.888Z INFO Reading readback protection status for Application core
2024-11-22T17:12:50.889Z INFO Reading readback protection status for Application core 0%
2024-11-22T17:12:50.904Z INFO Reading readback protection status for Application core 100%
2024-11-22T17:12:50.904Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T17:12:50.905Z INFO Reading readback protection status for Application core completed
2024-11-22T17:12:51.867Z INFO Loading core information for Application core
2024-11-22T17:12:51.868Z INFO Loading core information for Application core 0%
2024-11-22T17:12:51.877Z INFO Loading core information for Application core 100%
2024-11-22T17:12:51.877Z INFO Loading core information for Application core completed
2024-11-22T17:12:52.927Z INFO Reading readback protection status for Application core
2024-11-22T17:12:52.928Z INFO Reading readback protection status for Application core 0%
2024-11-22T17:12:52.943Z INFO Reading readback protection status for Application core 100%
2024-11-22T17:12:52.943Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T17:12:52.943Z INFO Reading readback protection status for Application core completed
2024-11-22T17:12:53.127Z INFO Device is loaded and ready for further operation
2024-11-22T17:13:10.041Z INFO Deselected device
2024-11-22T17:13:12.074Z INFO Selecting device with the serial number 001057739708
2024-11-22T17:13:12.966Z INFO Selected device with the serial number 001057739708
2024-11-22T17:13:12.966Z INFO Using nrfutil device to communicate with target via JLink
2024-11-22T17:13:12.966Z INFO JLink OB firmware version J-Link OB-nRF5340-NordicSemi compiled Oct  9 2024 11:01:34
2024-11-22T17:13:12.966Z INFO Device family NRF54L_FAMILY
2024-11-22T17:13:12.966Z INFO Device version NRF54L15_xxAA_ENGB
2024-11-22T17:13:12.966Z INFO Board version PCA10156
2024-11-22T17:13:13.678Z INFO Reading readback protection status for Application core
2024-11-22T17:13:13.679Z INFO Reading readback protection status for Application core 0%
2024-11-22T17:13:13.703Z INFO Reading readback protection status for Application core 100%
2024-11-22T17:13:13.703Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T17:13:13.703Z INFO Reading readback protection status for Application core completed
2024-11-22T17:13:14.675Z INFO Loading core information for Application core
2024-11-22T17:13:14.676Z INFO Loading core information for Application core 0%
2024-11-22T17:13:14.685Z INFO Loading core information for Application core 100%
2024-11-22T17:13:14.686Z INFO Loading core information for Application core completed
2024-11-22T17:13:15.717Z INFO Reading readback protection status for Application core
2024-11-22T17:13:15.718Z INFO Reading readback protection status for Application core 0%
2024-11-22T17:13:15.734Z INFO Reading readback protection status for Application core 100%
2024-11-22T17:13:15.734Z INFO Application core protection status &amp;#39;NRFDL_PROTECTION_STATUS_NONE&amp;#39;
2024-11-22T17:13:15.734Z INFO Reading readback protection status for Application core completed
2024-11-22T17:13:15.912Z INFO Device is loaded and ready for further operation
2024-11-22T17:13:50.683Z INFO Reading memory for Application core
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And read buttond doesnt change anything:&lt;br /&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/pastedimage1732295805527v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511735?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 17:06:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee62517b-46c7-41ae-805a-8685c0b2b1f8</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;In that case, please&amp;nbsp;try to debug the application in VS code (use nrf54l15dk/nrf54l15/cpuapp) as&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/fmistrorigo"&gt;FMistrorigo&lt;/a&gt;&amp;nbsp; did above&amp;nbsp;to see where the program hangs.&lt;/p&gt;
&lt;p&gt;EDIT: have you tried any of the other SDK examples to see if they work? For example, the peripheral_lbs example in nrf/samples/bluetooth?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511734?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 17:03:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:323f77ed-99fe-45e9-94b1-a16b5e5969ef</guid><dc:creator>mojangeex</dc:creator><description>&lt;p&gt;I am using v2.8.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511730?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 16:53:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaa2fe95-631a-43d4-bb96-b9f19970fa56</guid><dc:creator>Vidar Berg</dc:creator><description>[quote userid="81950" url="~/f/nordic-q-a/116601/cannot-flash-using-vscode-in-nrf54l15-dev-kit/511703"]Nohing shows up on any of them, not while programming not after manual reset with button.[/quote]
&lt;p&gt;Are you using SDK v2.7.0 by chance? In this version, the UART instances had hardware flow control enabled by default, which could block the UART console. This issue was addressed in SDK v2.8.0, and is the recommended version for developing with the nRF54L15DK.&lt;/p&gt;
&lt;p&gt;Workaround if on v2.7.0 is to create a devicetree overlay to disable flow control. The overlay must contain the following:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart20 {
    /delete-property/ hw-flow-control;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And the must be named either&amp;nbsp;nrf54l15pdk_nrf54l15_cpuapp_&lt;strong&gt;ns&lt;/strong&gt;.overlay or&amp;nbsp;nrf54l15pdk_nrf54l15_cpuapp.overlay and placed in your project root or &amp;lt;project root&amp;gt;/boards directory. You also need to perform a pristine build after it as been added to be detected by the build system.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511703?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 14:59:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caa821b8-5f41-425b-9f0d-03eca02a6a88</guid><dc:creator>mojangeex</dc:creator><description>&lt;p&gt;Nohing shows up on any of them, not while programming not after manual reset with button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511701?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 14:54:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:071bffdc-a3bd-4902-9e82-e96289aeea67</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You can view the logs in VS code by opening the nRF Serial terminal as shown below. The Jlink on the DK will expose 2 COM ports, one for each UART instance.&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/pastedimage1732287170392v1.png" alt=" " /&gt;&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/pastedimage1732287198868v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511698?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 14:51:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70924173-6e0b-472b-83b8-6787ee996d9e</guid><dc:creator>mojangeex</dc:creator><description>&lt;p&gt;How do i check the UART logs?&lt;br /&gt;Only thing i get is this:&lt;br /&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/pastedimage1732287054984v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511697?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 14:45:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd2d0f46-3941-41d6-b8b4-080682f69da3</guid><dc:creator>Vidar Berg</dc:creator><description>[quote userid="81950" url="~/f/nordic-q-a/116601/cannot-flash-using-vscode-in-nrf54l15-dev-kit/511692"]Tried 4 different options&amp;nbsp; secure and non secure with pdk and secure and non secure with dk.&lt;br /&gt;It doesnt work on any of the options with my PDK 0.8.1.[/quote]
&lt;p&gt;Can you check the UART logs from the device to see if any runtime errors are reported? I have not been able to replicate the issue on my end.&lt;/p&gt;
[quote userid="81950" url="~/f/nordic-q-a/116601/cannot-flash-using-vscode-in-nrf54l15-dev-kit/511692"]While picking cpuapp only (so I presume secure) the warning is wrong. Should be for the /ns option[/quote]
&lt;p&gt;This may seem contradictory at first, but &amp;quot;ns&amp;quot; indicates that the application will run in the non-secure processing environment, enabling better isolation between the application program and secure code in the bootloader and TF-M.&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/an-introduction-to-trusted-firmware-m-t-m"&gt;An Introduction to Trusted Firmware-M (TF-M)&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511692?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 14:37:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5112cf98-3814-4f0e-aefa-d723f529868b</guid><dc:creator>mojangeex</dc:creator><description>&lt;p&gt;Tried 4 different options&amp;nbsp; secure and non secure with pdk and secure and non secure with dk.&lt;br /&gt;It doesnt work on any of the options with my PDK 0.8.1.&lt;br /&gt;Also while creating build configuration i think there is a mistake with this warning:&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/pastedimage1732286131040v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;While picking cpuapp only (so I presume secure) the warning is wrong. Should be for the /ns option&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511691?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 14:32:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f00a9ac-907d-4a57-8dda-007bb4c70c67</guid><dc:creator>Vidar Berg</dc:creator><description>[quote userid="138252" url="~/f/nordic-q-a/116601/cannot-flash-using-vscode-in-nrf54l15-dev-kit/511689"]I already tryied to do that but without success, everything is the same,[/quote]
&lt;p&gt;The program will not enter the TFM error handler if you are building for cpuapp instead of cpuapp_ns. So it can&amp;#39;t be the same issue. Did you try to debug the applications after you changed the build target?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511689?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 14:30:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18e94787-1a37-489b-b8b2-f99168322f0a</guid><dc:creator>FMistrorigo</dc:creator><description>&lt;p&gt;I already tryied to do that but without success, everything is the same, my only guess for now is that maybe the project folder needs to be somewhere else... but it makes no sense.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511675?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 13:50:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55784154-0c1d-4fd2-8376-37453e0005c6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Are you building for cpuapp or cpuapp_ns? If the latter, please try adding&amp;nbsp;&lt;span&gt;CONFIG_TFM_PROFILE_TYPE_MINIMAL=y to your project configuration.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511674?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 13:44:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f6c4977-04fe-4db8-ac18-2771f8687db1</guid><dc:creator>mojangeex</dc:creator><description>&lt;p&gt;Im having the same problem here. I am using nRF54L15-PDK v0.8.1 and with no success. says flashed successfully but nothing gets loaded to device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In dev acedemy:&amp;nbsp;&lt;a id="" href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-2-1/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-2-1/&lt;/a&gt;&amp;nbsp;&lt;br /&gt;It says to just use it as dk board but sadly doesnt work either.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511526?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 14:54:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9c025b3-ec08-4911-be46-e409a25118ac</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Both TF-M and the main app will be included in the merged.hex file. It looks like the Programmer app has not been updated to support the nRF54L yet, but running the &amp;quot;Memory report&amp;quot; action will give a more accurate representation of the memory layout. Either way, it seems like there is an issue with the configuration of the TF-M image. A workaround for now if you wish to build with TF-M is to add&amp;nbsp;CONFIG_TFM_PROFILE_TYPE_MINIMAL=y to your project configuration file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511518?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 14:32:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c9982b9-b33a-41a6-bc9c-1827a3d43b4a</guid><dc:creator>FMistrorigo</dc:creator><description>&lt;p&gt;It probably throws the error because ther&amp;#39;s no program in the board, the &amp;quot;Erase and flash board&amp;quot; only removed the firmware but did&amp;#39;t flash it back.&lt;br /&gt;I will try the other build as suggested.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;PS. Does the nRF54L15 support the &amp;quot;Read&amp;quot; functionality in the Desktop app, It can be helpfull to understand what happens in the flash.&lt;br /&gt;Now I&amp;#39;m getting this error: &amp;quot;&lt;span&gt;Error: Failed with exit code 1. One or more batch tasks failed: - [Probe] The fw-read operation is not supported, code: Generic. Message: Batch task fw-read failed, [Probe] The fw-read operation is not supported.&lt;/span&gt;&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot flash using VSCode in nRF54L15 dev kit</title><link>https://devzone.nordicsemi.com/thread/511512?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 14:27:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32edbd3b-8321-41ed-acf6-7c5b4ba596df</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The screenshot shows that an error was raised in TF-M before the program reached the main app. I suggest you try with the nrf54l15dk/nrf54l15/cpuapp build target (does not include TF-M) and see if that works to help narrow down the problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>