NRF Connect for desktop install fail - blank screen and error windows

I am trying to install NRF Connect onto a brand new Windows 11 PC (all WIN11 updates made) to program both the PDA10056 and PDA10059 DK's

I installed Segger 5.20a Embedded Software plus the J-Link software plus the NRF SDK and managed to get the blink program compiled and sent to the PDA10056 (Works flawlessly)

To program the PDA10059 Dongle I have tried to install the NRF connect for desktop, a selection screen pops up however when I try to install services they fail with errors (see below) or just give a blank screen with rotating blue swirly thing.

I have checked at the location above and the file does exist there.

I have also uninstalled j-link and segger embedded , then tried reinstalling nrf connect, however same error messages.

I have also tried installing Microsoft Visual Code manually (which works), however nrf connect still fails.

Do you have any ideas on how to proceed ?.

Thanks in anticipation.

Parents
  • Hi,

    This seems like the same issue as in this thread. It has not been resolved yet, but I am checking with the team to get some suggestions.

    Can you check the content of C:\Users\<username>\AppData\Local\Programs\nrfconnect\resources\app.asar.unpacked\node_modules\@nordicsemiconductor\nrf-device-lib-js\Release\?

  • I have been testing further and have also been getting this error, when trying to install the toolchain/serial services.

    I have tried backtracking releases without much success, many give just a blank nrf connect screen, even when i refresh screen. 

  • Hi,

    Thanks for confirming that switching to nrfjprog helps. Does nrfutil work if you download nrfutil from here, add it in your path and install the device command as explained on the download page?

    Regarding the nRF52840 dongle (pca10059), that will not show up as it does not have an onboard debugger. So you need to use nRf Command Programmer, which will program it via USB DFU.

    Edit: I confirmed that nrfutil is bundled with the VS Code plugin, but it would be good if you could get the stand-alone version and try "nrfutil device list" to see if it lists you DK? Also, can you generate the support information by clicking here and share that?

  • It does manually install ok .... and path set to find it in system variables, however VB code does not pick up the nrfutil utility.

    Command line does find both the PCA10056 and PCA10059

  • Regarding the nRF52840 dongle (pca10059), that will not show up as it does not have an onboard debugger. So you need to use nRf Command Programmer, which will program it via USB DFU.

    From the documentation :-

    (+) One tool to rule them all: nRF Util becomes a unified command line utility - Blogs - Nordic Blog - Nordic DevZone (noruicsemi.com)

    It seems to indicate that both the Jlink and the DFU dongle are accessible ...shouldn't VBCode pick both up in its connected device using the nrfutil selection... it strikes me as strange that this is overlooked.

    Qoute :- nrfutil is now a unified command line utility for Nordic products. The new version includes support for programming all Nordic devices using programming probs (for example J-Link). It also has support for MCUboot DFU, thereby supporting nRF Connect SDK applications. You can use it to list (discover), flash, recover, erase, and do various operations on Nordic devices, including development kits, dongles, Nordic Thingies, or your own Nordic-based board. "

  • It is good information that nrfutil lists the devices.

    Chiprobot said:
    ...shouldn't VBCode pick both up in its connected device using the nrfutil selection...

    Yes it should, so there is something wrong here that we are trying to understand.

    Are you able to share the support information from VS code as well? That may contain useful information for our VS Cod team looking into this.

  • Yes for sure ...please find enclosed txt of the support information.

    IMPORTANT: The data below could contain sensitive or confidential information about your environment.
    If you do not wish this to be seen by others, please make sure to remove it before sharing.
    
    For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.
    
    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 10 Home",
        "osKernel": "10.0.22621",
        "vscode": "1.83.1",
        "electron": "25.8.4",
        "node": "v18.15.0"
      },
      "system": {
        "date": "2023-10-18T13:16:22.538Z",
        "vscodeRoot": "c:\\Users\\Neo\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:04:02",
        "osUptime": "00:08:34",
        "cpu": "13th Gen Intel(R) Core(TM) i7-1360P"
      },
      "workspace": {
        "name": "blinky",
        "workspaceFile": null,
        "folders": [
          "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky"
        ]
      },
      "sdks": [
        {
          "version": "2.5.0-rc1",
          "path": "c:\\ncs\\v2.5.0-rc1"
        }
      ],
      "activeBuild": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky\\build_1",
      "apps": [
        {
          "workspace": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky",
          "uri": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky",
          "buildConfigurations": [
            {
              "id": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky\\build",
              "name": "build",
              "boardId": "nrf52840dk_nrf52840",
              "type": "Zephyr",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            },
            {
              "id": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky\\build_1",
              "name": "build_1",
              "boardId": "nrf52840dongle_nrf52840",
              "type": "Zephyr",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            }
          ]
        }
      ],
      "topdir": "c:\\ncs\\v2.5.0-rc1",
      "workspaceState": "workspace-ready",
      "toolchains": [
        {
          "version": "2.5.0-rc1",
          "path": "c:\\ncs\\toolchains\\ffa23e2f3e"
        }
      ],
      "connectedDevices": [],
      "deviceProvider": "nrfutil",
      "tools": {
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.16.1",
        "C:\\Program Files\\SEGGER\\JLink\\JLink.exe": "7.88j",
        "C:\\ncs\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.23.2",
        "C:\\ncs\\nrf-command-line-tools\\bin\\nrfutil.exe": "7.6.0",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\cmake.exe": "3.20.5",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\Scripts\\west.exe": "1.1.0",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\python.exe": "3.8.2",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\ninja.exe": "1.9.0",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\gperf.exe": "3.1",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\dtc.exe": "1.4.7",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\gn.exe": "2121",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "gdbPath": "c:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe"
      },
      "environment": {
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Neo",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Neo",
          "PATH": "C:\\ncs\\toolchains\\ffa23e2f3e;C:\\ncs\\toolchains\\ffa23e2f3e\\mingw64\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\Scripts;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\nanopb\\generator-bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\aarch64-zephyr-elf\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\x86_64-zephyr-elf\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.10.49-win32-x64\\platform\\nrfutil\\lib\\nrfutil-toolchain-manager;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin;C:\\ncs\\nrf-command-line-tools\\bin\\;C:\\Users\\Neo\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\Neo\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Neo\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\ncs\\nrf-command-line-tools\\bin;",
          "ZEPHYR_BASE": "c:\\ncs\\v2.5.0-rc1\\zephyr",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk",
          "PYTHONPATH": "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\Lib;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\Lib\\site-packages"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Neo",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Neo",
          "Path": "C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin;C:\\ncs\\nrf-command-line-tools\\bin\\;C:\\Users\\Neo\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\Neo\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Neo\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\ncs\\nrf-command-line-tools\\bin;",
          "PATH": "C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin;C:\\ncs\\nrf-command-line-tools\\bin\\;C:\\Users\\Neo\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\Neo\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Neo\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\ncs\\nrf-command-line-tools\\bin;"
        },
        "toolchainPath": "c:\\ncs\\toolchains\\ffa23e2f3e",
        "toolchainBinPath": "c:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.5.0-rc1"
      },
      "terminal": {
        "defaultProfile": null
      },
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "",
          "toolchain": {
            "path": ""
          },
          "ozonePath": "",
          "applications": [],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig",
            "executeInDefaultShell": false
          },
          "welcome": {
            "showOnStartup": true
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "taskBindings": {},
          "debugging": {
            "flash": true,
            "bindings": {}
          },
          "activeAppFollowActiveEditor": true,
          "deviceProvider": "nrfutil",
          "enableTelemetry": false,
          "thirdpartyIntegration": {},
          "toolchainManager": {
            "indexURL": null,
            "installDirectory": null
          },
          "nrfutil": {
            "home": null
          },
          "defaultOpenAction": "ask"
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character"
        }
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2023.10.49",
            "path": "c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.10.49-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2023.10.17",
            "path": "c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2023.10.17",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2023.10.22",
            "path": "c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2023.10.22",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2023.10.27",
            "path": "c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2023.10.27",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": null,
          "ms-vscode.cpptools": "1.17.5",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.19",
          "ms-vscode.js-debug": "1.83.1",
          "ms-vscode.js-debug-companion": "1.1.2",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "twxs.cmake": "0.0.17"
        }
      }
    }
    
    

Reply
  • Yes for sure ...please find enclosed txt of the support information.

    IMPORTANT: The data below could contain sensitive or confidential information about your environment.
    If you do not wish this to be seen by others, please make sure to remove it before sharing.
    
    For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.
    
    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 10 Home",
        "osKernel": "10.0.22621",
        "vscode": "1.83.1",
        "electron": "25.8.4",
        "node": "v18.15.0"
      },
      "system": {
        "date": "2023-10-18T13:16:22.538Z",
        "vscodeRoot": "c:\\Users\\Neo\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:04:02",
        "osUptime": "00:08:34",
        "cpu": "13th Gen Intel(R) Core(TM) i7-1360P"
      },
      "workspace": {
        "name": "blinky",
        "workspaceFile": null,
        "folders": [
          "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky"
        ]
      },
      "sdks": [
        {
          "version": "2.5.0-rc1",
          "path": "c:\\ncs\\v2.5.0-rc1"
        }
      ],
      "activeBuild": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky\\build_1",
      "apps": [
        {
          "workspace": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky",
          "uri": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky",
          "buildConfigurations": [
            {
              "id": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky\\build",
              "name": "build",
              "boardId": "nrf52840dk_nrf52840",
              "type": "Zephyr",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            },
            {
              "id": "c:\\ncs\\v2.5.0-rc1\\zephyr\\samples\\basic\\blinky\\build_1",
              "name": "build_1",
              "boardId": "nrf52840dongle_nrf52840",
              "type": "Zephyr",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            }
          ]
        }
      ],
      "topdir": "c:\\ncs\\v2.5.0-rc1",
      "workspaceState": "workspace-ready",
      "toolchains": [
        {
          "version": "2.5.0-rc1",
          "path": "c:\\ncs\\toolchains\\ffa23e2f3e"
        }
      ],
      "connectedDevices": [],
      "deviceProvider": "nrfutil",
      "tools": {
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.16.1",
        "C:\\Program Files\\SEGGER\\JLink\\JLink.exe": "7.88j",
        "C:\\ncs\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.23.2",
        "C:\\ncs\\nrf-command-line-tools\\bin\\nrfutil.exe": "7.6.0",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\cmake.exe": "3.20.5",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\Scripts\\west.exe": "1.1.0",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\python.exe": "3.8.2",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\ninja.exe": "1.9.0",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\gperf.exe": "3.1",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\dtc.exe": "1.4.7",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\gn.exe": "2121",
        "C:\\ncs\\toolchains\\ffa23e2f3e\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "gdbPath": "c:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe"
      },
      "environment": {
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Neo",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Neo",
          "PATH": "C:\\ncs\\toolchains\\ffa23e2f3e;C:\\ncs\\toolchains\\ffa23e2f3e\\mingw64\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\Scripts;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\nanopb\\generator-bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\aarch64-zephyr-elf\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\x86_64-zephyr-elf\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.10.49-win32-x64\\platform\\nrfutil\\lib\\nrfutil-toolchain-manager;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin;C:\\ncs\\nrf-command-line-tools\\bin\\;C:\\Users\\Neo\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\Neo\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Neo\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\ncs\\nrf-command-line-tools\\bin;",
          "ZEPHYR_BASE": "c:\\ncs\\v2.5.0-rc1\\zephyr",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk",
          "PYTHONPATH": "C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\Lib;C:\\ncs\\toolchains\\ffa23e2f3e\\opt\\bin\\Lib\\site-packages"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Neo",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Neo",
          "Path": "C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin;C:\\ncs\\nrf-command-line-tools\\bin\\;C:\\Users\\Neo\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\Neo\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Neo\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\ncs\\nrf-command-line-tools\\bin;",
          "PATH": "C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin;C:\\ncs\\nrf-command-line-tools\\bin\\;C:\\Users\\Neo\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\Neo\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Neo\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\ncs\\nrf-command-line-tools\\bin;"
        },
        "toolchainPath": "c:\\ncs\\toolchains\\ffa23e2f3e",
        "toolchainBinPath": "c:\\ncs\\toolchains\\ffa23e2f3e\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.5.0-rc1"
      },
      "terminal": {
        "defaultProfile": null
      },
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "",
          "toolchain": {
            "path": ""
          },
          "ozonePath": "",
          "applications": [],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig",
            "executeInDefaultShell": false
          },
          "welcome": {
            "showOnStartup": true
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "taskBindings": {},
          "debugging": {
            "flash": true,
            "bindings": {}
          },
          "activeAppFollowActiveEditor": true,
          "deviceProvider": "nrfutil",
          "enableTelemetry": false,
          "thirdpartyIntegration": {},
          "toolchainManager": {
            "indexURL": null,
            "installDirectory": null
          },
          "nrfutil": {
            "home": null
          },
          "defaultOpenAction": "ask"
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character"
        }
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2023.10.49",
            "path": "c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.10.49-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2023.10.17",
            "path": "c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2023.10.17",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2023.10.22",
            "path": "c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2023.10.22",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2023.10.27",
            "path": "c:\\Users\\Neo\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2023.10.27",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": null,
          "ms-vscode.cpptools": "1.17.5",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.19",
          "ms-vscode.js-debug": "1.83.1",
          "ms-vscode.js-debug-companion": "1.1.2",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "twxs.cmake": "0.0.17"
        }
      }
    }
    
    

Children
Related