Cannot flash using VSCode in nRF54L15 dev kit

Hi,

I just finished to setup everything to start using nRF Connect for VSCode Extension. I followed the "nRF Connect SDK Fundamentals" course in the DevAcademy.

I installed nRF Command Line Tools, VSCode and the nRF Connect for VSCode extension pack. I then installed the latest toolchain and SDK. (all versions at the end)

After copying the Blinky example and changing the code to turn on also a second led, I was able to build the configuration and build the project, but once I tryied to flash it to the board nothing changed. (the board shows in the Connected Devices)

I then tryied different things to make it work and found out that using the nRF Connect for Desktop app everything works... using the programmer tool and passing my merged.hex file, it programmed successfully.

I then moved to VSCode and used the "Erase Board" command to be sure that the board was reachable; It worked and removed the firmware from the dev kit.

I really don't know if the problem is related to something I'm missing or if it's a problem of the command in the extension.

Please help me find out what is causing the problem.

Thanks,

Fabio

MORE INFO:

Command Line Tools (10.24.2)

VSCode version (1.95.3)

nRF Connect for VSCode extension pack (v2024.9.5) - so I'm now working with nRF Connect v2024.11.75.

Toolchain (v2.8.0)

SDK (v2.8.0)

running the command "nrfjprog --version" in powershell returns:
"nrfjprog version: 10.24.2 external"
"JLinkARM.dll version: 8.10h"

Parents
  • 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. 

    In dev acedemy: https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-2-1/ 
    It says to just use it as dk board but sadly doesnt work either. 

  • Are you building for cpuapp or cpuapp_ns? If the latter, please try adding CONFIG_TFM_PROFILE_TYPE_MINIMAL=y to your project configuration.

  • Nohing shows up on any of them, not while programming not after manual reset with button.

  • Nohing shows up on any of them, not while programming not after manual reset with button.

    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.

    Workaround if on v2.7.0 is to create a devicetree overlay to disable flow control. The overlay must contain the following:

    &uart20 {
        /delete-property/ hw-flow-control;
    };

    And the must be named either nrf54l15pdk_nrf54l15_cpuapp_ns.overlay or nrf54l15pdk_nrf54l15_cpuapp.overlay and placed in your project root or <project root>/boards directory. You also need to perform a pristine build after it as been added to be detected by the build system.

  • In that case, please try to debug the application in VS code (use nrf54l15dk/nrf54l15/cpuapp) as   did above to see where the program hangs.

    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?

  • I dont think it even starts. If I pause it its always on same address.

    Also nRF Connect for desktop, reading device memory fails here is the log:

    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 (>=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 'NRFDL_PROTECTION_STATUS_ALL'
    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 'NRFDL_PROTECTION_STATUS_ALL'
    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 'NRFDL_PROTECTION_STATUS_ALL'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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
    

    And read buttond doesnt change anything:

Reply
  • I dont think it even starts. If I pause it its always on same address.

    Also nRF Connect for desktop, reading device memory fails here is the log:

    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 (>=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 'NRFDL_PROTECTION_STATUS_ALL'
    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 'NRFDL_PROTECTION_STATUS_ALL'
    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 'NRFDL_PROTECTION_STATUS_ALL'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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 'NRFDL_PROTECTION_STATUS_NONE'
    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
    

    And read buttond doesnt change anything:

Children
No Data
Related