nRF9160 VSCode examples don't run properly

I am having a problem with all of my projects compiled with VSCode NCS 2.2.0:

I understand that one of the COM ports (I'm on Windows) should send output. When I flash the Asset Tracker sample to my Thingy:91, it works fine. There is terminal output, and I can send AT commands and see responses.

However, when I follow the instructions to import the AT_Client sample in VSCode, build for the thingy91_nRF9160_ns, and flash, there is no terminal output in LTE Link Monitor on any terminal. If I Debug, the debugger never gets to main(). If I pause it, it is usually here:

Does anyone know why this would happen? I have tried putting breakpoints in main(), but they are never hit.

I am debugging a Thingy91 with a SEGGER J-link Plus probe. The hello_world worked once, last week, before re-flashing with demo samples, and now no VSCode projects work properly.

I have erased with J-flash lite, nRF Connect Programmer, and VSCode, to no avail. There are no error messages in the build or debug session.

I can flash the .hex samples and they work fine.

The debugger runs and is running. It does not break at main(). If I click Pause, it is usually here:

It may be getting stuck in some sort of bootloader image validation. Sometimes if I pause, it is in checks in a function called main that is not my main:

This happens whether or not I have Debug Options checked in the build.

Any ideas?

Parents
  • Hello, 

    Due to Christmas Holidays our team is lower staffed than normal and some delays in our answers must be expected.  We apologize for the inconvenience. 


    However, when I follow the instructions to import the AT_Client sample in VSCode, build for the thingy91_nRF9160_ns, and flash, there is no terminal output in LTE Link Monitor on any terminal

    What instructions are you referring to? Can you please provide me a link.

    When I flash the Asset Tracker sample to my Thingy:91, it works fine. There is terminal output, and I can send AT commands and see responses.

    Is this the precompiled filed or flashed from VS Code? Have you ensured that "SWD Select" is set to nRF91? If set to nRF52, have you tried to reprogram the connectivity brigde? This worked for me.

    Kind regards,
    Øyvind

  • Instructions I am referring to are the standard instructions to build and flash with VSCode.

    An example, I am trying to run this lesson exercise:

    https://academy.nordicsemi.com/topic/lesson-2-exercise-1/

    Which links to the instructions:

    https://nrfconnect.github.io/vscode-nrf-connect/get_started/build_app_ncs.html

    https://nrfconnect.github.io/vscode-nrf-connect/get_started/quick_debug.html

    Those are the instructions I am following to build and flash, and the only instructions I am aware of.

    The pre-compiled examples all work fine. I flash those with Connect for Desktop Programmer app, or J-flash lite, and they work great.

    When I flash the nRF9160 from VSCode with compiled examples, I get to the debug output above, but nothing on the serial ports.

    The Serial ports are still there, so the nRF52 Connectivity Bridge is fine, and yes, my switch is on nRF91.

    Could you please find out what could cause the nrf91 code to not run to main, but the pre-comipled examples to work?

  • Collin Moore said:
    Ah, glad you were able to replicate the issue! It sounds to me like my build process is messing something up.

    Yes, there seems to be an issue on your side. Can you please provide the output from the VS Code command (SHIFT+CTRL+i) "nRF Connect: Generate Support information"?

  • Ok, the hotkey didn't work for me, but I went to the nRF Connect extension and clicked on Generate 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 Pro",
        "osKernel": "10.0.19044",
        "vscode": "1.74.3",
        "electron": "19.1.8",
        "node": "v16.14.2"
      },
      "system": {
        "date": "2023-02-04T04:03:42.931Z",
        "vscodeRoot": "c:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "11:28:02",
        "osUptime": "12:05:01",
        "cpu": {
          "model": "Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz",
          "speed": "3411 MHz",
          "count": 4
        },
        "memory": {
          "total": "7.97 GB",
          "free": "2.19 GB"
        }
      },
      "workspace": {
        "name": "Cellular-IoT-Fundamentals",
        "workspaceFile": null,
        "folders": [
          "c:\\C-IoT-Fund\\Cellular-IoT-Fundamentals"
        ]
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2023.1.44",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.1.44-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2022.11.29",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.11.29",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2022.11.153",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.11.153",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2022.11.50",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.11.50",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": "1.6.10",
          "ms-vscode.cpptools": "1.13.9",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.18",
          "ms-vscode.js-debug": "1.74.1",
          "ms-vscode.js-debug-companion": "1.0.18",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "cschlosser.doxdocgen": "1.4.0",
          "jeff-hykin.better-cpp-syntax": "1.17.2",
          "mcu-debug.debug-tracker-vscode": "0.0.13",
          "mcu-debug.memory-view": "0.0.18",
          "mcu-debug.rtos-views": "0.0.4",
          "ms-vscode.cpptools-extension-pack": "1.3.0",
          "ms-vscode.cpptools-themes": "2.0.0",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "vsciot-vscode.vscode-arduino": "0.4.13"
        }
      },
      "tools": {
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.15.1",
        "C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe": "7.66a",
        "C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.15.4",
        "C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\nrfutil.exe": null,
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\cmake.exe": "3.20.5",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts\\west.exe": "0.14.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\python.exe": "3.8.2",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\ninja.exe": "1.9.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gperf.exe": "3.1",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\dtc.exe": "1.4.7",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gn.exe": "2073",
        "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "gdbPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe"
      },
      "sdks": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\v2.2.0"
        }
      ],
      "toolchains": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\toolchains\\v2.2.0"
        }
      ],
      "connectedDevices": [],
      "deviceProviders": [
        "nrfjprog"
      ],
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "${nrf-connect.sdk:2.2.0}",
          "toolchain": {
            "path": "${nrf-connect.toolchain:2.2.0}"
          },
          "ozonePath": "",
          "applications": [
            "${workspaceFolder}\\lesson2\\cellfund_less2_exer2"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig",
            "executeInDefaultShell": false
          },
          "welcome": {
            "showOnStartup": true
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "enableTelemetry": false,
          "taskBindings": {},
          "debugging": {
            "backend": "nRF Debug",
            "flash": true,
            "bindings": {}
          },
          "activeAppFollowActiveEditor": true
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character",
          "scrollBack": 1000
        },
        "marus25.cortex-debug": {
          "armToolchainPath": null,
          "armToolchainPrefix": "arm-none-eabi",
          "gdbPath": null,
          "objdumpPath": null,
          "JLinkGDBServerPath": null,
          "openocdPath": null,
          "pyocdPath": null,
          "PEGDBServerPath": null,
          "stutilPath": null,
          "stlinkPath": null,
          "stm32cubeprogrammer": null,
          "enableTelemetry": true,
          "registerUseNaturalFormat": true,
          "variableUseNaturalFormat": true,
          "dbgServerLogfile": null,
          "showDevDebugOutput": "none"
        }
      },
      "environment": {
        "westExe": "west",
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "Path": "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin;c:\\ncs\\toolchains\\v2.2.0\\mingw64\\libexec\\git-core;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts;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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "ZEPHYR_BASE": "c:\\ncs\\v2.2.0\\zephyr",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk",
          "PYTHONPATH": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib\\site-packages",
          "Python3_ROOT": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap"
        },
        "toolchainPath": "c:\\ncs\\toolchains\\v2.2.0",
        "toolchainBinPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.2.0"
      },
      "terminal": {
        "shell": null,
        "defaultProfile": null
      }
    }
    
    

  • Thank you for providing this information!

    Looking through your support information and comparing to mine I see that you do not have GNUARMEMB_TOOLCHAIN_PATH set

    How did you install the SDK? Are you using the toolchain manager?

  • Yes, sorry I wasn't clearer before. I installed everything via nRF Connect for Desktop. First I installed nRF connect, then the "Toolchain Manager", then followed its link to install VSCode, while installing toolchain 2.2.0, then opened VSCode and everything looks as it should in the examples to add and build code.

    I didn't change or add anything custom. I have some older path entries (as you can see!) to other compilers, etc, but I followed the instructions exactly to set up the IDE and Toolchain.

    I will try adding that path entry. Is that the only thing I am missing? I expected your instructions to work, and have not modified my install process at all.

    As a second attempt, I tried the whole process over, installing nrf connect, toolchain, VSCode on another laptop, with a fresh install of Windows 10, and got a similar result: Debugger stuck in nrf_spu_flashregion_set().

  • Ok, I have now followed the instructions on the page you linked, and I have added to my System PATH:

    I get a similar result when debugging. This is where it was when I paused after 5 minutes of running a debug session:

    Gene sent me a new nRF9160DK and it seems to have the same issue.

    Can you please help me get to where I can write code for these things and have it work?

    I have now followed the instructions exactly on two separate computers, with a thingy91 and a nRF9160DK (that both work fine with the at_client pre-compiled examples), and neither works.

    Now I have followed your extra instructions, that I have never seen before, and it still doesn't work.

    I was under the assumption that following the instructions would work, at least on one computer.

    What am I missing? Can you please point me to more complete instructions, or a path to getting working on Windows 10?

    Here is my Generate Support Info output again:

    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 Pro",
        "osKernel": "10.0.19044",
        "vscode": "1.75.0",
        "electron": "19.1.9",
        "node": "v16.14.2"
      },
      "system": {
        "date": "2023-02-09T15:56:10.414Z",
        "vscodeRoot": "c:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:00:50",
        "osUptime": "00:06:23",
        "cpu": {
          "model": "Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz",
          "speed": "3411 MHz",
          "count": 4
        },
        "memory": {
          "total": "7.97 GB",
          "free": "1.48 GB"
        }
      },
      "workspace": {
        "name": "Cellular-IoT-Fundamentals",
        "workspaceFile": null,
        "folders": [
          "c:\\C-IoT-Fund\\Cellular-IoT-Fundamentals"
        ]
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2023.1.44",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.1.44-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2022.11.29",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.11.29",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2022.11.153",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.11.153",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2022.11.50",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.11.50",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": "1.6.10",
          "ms-vscode.cpptools": "1.13.9",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.18",
          "ms-vscode.js-debug": "1.75.1",
          "ms-vscode.js-debug-companion": "1.0.18",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "cschlosser.doxdocgen": "1.4.0",
          "jeff-hykin.better-cpp-syntax": "1.17.2",
          "mcu-debug.debug-tracker-vscode": "0.0.13",
          "mcu-debug.memory-view": "0.0.19",
          "mcu-debug.rtos-views": "0.0.4",
          "ms-vscode.cpptools-extension-pack": "1.3.0",
          "ms-vscode.cpptools-themes": "2.0.0",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "vsciot-vscode.vscode-arduino": "0.4.13"
        }
      },
      "tools": {
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.15.1",
        "C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe": "7.66a",
        "C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.15.4",
        "C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\nrfutil.exe": null,
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\cmake.exe": "3.20.5",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts\\west.exe": "0.14.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\python.exe": "3.8.2",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\ninja.exe": "1.9.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gperf.exe": "3.1",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\dtc.exe": "1.4.7",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gn.exe": "2073",
        "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "gdbPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe"
      },
      "sdks": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\v2.2.0"
        }
      ],
      "toolchains": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\toolchains\\v2.2.0"
        }
      ],
      "connectedDevices": [],
      "deviceProviders": [
        "nrfjprog"
      ],
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "${nrf-connect.sdk:2.2.0}",
          "toolchain": {
            "path": "${nrf-connect.toolchain:2.2.0}"
          },
          "ozonePath": "",
          "applications": [
            "${workspaceFolder}\\lesson2\\cellfund_less2_exer2"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig",
            "executeInDefaultShell": false
          },
          "welcome": {
            "showOnStartup": true
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "enableTelemetry": false,
          "taskBindings": {},
          "debugging": {
            "backend": "nRF Debug",
            "flash": true,
            "bindings": {}
          },
          "activeAppFollowActiveEditor": true
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character",
          "scrollBack": 1000
        },
        "marus25.cortex-debug": {
          "armToolchainPath": null,
          "armToolchainPrefix": "arm-none-eabi",
          "gdbPath": null,
          "objdumpPath": null,
          "JLinkGDBServerPath": null,
          "openocdPath": null,
          "pyocdPath": null,
          "PEGDBServerPath": null,
          "stutilPath": null,
          "stlinkPath": null,
          "stm32cubeprogrammer": null,
          "enableTelemetry": true,
          "registerUseNaturalFormat": true,
          "variableUseNaturalFormat": true,
          "dbgServerLogfile": null,
          "showDevDebugOutput": "none"
        }
      },
      "environment": {
        "westExe": "west",
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "Path": "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin;c:\\ncs\\toolchains\\v2.2.0\\mingw64\\libexec\\git-core;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts;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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "ZEPHYR_BASE": "c:\\ncs\\v2.2.0\\zephyr",
          "GNUARMEMB_TOOLCHAIN_PATH": "C:\\gnu_arm_embedded",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk",
          "PYTHONPATH": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib\\site-packages",
          "Python3_ROOT": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "GNUARMEMB_TOOLCHAIN_PATH": "C:\\gnu_arm_embedded",
          "ZEPHYR_TOOLCHAIN_VARIANT": "gnuarmemb"
        },
        "toolchainPath": "c:\\ncs\\toolchains\\v2.2.0",
        "toolchainBinPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.2.0"
      },
      "terminal": {
        "shell": null,
        "defaultProfile": null
      }
    }
    
    [08:56:40] west build --build-dir c:\C-IoT-Fund\Cellular-IoT-Fundamentals\lesson2\cellfund_less2_exer2\build c:\C-IoT-Fund\Cellular-IoT-Fundamentals\lesson2\cellfund_less2_exer2 --pristine --board thingy91_nrf9160_ns -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE" -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y
    [08:59:22] Success.
    [09:03:08] west flash -d c:\C-IoT-Fund\Cellular-IoT-Fundamentals\lesson2\cellfund_less2_exer2\build --skip-rebuild -r nrfjprog --dev-id 600106256
    [09:03:24] Success.
    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 Pro",
        "osKernel": "10.0.19044",
        "vscode": "1.75.0",
        "electron": "19.1.9",
        "node": "v16.14.2"
      },
      "system": {
        "date": "2023-02-09T16:16:53.374Z",
        "vscodeRoot": "c:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:21:32",
        "osUptime": "00:27:05",
        "cpu": {
          "model": "Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz",
          "speed": "3411 MHz",
          "count": 4
        },
        "memory": {
          "total": "7.97 GB",
          "free": "1.78 GB"
        }
      },
      "workspace": {
        "name": "Cellular-IoT-Fundamentals",
        "workspaceFile": null,
        "folders": [
          "c:\\C-IoT-Fund\\Cellular-IoT-Fundamentals"
        ]
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2023.1.44",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.1.44-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2022.11.29",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.11.29",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2022.11.153",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.11.153",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2022.11.50",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.11.50",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": "1.6.10",
          "ms-vscode.cpptools": "1.13.9",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.18",
          "ms-vscode.js-debug": "1.75.1",
          "ms-vscode.js-debug-companion": "1.0.18",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "cschlosser.doxdocgen": "1.4.0",
          "jeff-hykin.better-cpp-syntax": "1.17.2",
          "mcu-debug.debug-tracker-vscode": "0.0.13",
          "mcu-debug.memory-view": "0.0.19",
          "mcu-debug.rtos-views": "0.0.4",
          "ms-vscode.cpptools-extension-pack": "1.3.0",
          "ms-vscode.cpptools-themes": "2.0.0",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "vsciot-vscode.vscode-arduino": "0.4.13"
        }
      },
      "tools": {
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.15.1",
        "C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe": "7.66a",
        "C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.15.4",
        "C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\nrfutil.exe": null,
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\cmake.exe": "3.20.5",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts\\west.exe": "0.14.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\python.exe": "3.8.2",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\ninja.exe": "1.9.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gperf.exe": "3.1",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\dtc.exe": "1.4.7",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gn.exe": "2073",
        "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "gdbPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe"
      },
      "sdks": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\v2.2.0"
        }
      ],
      "toolchains": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\toolchains\\v2.2.0"
        }
      ],
      "connectedDevices": [
        {
          "serialNumber": "600106256"
        }
      ],
      "deviceProviders": [
        "nrfjprog"
      ],
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "${nrf-connect.sdk:2.2.0}",
          "toolchain": {
            "path": "${nrf-connect.toolchain:2.2.0}"
          },
          "ozonePath": "",
          "applications": [
            "${workspaceFolder}\\lesson2\\cellfund_less2_exer2"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig",
            "executeInDefaultShell": false
          },
          "welcome": {
            "showOnStartup": true
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "enableTelemetry": false,
          "taskBindings": {},
          "debugging": {
            "backend": "nRF Debug",
            "flash": true,
            "bindings": {}
          },
          "activeAppFollowActiveEditor": true
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character",
          "scrollBack": 1000
        },
        "marus25.cortex-debug": {
          "armToolchainPath": null,
          "armToolchainPrefix": "arm-none-eabi",
          "gdbPath": null,
          "objdumpPath": null,
          "JLinkGDBServerPath": null,
          "openocdPath": null,
          "pyocdPath": null,
          "PEGDBServerPath": null,
          "stutilPath": null,
          "stlinkPath": null,
          "stm32cubeprogrammer": null,
          "enableTelemetry": true,
          "registerUseNaturalFormat": true,
          "variableUseNaturalFormat": true,
          "dbgServerLogfile": null,
          "showDevDebugOutput": "none"
        }
      },
      "environment": {
        "westExe": "west",
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "Path": "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin;c:\\ncs\\toolchains\\v2.2.0\\mingw64\\libexec\\git-core;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts;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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "ZEPHYR_BASE": "c:\\ncs\\v2.2.0\\zephyr",
          "GNUARMEMB_TOOLCHAIN_PATH": "C:\\gnu_arm_embedded",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk",
          "PYTHONPATH": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib\\site-packages",
          "Python3_ROOT": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "GNUARMEMB_TOOLCHAIN_PATH": "C:\\gnu_arm_embedded",
          "ZEPHYR_TOOLCHAIN_VARIANT": "gnuarmemb"
        },
        "toolchainPath": "c:\\ncs\\toolchains\\v2.2.0",
        "toolchainBinPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.2.0"
      },
      "terminal": {
        "shell": null,
        "defaultProfile": null
      }
    }
    
    

Reply
  • Ok, I have now followed the instructions on the page you linked, and I have added to my System PATH:

    I get a similar result when debugging. This is where it was when I paused after 5 minutes of running a debug session:

    Gene sent me a new nRF9160DK and it seems to have the same issue.

    Can you please help me get to where I can write code for these things and have it work?

    I have now followed the instructions exactly on two separate computers, with a thingy91 and a nRF9160DK (that both work fine with the at_client pre-compiled examples), and neither works.

    Now I have followed your extra instructions, that I have never seen before, and it still doesn't work.

    I was under the assumption that following the instructions would work, at least on one computer.

    What am I missing? Can you please point me to more complete instructions, or a path to getting working on Windows 10?

    Here is my Generate Support Info output again:

    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 Pro",
        "osKernel": "10.0.19044",
        "vscode": "1.75.0",
        "electron": "19.1.9",
        "node": "v16.14.2"
      },
      "system": {
        "date": "2023-02-09T15:56:10.414Z",
        "vscodeRoot": "c:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:00:50",
        "osUptime": "00:06:23",
        "cpu": {
          "model": "Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz",
          "speed": "3411 MHz",
          "count": 4
        },
        "memory": {
          "total": "7.97 GB",
          "free": "1.48 GB"
        }
      },
      "workspace": {
        "name": "Cellular-IoT-Fundamentals",
        "workspaceFile": null,
        "folders": [
          "c:\\C-IoT-Fund\\Cellular-IoT-Fundamentals"
        ]
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2023.1.44",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.1.44-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2022.11.29",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.11.29",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2022.11.153",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.11.153",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2022.11.50",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.11.50",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": "1.6.10",
          "ms-vscode.cpptools": "1.13.9",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.18",
          "ms-vscode.js-debug": "1.75.1",
          "ms-vscode.js-debug-companion": "1.0.18",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "cschlosser.doxdocgen": "1.4.0",
          "jeff-hykin.better-cpp-syntax": "1.17.2",
          "mcu-debug.debug-tracker-vscode": "0.0.13",
          "mcu-debug.memory-view": "0.0.19",
          "mcu-debug.rtos-views": "0.0.4",
          "ms-vscode.cpptools-extension-pack": "1.3.0",
          "ms-vscode.cpptools-themes": "2.0.0",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "vsciot-vscode.vscode-arduino": "0.4.13"
        }
      },
      "tools": {
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.15.1",
        "C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe": "7.66a",
        "C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.15.4",
        "C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\nrfutil.exe": null,
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\cmake.exe": "3.20.5",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts\\west.exe": "0.14.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\python.exe": "3.8.2",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\ninja.exe": "1.9.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gperf.exe": "3.1",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\dtc.exe": "1.4.7",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gn.exe": "2073",
        "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "gdbPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe"
      },
      "sdks": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\v2.2.0"
        }
      ],
      "toolchains": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\toolchains\\v2.2.0"
        }
      ],
      "connectedDevices": [],
      "deviceProviders": [
        "nrfjprog"
      ],
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "${nrf-connect.sdk:2.2.0}",
          "toolchain": {
            "path": "${nrf-connect.toolchain:2.2.0}"
          },
          "ozonePath": "",
          "applications": [
            "${workspaceFolder}\\lesson2\\cellfund_less2_exer2"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig",
            "executeInDefaultShell": false
          },
          "welcome": {
            "showOnStartup": true
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "enableTelemetry": false,
          "taskBindings": {},
          "debugging": {
            "backend": "nRF Debug",
            "flash": true,
            "bindings": {}
          },
          "activeAppFollowActiveEditor": true
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character",
          "scrollBack": 1000
        },
        "marus25.cortex-debug": {
          "armToolchainPath": null,
          "armToolchainPrefix": "arm-none-eabi",
          "gdbPath": null,
          "objdumpPath": null,
          "JLinkGDBServerPath": null,
          "openocdPath": null,
          "pyocdPath": null,
          "PEGDBServerPath": null,
          "stutilPath": null,
          "stlinkPath": null,
          "stm32cubeprogrammer": null,
          "enableTelemetry": true,
          "registerUseNaturalFormat": true,
          "variableUseNaturalFormat": true,
          "dbgServerLogfile": null,
          "showDevDebugOutput": "none"
        }
      },
      "environment": {
        "westExe": "west",
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "Path": "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin;c:\\ncs\\toolchains\\v2.2.0\\mingw64\\libexec\\git-core;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts;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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "ZEPHYR_BASE": "c:\\ncs\\v2.2.0\\zephyr",
          "GNUARMEMB_TOOLCHAIN_PATH": "C:\\gnu_arm_embedded",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk",
          "PYTHONPATH": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib\\site-packages",
          "Python3_ROOT": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "GNUARMEMB_TOOLCHAIN_PATH": "C:\\gnu_arm_embedded",
          "ZEPHYR_TOOLCHAIN_VARIANT": "gnuarmemb"
        },
        "toolchainPath": "c:\\ncs\\toolchains\\v2.2.0",
        "toolchainBinPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.2.0"
      },
      "terminal": {
        "shell": null,
        "defaultProfile": null
      }
    }
    
    [08:56:40] west build --build-dir c:\C-IoT-Fund\Cellular-IoT-Fundamentals\lesson2\cellfund_less2_exer2\build c:\C-IoT-Fund\Cellular-IoT-Fundamentals\lesson2\cellfund_less2_exer2 --pristine --board thingy91_nrf9160_ns -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE" -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y
    [08:59:22] Success.
    [09:03:08] west flash -d c:\C-IoT-Fund\Cellular-IoT-Fundamentals\lesson2\cellfund_less2_exer2\build --skip-rebuild -r nrfjprog --dev-id 600106256
    [09:03:24] Success.
    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 Pro",
        "osKernel": "10.0.19044",
        "vscode": "1.75.0",
        "electron": "19.1.9",
        "node": "v16.14.2"
      },
      "system": {
        "date": "2023-02-09T16:16:53.374Z",
        "vscodeRoot": "c:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:21:32",
        "osUptime": "00:27:05",
        "cpu": {
          "model": "Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz",
          "speed": "3411 MHz",
          "count": 4
        },
        "memory": {
          "total": "7.97 GB",
          "free": "1.78 GB"
        }
      },
      "workspace": {
        "name": "Cellular-IoT-Fundamentals",
        "workspaceFile": null,
        "folders": [
          "c:\\C-IoT-Fund\\Cellular-IoT-Fundamentals"
        ]
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2023.1.44",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.1.44-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2022.11.29",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.11.29",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2022.11.153",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.11.153",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2022.11.50",
            "path": "c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.11.50",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": "1.6.10",
          "ms-vscode.cpptools": "1.13.9",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.18",
          "ms-vscode.js-debug": "1.75.1",
          "ms-vscode.js-debug-companion": "1.0.18",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "cschlosser.doxdocgen": "1.4.0",
          "jeff-hykin.better-cpp-syntax": "1.17.2",
          "mcu-debug.debug-tracker-vscode": "0.0.13",
          "mcu-debug.memory-view": "0.0.19",
          "mcu-debug.rtos-views": "0.0.4",
          "ms-vscode.cpptools-extension-pack": "1.3.0",
          "ms-vscode.cpptools-themes": "2.0.0",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "vsciot-vscode.vscode-arduino": "0.4.13"
        }
      },
      "tools": {
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.15.1",
        "C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe": "7.66a",
        "C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.15.4",
        "C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\nrfutil.exe": null,
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\cmake.exe": "3.20.5",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts\\west.exe": "0.14.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\python.exe": "3.8.2",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\ninja.exe": "1.9.0",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gperf.exe": "3.1",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\dtc.exe": "1.4.7",
        "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gn.exe": "2073",
        "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "gdbPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe"
      },
      "sdks": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\v2.2.0"
        }
      ],
      "toolchains": [
        {
          "version": "2.2.0",
          "path": "c:\\ncs\\toolchains\\v2.2.0"
        }
      ],
      "connectedDevices": [
        {
          "serialNumber": "600106256"
        }
      ],
      "deviceProviders": [
        "nrfjprog"
      ],
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "${nrf-connect.sdk:2.2.0}",
          "toolchain": {
            "path": "${nrf-connect.toolchain:2.2.0}"
          },
          "ozonePath": "",
          "applications": [
            "${workspaceFolder}\\lesson2\\cellfund_less2_exer2"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig",
            "executeInDefaultShell": false
          },
          "welcome": {
            "showOnStartup": true
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "enableTelemetry": false,
          "taskBindings": {},
          "debugging": {
            "backend": "nRF Debug",
            "flash": true,
            "bindings": {}
          },
          "activeAppFollowActiveEditor": true
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character",
          "scrollBack": 1000
        },
        "marus25.cortex-debug": {
          "armToolchainPath": null,
          "armToolchainPrefix": "arm-none-eabi",
          "gdbPath": null,
          "objdumpPath": null,
          "JLinkGDBServerPath": null,
          "openocdPath": null,
          "pyocdPath": null,
          "PEGDBServerPath": null,
          "stutilPath": null,
          "stlinkPath": null,
          "stm32cubeprogrammer": null,
          "enableTelemetry": true,
          "registerUseNaturalFormat": true,
          "variableUseNaturalFormat": true,
          "dbgServerLogfile": null,
          "showDevDebugOutput": "none"
        }
      },
      "environment": {
        "westExe": "west",
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "Path": "c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin;c:\\ncs\\toolchains\\v2.2.0\\mingw64\\libexec\\git-core;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\arm-zephyr-eabi\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts;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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "ZEPHYR_BASE": "c:\\ncs\\v2.2.0\\zephyr",
          "GNUARMEMB_TOOLCHAIN_PATH": "C:\\gnu_arm_embedded",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk",
          "PYTHONPATH": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Lib\\site-packages",
          "Python3_ROOT": "c:\\ncs\\toolchains\\v2.2.0\\opt\\bin"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Collin",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Collin",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "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:\\Program Files\\PuTTY\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Git\\cmd;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:/PersonalProjects/ESP8266/ESP8266_RTOS_SDK/tools;C:\\Program Files\\CMake\\bin;C:\\Users\\Collin\\AppData\\Roaming\\Python\\Python38\\Scripts;C:\\Program Files (x86)\\GnuWin32\\bin;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\;C:\\Users\\Collin\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files (x86)\\FAHClient;C:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Collin\\.dotnet\\tools;C:\\Program Files (x86)\\Nmap",
          "GNUARMEMB_TOOLCHAIN_PATH": "C:\\gnu_arm_embedded",
          "ZEPHYR_TOOLCHAIN_VARIANT": "gnuarmemb"
        },
        "toolchainPath": "c:\\ncs\\toolchains\\v2.2.0",
        "toolchainBinPath": "c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.2.0"
      },
      "terminal": {
        "shell": null,
        "defaultProfile": null
      }
    }
    
    

Children
No Data
Related