<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF9160 VSCode examples don&amp;#39;t run properly</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/95151/nrf9160-vscode-examples-don-t-run-properly</link><description>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&amp;#39;m on Windows) should send output. When I flash the Asset Tracker sample to my Thingy:91, it works fine. There is terminal output</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Jun 2025 10:17:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/95151/nrf9160-vscode-examples-don-t-run-properly" /><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/537628?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 10:17:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a282efd-c3a8-4aea-b05b-ed62c746bcef</guid><dc:creator>gterrell</dc:creator><description>&lt;p&gt;This is now resolved. I recreated the board files for our device and now debugging works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/537606?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 08:12:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e853871e-cbab-4235-88f5-3cc0de41378e</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello &lt;a href="https://devzone.nordicsemi.com/members/gterrell"&gt;gterrell&lt;/a&gt;&amp;nbsp;, please open a new ticket for your issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/537432?ContentTypeID=1</link><pubDate>Wed, 28 May 2025 22:33:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc41f502-fbd3-4957-b54b-59cc6f1ca3c7</guid><dc:creator>gterrell</dc:creator><description>&lt;p&gt;Collin did you find a solution?&lt;/p&gt;
&lt;p&gt;I have nearly identical symptoms&amp;nbsp;with a nRF9151 test, one target is a nRF9151 DK and the other is a custom board of our (LooUQ) design. Both work fine on a very simple hello world like application (no _ns option in the build target). Then they fail almost exactly as you describe, they never reach a main() breakpoint. RTT seems to be connected however no boot messages appear.&lt;/p&gt;
&lt;p&gt;The failures happen after a variable number of attempts. Doesn&amp;#39;t appear to be a hardware issue or application software as both work without the _ns target option.&lt;/p&gt;
&lt;p&gt;The workaround... seems to work (but a big pain) is using a non _ns build target, get the protected warning and then &lt;strong&gt;recover&lt;/strong&gt; the board, debug twice and it is working again.&lt;/p&gt;
&lt;p&gt;Something in the _ns build is setting a register in silicon that is preventing proper operations (MY GUESS). While a work around exists, this is really nasty.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/411773?ContentTypeID=1</link><pubDate>Thu, 23 Feb 2023 17:51:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:743d731e-b25c-449b-9ef0-2f379663b969</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;Yes, if I understand correctly, the bridge should connect the nrf91 UART to the 52840, then use the 52840 as a USB to UART adapter.&lt;/p&gt;
&lt;p&gt;If I erase it, no examples work. I flashed &amp;quot;...\thingy91_fw_2022_12_08_188a1603\img_app_bl\thingy91_nrf52_connectivity_bridge_2022-12-08_188a1603.hex&amp;quot;&lt;/p&gt;
&lt;p&gt;Then the pre-compiled AT client sample works, and I can send and receive AT commands.&lt;/p&gt;
&lt;p&gt;My problem is in &lt;strong&gt;Debugging &lt;/strong&gt;the nrf9160 MCU in VSCode. I can&amp;#39;t get any project to get to main().&lt;/p&gt;
&lt;p&gt;So I can flash the pre-compiled examples, and the bridge works fine, still just the debugging issue.&lt;/p&gt;
&lt;p&gt;Is there any chance we could do a video call or something, so that you could see what is going on in my computer? I would have blamed my setup, except that I get the exact same results on a fresh install of Win10 on another laptop!&lt;/p&gt;
&lt;p&gt;I have been developing on nRF52832 with those SDKs and GCC since 2016, and have never had this many issues. I understand that this is much more compilicated, with the Zephyr RTOS and the Crypto stuff, (which I don&amp;#39;t yet know if it&amp;#39;s on or off), but I just want to read pin states and send SMS, and I can&amp;#39;t get the example project to compile and debug, or run.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t need any of the crypto/security stuff for my code. If there is anything I can turn off to make it work, please let me know!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/410547?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 09:00:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10ed5cd9-533e-4aeb-af58-a55b1727fa95</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Sorry,&amp;nbsp;I was trying to follow up internally and see if I could find a solution. What version of the Connectivity Bridge are you running on the Thingy:91? Did you try to update this with the version found in the latest precompiled package?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/410468?ContentTypeID=1</link><pubDate>Thu, 16 Feb 2023 19:54:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cc9ec39-2903-41d4-aaa6-de935921d866</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;Any progress on this?&lt;/p&gt;
&lt;p&gt;I am still unable to run any custom projects on either computer. I was hoping to be using the Modem library and sending SMS by now, but I&amp;#39;m stuck on toolchain stuff, even though I followed all the default instructions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/409405?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2023 16:20:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ab23775-5282-4009-b8aa-8f8939336061</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;&lt;br /&gt;Sorry, what I posted, with the beginning and end fragments, was from VSCode.&lt;/p&gt;
&lt;p&gt;I forgot to post the command prompt build output, here is that:&lt;/p&gt;
&lt;p&gt;I ran west clean, rmdir /s /q build, rmdir /s /q build_300534, then west build -b thingy91_nrf9160_ns -d build_300534 again:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;C:\ncs\v2.2.0\nrf\samples\nrf9160\at_client&amp;gt;rmdir /s /q build

C:\ncs\v2.2.0\nrf\samples\nrf9160\at_client&amp;gt;rmdir /s /q build_300534

C:\ncs\v2.2.0\nrf\samples\nrf9160\at_client&amp;gt;west clean
usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] &amp;lt;command&amp;gt; ...
west: error: argument &amp;lt;command&amp;gt;: invalid choice: &amp;#39;clean&amp;#39; (choose from &amp;#39;init&amp;#39;, &amp;#39;update&amp;#39;, &amp;#39;list&amp;#39;, &amp;#39;manifest&amp;#39;, &amp;#39;diff&amp;#39;, &amp;#39;status&amp;#39;, &amp;#39;forall&amp;#39;, &amp;#39;help&amp;#39;, &amp;#39;config&amp;#39;, &amp;#39;topdir&amp;#39;, &amp;#39;selfupdate&amp;#39;, &amp;#39;ncs-loot&amp;#39;, &amp;#39;ncs-compare&amp;#39;, &amp;#39;ncs-upmerger&amp;#39;, &amp;#39;ncs-sbom&amp;#39;, &amp;#39;completion&amp;#39;, &amp;#39;boards&amp;#39;, &amp;#39;build&amp;#39;, &amp;#39;sign&amp;#39;, &amp;#39;flash&amp;#39;, &amp;#39;debug&amp;#39;, &amp;#39;debugserver&amp;#39;, &amp;#39;attach&amp;#39;, &amp;#39;zephyr-export&amp;#39;, &amp;#39;spdx&amp;#39;, &amp;#39;blobs&amp;#39;)

C:\ncs\v2.2.0\nrf\samples\nrf9160\at_client&amp;gt;west build -b thingy91_nrf9160_ns -d build_300534
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client
-- Using NCS Toolchain 2.2.0 for building. (C:/ncs/toolchains/v2.2.0/cmake)
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/ncs/v2.2.0/zephyr/.cache
-- Zephyr version: 3.2.99 (C:/ncs/v2.2.0/zephyr)
-- Found west (found suitable version &amp;quot;0.14.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: thingy91_nrf9160_ns
-- Found host-tools: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/v2.2.0/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found BOARD.dts: C:/ncs/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_ns.dts
-- Generated zephyr.dts: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/dts.cmake
Parsing C:/ncs/v2.2.0/zephyr/Kconfig
Loaded configuration &amp;#39;C:/ncs/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_ns_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/prj.conf&amp;#39;
Configuration saved to &amp;#39;C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 12.1.0
-- The CXX compiler identification is GNU 12.1.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
Changed board to secure thingy91_nrf9160 (NOT NS)

=== child image mcuboot -  begin ===
loading initial cache file C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v2.2.0/bootloader/mcuboot/boot/zephyr
-- Using NCS Toolchain 2.2.0 for building. (C:/ncs/toolchains/v2.2.0/cmake)
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/ncs/v2.2.0/zephyr/.cache
-- Zephyr version: 3.2.99 (C:/ncs/v2.2.0/zephyr)
-- Found west (found suitable version &amp;quot;0.14.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: thingy91_nrf9160
-- Found host-tools: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/v2.2.0/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found BOARD.dts: C:/ncs/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160.dts
-- Found devicetree overlay: C:/ncs/v2.2.0/bootloader/mcuboot/boot/zephyr/dts.overlay
-- Generated zephyr.dts: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/dts.cmake
Parsing C:/ncs/v2.2.0/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration &amp;#39;C:/ncs/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.2.0/bootloader/mcuboot/boot/zephyr/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.2.0/bootloader/mcuboot/boot/zephyr/boards/thingy91_nrf9160.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.2.0/nrf/modules/mcuboot/tfm.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.2.0/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 12.1.0
-- The CXX compiler identification is GNU 12.1.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
MCUBoot bootloader key file: C:/ncs/v2.2.0/bootloader/mcuboot/root-rsa-2048.pem
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot
=== child image mcuboot -  end ===

CMake Warning at C:/ncs/v2.2.0/nrf/modules/mcuboot/CMakeLists.txt:286 (message):


          ---------------------------------------------------------
          --- WARNING: Using default MCUBoot key, it should not ---
          --- be used for production.                           ---
          ---------------------------------------------------------




CMake Warning at C:/ncs/v2.2.0/zephyr/CMakeLists.txt:1833 (message):
  __ASSERT() statements are globally ENABLED


-- Found partition manager static configuration: C:/ncs/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_pm_static.yml
Partition &amp;#39;mcuboot&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_pad&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_primary&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_primary_app&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_secondary&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;nonsecure_storage&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;tfm_secure&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;tfm_nonsecure&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;tfm&amp;#39; is not included in the dynamic resolving since it is statically defined.
Dropping partition &amp;#39;nrf_modem_lib_trace&amp;#39; since its size is 0.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534
-- west build: building application
[4/273] Generating include/generated/version.h
-- Zephyr version: 3.2.99 (C:/ncs/v2.2.0/zephyr), build: v3.2.99-ncs1
[54/273] Performing build step for &amp;#39;mcuboot_subimage&amp;#39;
[1/278] Generating include/generated/version.h
-- Zephyr version: 3.2.99 (C:/ncs/v2.2.0/zephyr), build: v3.2.99-ncs1
[268/278] Linking C executable zephyr\zephyr_pre0.elf

[272/278] Linking C executable zephyr\zephyr_pre1.elf

[278/278] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       40410 B        48 KB     82.21%
             RAM:       28024 B     211736 B     13.24%
        IDT_LIST:          0 GB         2 KB      0.00%
[61/273] Generating ../../tfm/CMakeCache.txt
-- The C compiler identification is GNU 12.1.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/ncs/v2.2.0/zephyr/.cache
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/tfm
[67/273] Performing build step for &amp;#39;tfm&amp;#39;
[1/2] Re-running CMake...
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/ncs/v2.2.0/zephyr/.cache
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/tfm
[171/171] Generating ../bin/tfm_s.bin
[72/273] Performing install step for &amp;#39;tfm&amp;#39;
-- Install configuration: &amp;quot;MinSizeRel&amp;quot;
[254/273] Linking C executable zephyr\zephyr_pre0.elf

[258/273] Linking C executable zephyr\zephyr_pre1.elf

[264/273] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       68508 B     380416 B     18.01%
             RAM:       32848 B     211736 B     15.51%
        IDT_LIST:          0 GB         2 KB      0.00%
[268/273] Generating ../../zephyr/app_update.bin
sign the payload
[269/273] Generating ../../zephyr/app_signed.hex
sign the payload
[271/273] Generating ../../zephyr/app_test_update.hex
sign the payload
[273/273] Generating zephyr/merged.hex

C:\ncs\v2.2.0\nrf\samples\nrf9160\at_client&amp;gt;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I took my output, changed the text ncs/ to NordicSemi/, diffed the two, and they are exactly the same except these lines:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676044575355v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I then ran C:\ncs\v2.2.0\nrf\samples\nrf9160\at_client&amp;gt;west flash -d build_300534&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t get any interaction from the thingy91 in LTE Link Monitor, so I don&amp;#39;t think it&amp;#39;s working.&lt;/p&gt;
&lt;p&gt;When I flash the precompiled .hex at_client2, I get responses and it works great.&lt;/p&gt;
&lt;p&gt;Attached is my verbose log when re-installing toolchain v2.2.0 (what I have been using this whole time).&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2023_2D00_02_2D00_09T19_5F00_58_5F00_22.761Z_2D00_log.txt"&gt;devzone.nordicsemi.com/.../2023_2D00_02_2D00_09T19_5F00_58_5F00_22.761Z_2D00_log.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/409291?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2023 08:41:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6df1ff60-e0d0-4220-b45e-1ed8c4fc8659</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Collin Moore"]Next I opened Command Prompt from the Toolchain Manager drop-down, cd into at_client and built it. here is the beginning:[/quote]
&lt;p&gt;Sorry, forgot to specify but did you test this version as well? You can run west flash afterwards&lt;/p&gt;
&lt;p&gt;Did you follow my last steps on building in command prompt? From the output log that you have it seems to be the same as VS Code.&lt;/p&gt;
&lt;p&gt;Here is the output from my build in the command prompt&lt;br /&gt;&lt;pre class="ui-code" data-mode="powershell"&gt;C:\NordicSemi\v2.2.0\nrf\samples\nrf9160\at_client&amp;gt;west build -b thingy91_nrf9160_ns -d build_300534
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client
-- Using NCS Toolchain 2.2.0 for building. (C:/NordicSemi/toolchains/v2.2.0/cmake)
-- Found Python3: C:/NordicSemi/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/NordicSemi/v2.2.0/zephyr/.cache
-- Zephyr version: 3.2.99 (C:/NordicSemi/v2.2.0/zephyr)
-- Found west (found suitable version &amp;quot;0.14.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: thingy91_nrf9160_ns
-- Found host-tools: zephyr 0.15.1 (C:/NordicSemi/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.15.1 (C:/NordicSemi/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found Dtc: C:/NordicSemi/toolchains/v2.2.0/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found BOARD.dts: C:/NordicSemi/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_ns.dts
-- Generated zephyr.dts: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/dts.cmake
Parsing C:/NordicSemi/v2.2.0/zephyr/Kconfig
Loaded configuration &amp;#39;C:/NordicSemi/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_ns_defconfig&amp;#39;
Merged configuration &amp;#39;C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/prj.conf&amp;#39;
Configuration saved to &amp;#39;C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 12.1.0
-- The CXX compiler identification is GNU 12.1.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/NordicSemi/toolchains/v2.2.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found Python3: C:/NordicSemi/toolchains/v2.2.0/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
Changed board to secure thingy91_nrf9160 (NOT NS)

=== child image mcuboot -  begin ===
loading initial cache file C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: C:/NordicSemi/v2.2.0/bootloader/mcuboot/boot/zephyr
-- Using NCS Toolchain 2.2.0 for building. (C:/NordicSemi/toolchains/v2.2.0/cmake)
-- Found Python3: C:/NordicSemi/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/NordicSemi/v2.2.0/zephyr/.cache
-- Zephyr version: 3.2.99 (C:/NordicSemi/v2.2.0/zephyr)
-- Found west (found suitable version &amp;quot;0.14.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: thingy91_nrf9160
-- Found host-tools: zephyr 0.15.1 (C:/NordicSemi/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.15.1 (C:/NordicSemi/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found Dtc: C:/NordicSemi/toolchains/v2.2.0/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found BOARD.dts: C:/NordicSemi/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160.dts
-- Found devicetree overlay: C:/NordicSemi/v2.2.0/bootloader/mcuboot/boot/zephyr/dts.overlay
-- Generated zephyr.dts: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/dts.cmake
Parsing C:/NordicSemi/v2.2.0/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration &amp;#39;C:/NordicSemi/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_defconfig&amp;#39;
Merged configuration &amp;#39;C:/NordicSemi/v2.2.0/bootloader/mcuboot/boot/zephyr/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/NordicSemi/v2.2.0/bootloader/mcuboot/boot/zephyr/boards/thingy91_nrf9160.conf&amp;#39;
Merged configuration &amp;#39;C:/NordicSemi/v2.2.0/nrf/modules/mcuboot/tfm.conf&amp;#39;
Merged configuration &amp;#39;C:/NordicSemi/v2.2.0/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;#39;
Merged configuration &amp;#39;C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 12.1.0
-- The CXX compiler identification is GNU 12.1.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/NordicSemi/toolchains/v2.2.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
MCUBoot bootloader key file: C:/NordicSemi/v2.2.0/bootloader/mcuboot/root-rsa-2048.pem
-- Configuring done
-- Generating done
-- Build files have been written to: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/mcuboot
=== child image mcuboot -  end ===

CMake Warning at C:/NordicSemi/v2.2.0/nrf/modules/mcuboot/CMakeLists.txt:286 (message):


          ---------------------------------------------------------
          --- WARNING: Using default MCUBoot key, it should not ---
          --- be used for production.                           ---
          ---------------------------------------------------------




CMake Warning at C:/NordicSemi/v2.2.0/zephyr/CMakeLists.txt:1833 (message):
  __ASSERT() statements are globally ENABLED


-- Found partition manager static configuration: C:/NordicSemi/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_pm_static.yml
Partition &amp;#39;mcuboot&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_pad&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_primary&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_primary_app&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;mcuboot_secondary&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;nonsecure_storage&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;tfm_secure&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;tfm_nonsecure&amp;#39; is not included in the dynamic resolving since it is statically defined.
Partition &amp;#39;tfm&amp;#39; is not included in the dynamic resolving since it is statically defined.
Dropping partition &amp;#39;nrf_modem_lib_trace&amp;#39; since its size is 0.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534
-- west build: building application
[45/273] Generating include/generated/version.h
-- Zephyr version: 3.2.99 (C:/NordicSemi/v2.2.0/zephyr), build: v3.2.99-ncs1
[52/273] Performing build step for &amp;#39;mcuboot_subimage&amp;#39;
[1/278] Generating include/generated/version.h
-- Zephyr version: 3.2.99 (C:/NordicSemi/v2.2.0/zephyr), build: v3.2.99-ncs1
[268/278] Linking C executable zephyr\zephyr_pre0.elf

[272/278] Linking C executable zephyr\zephyr_pre1.elf

[278/278] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       40410 B        48 KB     82.21%
             RAM:       28024 B     211736 B     13.24%
        IDT_LIST:          0 GB         2 KB      0.00%
[57/273] Generating ../../tfm/CMakeCache.txt
-- The C compiler identification is GNU 12.1.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/NordicSemi/toolchains/v2.2.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found Python3: C:/NordicSemi/toolchains/v2.2.0/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Found Python3: C:/NordicSemi/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/NordicSemi/v2.2.0/zephyr/.cache
-- Configuring done
-- Generating done
-- Build files have been written to: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/tfm
[67/273] Performing build step for &amp;#39;tfm&amp;#39;
[1/2] Re-running CMake...
-- Found Python3: C:/NordicSemi/toolchains/v2.2.0/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Found Python3: C:/NordicSemi/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter
-- Cache files will be written to: C:/NordicSemi/v2.2.0/zephyr/.cache
-- Configuring done
-- Generating done
-- Build files have been written to: C:/NordicSemi/v2.2.0/nrf/samples/nrf9160/at_client/build_300534/tfm
[171/171] Generating ../bin/tfm_s.bin
[72/273] Performing install step for &amp;#39;tfm&amp;#39;
-- Install configuration: &amp;quot;MinSizeRel&amp;quot;
[254/273] Linking C executable zephyr\zephyr_pre0.elf

[258/273] Linking C executable zephyr\zephyr_pre1.elf

[264/273] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       68508 B     380416 B     18.01%
             RAM:       32848 B     211736 B     15.51%
        IDT_LIST:          0 GB         2 KB      0.00%
[268/273] Generating ../../zephyr/app_update.bin
sign the payload
[269/273] Generating ../../zephyr/app_signed.hex
sign the payload
[271/273] Generating ../../zephyr/app_test_update.hex
sign the payload
[273/273] Generating zephyr/merged.hex&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/409229?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 18:55:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5de013a-95d7-4c49-9336-5c377a84165a</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;Hey, thanks for the reply!&lt;/p&gt;
&lt;p&gt;I only ever used toolchain manager. Both computers are my personal computer, on normal network, home router, no VPNs, with Administrator Windows 10 accounts.&lt;/p&gt;
&lt;p&gt;The toolchain takes a while to download, but I&amp;#39;ll do that after I try what you suggested. I&amp;#39;ll upload the verbose log in a bit.&lt;/p&gt;
&lt;p&gt;Right now, when I right-click Copy Build Configuration:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;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=&amp;quot;NONE&amp;quot; -DCONF_FILE:STRING=&amp;quot;c:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/prj.conf&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have a DBOARD_ROOT entry, or numbers after build, but other than that it looks pretty similar to me.&lt;/p&gt;
&lt;p&gt;Next, I tried Cleaning the Build config:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; *  Executing task: nRF Connect: Build [clean]: cellfund_less2_exer2/build (active) 

Building cellfund_less2_exer2
west build -t clean --build-dir c:\C-IoT-Fund\Cellular-IoT-Fundamentals\lesson2\cellfund_less2_exer2\build

-- west build: running target clean
[1/2] Cleaning additional files...
[2/2] Cleaning all built files...
Cleaning... 6 files.
 *  Terminal will be reused by tasks, press any key to close it. &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Build looked successful, but the terminal lost the text from the beginning:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Next I opened Command Prompt from the Toolchain Manager drop-down, cd into at_client and built it. here is the beginning:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
 *  Executing task: nRF Connect: Generate config thingy91_nrf9160_ns for lesson2/cellfund_less2_exer2 

Building cellfund_less2_exer2
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=&amp;quot;NONE&amp;quot; -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v2.2.0/zephyr/.cache
-- Zephyr version: 3.2.99 (C:/ncs/v2.2.0/zephyr)
-- Found west (found suitable version &amp;quot;0.14.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: thingy91_nrf9160_ns
-- Found host-tools: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/v2.2.0/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: C:/ncs/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_ns.dts
-- Generated zephyr.dts: C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/build/zephyr/dts.cmake
Parsing C:/ncs/v2.2.0/zephyr/Kconfig
Loaded configuration &amp;#39;C:/ncs/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_ns_defconfig&amp;#39;
Merged configuration &amp;#39;C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/build/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/build/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 12.1.0
-- The CXX compiler identification is GNU 12.1.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
Changed board to secure thingy91_nrf9160 (NOT NS)

=== child image mcuboot -  begin ===
loading initial cache file C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/build/mcuboot/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v2.2.0/bootloader/mcuboot/boot/zephyr
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v2.2.0/zephyr/.cache
-- Zephyr version: 3.2.99 (C:/ncs/v2.2.0/zephyr)
-- Found west (found suitable version &amp;quot;0.14.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: thingy91_nrf9160
-- Found host-tools: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.15.1 (C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/v2.2.0/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: C:/ncs/v2.2.0/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160.dts
-- Found devicetree overlay: C:/ncs/v2.2.0/bootloader/mcuboot/boot/zep&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;and the end:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ap_helper.S.obj
[42/278] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
[43/278] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
[44/278] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
[45/278] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
[46/278] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
[47/278] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
[48/278] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/mdk/system_nrf9160.c.obj
[49/278] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj
[50/278] Linking C static library zephyr\arch\common\libarch__common.a
[51/278] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
[52/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
[53/278] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_wdt.c.obj
[54/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
[55/278] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
[56/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
[57/278] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
[58/278] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_dppi.c.obj
[59/278] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
[60/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
[61/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
[62/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
[63/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
[64/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
[65/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
[66/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
[67/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
[68/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
[69/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
[70/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
[71/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
[72/278] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
[73/278] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
[74/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/base64.c.obj
[75/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
[76/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
[77/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
[78/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
[79/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
[80/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
[81/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/multi_heap.c.obj
[82/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
[83/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj
[84/278] Linking C static library zephyr\kernel\libkernel.a
[85/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
[86/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
[87/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
[88/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
[89/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
[90/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
[91/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
[92/278] Generating ../../../include/generated/libc/minimal/strerror_table.h
[93/278] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
[94/278] Generating zephyr/autogen-pubkey.c
[95/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
[96/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
[97/278] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
[98/278] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
[99/278] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
[100/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/time/gmtime.c.obj
[101/278] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
[102/278] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
[103/278] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj
[104/278] Building C object CMakeFiles/app.dir/os.c.obj
[105/278] Building C object CMakeFiles/app.dir/keys.c.obj
[106/278] Building C object CMakeFiles/app.dir/flash_map_extended.c.obj
[107/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj
[108/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj
[109/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj
[110/278] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
[111/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj
[112/278] Linking C static library zephyr\libzephyr.a
[113/278] Building C object CMakeFiles/app.dir/main.c.obj
[114/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj
[115/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj
[116/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/image_ec256.c.obj
[117/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/caps.c.obj
[118/278] Building C object CMakeFiles/app.dir/zephyr/autogen-pubkey.c.obj
[119/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj
[120/278] Building C object CMakeFiles/app.dir/nrf_cleanup.c.obj
[121/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/swap_scratch.c.obj
[122/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/loader.c.obj
[123/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj
[124/278] Building C object CMakeFiles/app.dir/arm_cleanup.c.obj
[125/278] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
[126/278] Building C object CMakeFiles/app.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/swap_move.c.obj
[127/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/atoi.c.obj
[128/278] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/CMakeFiles/arch__arm__core__aarch32__cortex_m__cmse.dir/arm_core_cmse.c.obj
[129/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
[130/278] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
[131/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoull.c.obj
[132/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoll.c.obj
[133/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtol.c.obj
[134/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoul.c.obj
[135/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strerror.c.obj
[136/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/bsearch.c.obj
[137/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
[138/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strncasecmp.c.obj
[139/278] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\cmse\libarch__arm__core__aarch32__cortex_m__cmse.a
[140/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/qsort.c.obj
[141/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strspn.c.obj
[142/278] Linking C static library app\libapp.a
[143/278] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
[144/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
[145/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/string.c.obj
[146/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strstr.c.obj
[147/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/fprintf.c.obj
[148/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/math/sqrtf.c.obj
[149/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/math/sqrt.c.obj
[150/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/sprintf.c.obj
[151/278] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/stdout_console.c.obj
[152/278] Building C object zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj
[153/278] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
[154/278] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
[155/278] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj
[156/278] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
[157/278] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
[158/278] Building C object zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj
[159/278] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
[160/278] Building C object modules/nrf/drivers/hw_cc310/CMakeFiles/..__nrf__drivers__hw_cc310.dir/hw_cc310.c.obj
[161/278] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj
[162/278] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
[163/278] Linking C static library zephyr\lib\libc\minimal\liblib__libc__minimal.a
[164/278] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
[165/278] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
[166/278] Linking C static library zephyr\drivers\gpio\libdrivers__gpio.a
[167/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/zephyr_init.c.obj
[168/278] Linking C static library zephyr\drivers\flash\libdrivers__flash.a
[169/278] Linking C static library zephyr\drivers\serial\libdrivers__serial.a
[170/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/aria.c.obj
[171/278] Linking C static library modules\nrf\drivers\hw_cc310\lib..__nrf__drivers__hw_cc310.a
[172/278] Linking C static library zephyr\drivers\pinctrl\libdrivers__pinctrl.a
[173/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/aesni.c.obj
[174/278] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
[175/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ccm.c.obj
[176/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/asn1parse.c.obj
[177/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/chacha20.c.obj
[178/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/asn1write.c.obj
[179/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/camellia.c.obj
[180/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/cmac.c.obj
[181/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/cipher_wrap.c.obj
[182/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/base64.c.obj
[183/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/cipher.c.obj
[184/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/aes.c.obj
[185/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/chachapoly.c.obj
[186/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/des.c.obj
[187/278] Building C object modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/mcuboot_util.dir/C_/ncs/v2.2.0/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj
[188/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ctr_drbg.c.obj
[189/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/debug.c.obj
[190/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ecdsa.c.obj
[191/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/dhm.c.obj
[192/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ecdh.c.obj
[193/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/constant_time.c.obj
[194/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/entropy_poll.c.obj
[195/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ecp.c.obj
[196/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ecp_curves.c.obj
[197/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/entropy.c.obj
[198/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/hkdf.c.obj
[199/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ecjpake.c.obj
[200/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/gcm.c.obj
[201/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/error.c.obj
[202/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/hmac_drbg.c.obj
[203/278] Linking C static library modules\mcuboot\boot\bootutil\zephyr\libmcuboot_util.a
[204/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/padlock.c.obj
[205/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/md.c.obj
[206/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/mps_reader.c.obj
[207/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/mps_trace.c.obj
[208/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/memory_buffer_alloc.c.obj
[209/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/md5.c.obj
[210/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/net_sockets.c.obj
[211/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/nist_kw.c.obj
[212/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/pem.c.obj
[213/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/pkcs12.c.obj
[214/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/pkparse.c.obj
[215/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/pk.c.obj
[216/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/pk_wrap.c.obj
[217/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/pkcs5.c.obj
[218/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/pkwrite.c.obj
[219/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/oid.c.obj
[220/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_aead.c.obj
[221/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/platform.c.obj
[222/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto.c.obj
[223/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/poly1305.c.obj
[224/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_ecp.c.obj
[225/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/bignum.c.obj
[226/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/platform_util.c.obj
[227/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_cipher.c.obj
[228/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_mac.c.obj
[229/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_client.c.obj
[230/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_hash.c.obj
[231/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_driver_wrappers.c.obj
[232/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_slot_management.c.obj
[233/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_rsa.c.obj
[234/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ripemd160.c.obj
[235/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_se.c.obj
[236/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_its_file.c.obj
[237/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/psa_crypto_storage.c.obj
[238/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/sha512.c.obj
[239/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/sha1.c.obj
[240/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/rsa_alt_helpers.c.obj
[241/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_ciphersuites.c.obj
[242/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_debug_helpers_generated.c.obj
[243/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_cache.c.obj
[244/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/sha256.c.obj
[245/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_cookie.c.obj
[246/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_cli.c.obj
[247/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_srv.c.obj
[248/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_msg.c.obj
[249/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_ticket.c.obj
[250/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_tls13_client.c.obj
[251/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_tls13_generic.c.obj
[252/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_tls.c.obj
[253/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_tls13_server.c.obj
[254/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/ssl_tls13_keys.c.obj
[255/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/version.c.obj
[256/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/timing.c.obj
[257/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/threading.c.obj
[258/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/version_features.c.obj
[259/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/x509_create.c.obj
[260/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/x509_crt.c.obj
[261/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/rsa.c.obj
[262/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/x509.c.obj
[263/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/x509write_crt.c.obj
[264/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/x509_csr.c.obj
[265/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/x509_crl.c.obj
[266/278] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/C_/ncs/v2.2.0/modules/crypto/mbedtls/library/x509write_csr.c.obj
[267/278] Linking C static library modules\mbedtls\libmodules__mbedtls.a
[268/278] Linking C executable zephyr\zephyr_pre0.elf

[269/278] Generating dev_handles.c
[270/278] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/misc/empty_file.c.obj
[271/278] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/dev_handles.c.obj
[272/278] Linking C executable zephyr\zephyr_pre1.elf

[273/278] Generating linker.cmd
[274/278] Generating isr_tables.c, isrList.bin
[275/278] Building C object zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
[276/278] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
[277/278] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[278/278] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       40410 B        48 KB     82.21%
             RAM:       28024 B     211736 B     13.24%
        IDT_LIST:          0 GB         2 KB      0.00%
[61/290] Generating ../../tfm/CMakeCache.txt
-- The C compiler identification is GNU 12.1.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/v2.2.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v2.2.0/zephyr/.cache
-- Configuring done
-- Generating done
-- Build files have been written to: C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/build/tfm
[66/290] No configure step for &amp;#39;tfm&amp;#39;
[67/290] Performing build step for &amp;#39;tfm&amp;#39;
[1/2] Generating ../generated/secure_fw/spm/cmsis_func/tfm_spm_db_func.inc, ../generated/secure_fw/spm/cmsis_func/tfm_veneers.c, ../generated/interface/include/tfm_veneers.h, ../generated/tools/tfm_veneers_functions.txt, ../generated/secure_fw/spm/cmsis_func/tfm_secure_irq_handlers.inc, ../generated/interface/include/psa_manifest/sid.h, ../generated/interface/include/psa_manifest/pid.h, ../generated/interface/include/config_impl.h, ../generated/tools/config_impl.cmake
[1/2] Re-running CMake...
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Found Python3: C:/ncs/toolchains/v2.2.0/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v2.2.0/zephyr/.cache
-- Configuring done
-- Generating done
-- Build files have been written to: C:/C-IoT-Fund/Cellular-IoT-Fundamentals/lesson2/cellfund_less2_exer2/build/tfm
[1/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/asn1write.o
[2/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/base64.o
[3/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/nist_kw.o
[4/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/bignum.o
[5/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/asn1parse.o
[6/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/oid.o
[7/171] Generating liboberon_mbedcrypto__psa_3.0.12.a
[8/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/crt_memcpy.o
[9/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/crt_memmove.o
[10/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/crt_strnlen.o
[11/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/crt_memcmp.o
[12/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/crt_memset.o
[13/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/service_api.o
[14/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/__/__/platform/tfm_platform_secure_api.o
[15/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/sprt_partition_metadata_indicator.o
[16/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/sprt_main.o
[17/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/__/__/__/__/platform/ext/target/nordic_nrf/common/core/plat_test.o
[18/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/__/__/crypto/tfm_crypto_secure_api.o
[19/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/sfn_common_thread.o
[20/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/__/__/__/spm/cmsis_psa/psa_interface_cross.o
[21/171] Building C object secure_fw/partitions/lib/sprt/CMakeFiles/tfm_sprt.dir/__/__/__/__/interface/src/tfm_psa_call_pack.o
[22/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_mac.o
[23/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_init.o
[24/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_cipher.o
[25/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_hash.o
[26/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_alloc.o
[27/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_asymmetric.o
[28/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_key_derivation.o
[29/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_key_management.o
[30/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_aead.o
[31/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_key.o
[32/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/__/__/__/generated/secure_fw/partitions/crypto/auto_generated/intermedia_tfm_crypto.o
[33/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/__/__/spm/cmsis_psa/psa_interface_cross.o
[34/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/__/__/__/platform/ext/target/nordic_nrf/common/core/plat_test.o
[35/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_rng.o
[36/171] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/__/__/__/interface/src/tfm_psa_call_pack.o
[37/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/memory_buffer_alloc.o
[38/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto_cipher.o
[39/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto_aead.o
[40/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto.o
[41/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto_slot_management.o
[42/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto_client.o
[43/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto_hash.o
[44/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto_mac.o
[45/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto_rsa.o
[46/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto_ecp.o
[47/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/pkcs12.o
[48/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/psa_crypto_driver_wrappers.o
[49/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/pem.o
[50/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/pkcs5.o
[51/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/pkparse.o
[52/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/psa_crypto_storage.o
[53/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/random_ext.o
[54/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/pk.o
[55/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/cipher.o
[56/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/pkwrite.o
[57/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/dhm.o
[58/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/md.o
[59/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/cipher_wrap.o
[60/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/sha256.o
[61/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/ripemd160.o
[62/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/sha1.o
[63/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/pk_wrap.o
[64/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/md5.o
[65/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/sha512.o
[66/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/chachapoly.o
[67/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/camellia.o
[68/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/aesni.o
[69/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/aria.o
[70/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/cmac.o
[71/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/ccm.o
[72/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/des.o
[73/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/ecp.o
[74/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/hkdf.o
[75/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/ecp_curves.o
[76/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/gcm.o
[77/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/ecdsa.o
[78/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/ecdh.o
[79/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/rsa.o
[80/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/legacy/ecjpake_oberon.o
[81/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/legacy/aes_oberon.o
[82/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/rsa_alt_helpers.o
[83/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/legacy/aes.o
[84/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/32c5e725ad2d99a575d2d970ed45513b/nordic_nrf/common/core/plat_test.o
[85/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/ncs/v2.2.0/mbedtls/library/hmac_drbg.o
[86/171] Building C object lib/fih/CMakeFiles/tfm_fih_implementation.dir/src/fih.o
[87/171] Linking C static library lib\fih\libtfm_fih_implementation.a
[88/171] Building C object secure_fw/CMakeFiles/tfm_s.dir/partitions/ns_agent_tz/tfm_psa_api_veneers.o
[89/171] Building C object secure_fw/CMakeFiles/tfm_s.dir/__/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.o
[90/171] Building C object secure_fw/CMakeFiles/tfm_s.dir/__/generated/secure_fw/partitions/platform/auto_generated/load_info_tfm_platform.o
[91/171] Building C object secure_fw/CMakeFiles/tfm_s.dir/partitions/idle_partition/load_info_idle_sp.o
[92/171] Building C object secure_fw/CMakeFiles/tfm_s.dir/partitions/ns_agent_tz/load_info_ns_agent_tz.o
[93/171] Building C object secure_fw/CMakeFiles/tfm_s.dir/__/platform/ext/common/faults.o
[94/171] Building ASM object secure_fw/CMakeFiles/tfm_s.dir/__/platform/ext/target/nordic_nrf/common/nrf9160/gcc/startup_nrf9160_s.o
[95/171] Building C object secure_fw/CMakeFiles/tfm_s.dir/spm/cmsis_psa/psa_interface_cross.o
[96/171] Building C object secure_fw/CMakeFiles/tfm_s.dir/__/interface/src/tfm_psa_call_pack.o
[97/171] Building C object secure_fw/CMakeFiles/tfm_s.dir/__/platform/ext/target/nordic_nrf/common/core/plat_test.o
[98/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/ffm/utilities.o
[99/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/ffm/tfm_boot_data.o
[100/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/ffm/tfm_core_utils.o
[101/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/arch/tfm_arch.o
[102/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/main.o
[103/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/static_load.o
[104/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/ffm/psa_api.o
[105/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/spm_ipc.o
[106/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/spm_cross_call.o
[107/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/tfm_pools.o
[108/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/ns_client_ext/tfm_spm_ns_ctx.o
[109/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/tfm_core_svcalls_ipc.o
[110/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/ffm/interrupt.o
[111/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/thread.o
[112/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/ffm/backend_ipc.o
[113/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/psa_interface_cross.o
[114/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/__/partitions/idle_partition/idle_partition.o
[115/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/cmsis_psa/arch/tfm_arch_v8m_main.o
[116/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/interface/src/tfm_psa_call_pack.o
[117/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/__/partitions/ns_agent_tz/ns_agent_tz.o
[118/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.o
[119/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/platform/ext/target/nordic_nrf/common/core/plat_test.o
[120/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/__/partitions/ns_agent_tz/load_info_ns_agent_tz.o
[121/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/__/partitions/idle_partition/load_info_idle_sp.o
[122/171] Building C object secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/generated/secure_fw/partitions/platform/auto_generated/load_info_tfm_platform.o
[123/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/constant_time.o
[124/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/platform.o
[125/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/platform_util.o
[126/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/padlock.o
[127/171] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/ncs/v2.2.0/mbedtls/library/version.o
[128/171] Linking C static library secure_fw\partitions\crypto\mbedcrypto\nrf_security_src\libmbedcrypto_base.a
[129/171] Building C object secure_fw/partitions/platform/CMakeFiles/tfm_psa_rot_partition_platform.dir/__/__/spm/cmsis_psa/psa_interface_cross.o
[130/171] Building C object secure_fw/partitions/platform/CMakeFiles/tfm_psa_rot_partition_platform.dir/platform_sp.o
[131/171] Building C object secure_fw/partitions/platform/CMakeFiles/tfm_psa_rot_partition_platform.dir/__/__/__/interface/src/tfm_psa_call_pack.o
[132/171] Building C object secure_fw/partitions/platform/CMakeFiles/tfm_psa_rot_partition_platform.dir/__/__/__/generated/secure_fw/partitions/platform/auto_generated/intermedia_tfm_platform.o
[133/171] Building C object secure_fw/partitions/platform/CMakeFiles/tfm_psa_rot_partition_platform.dir/__/__/__/platform/ext/target/nordic_nrf/common/core/plat_test.o
[134/171] Building C object platform/CMakeFiles/platform_s.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.o
[135/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/cmsis_drivers/Driver_Flash.o
[136/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/nrfx_glue.o
[137/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/tfm_hal_platform_common.o
[138/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/native_drivers/mpu_armv8m_drv.o
[139/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/native_drivers/spu.o
[140/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/tfm_hal_isolation.o
[141/171] Building C object platform/CMakeFiles/platform_s.dir/ext/common/tfm_hal_nvic.o
[142/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/spm_hal.o
[143/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/plat_test.o
[144/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/services/src/tfm_platform_hal_ioctl.o
[145/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/services/src/tfm_ioctl_core_s_api.o
[146/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/nrf9160/target_cfg.o
[147/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/hw_init.o
[148/171] Building C object platform/CMakeFiles/platform_s.dir/C_/ncs/v2.2.0/nrf/modules/tfm/tfm/boards/common/dummy_provisioning.o
[149/171] Building C object platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/nrf9160/tfm_interrupts.o
[150/171] Building C object platform/CMakeFiles/platform_s.dir/C_/ncs/v2.2.0/nrf/modules/tfm/tfm/boards/common/dummy_otp.o
[151/171] Building C object platform/CMakeFiles/platform_s.dir/C_/ncs/v2.2.0/nrf/modules/tfm/tfm/boards/common/tfm_hal_platform.o
[152/171] Building C object platform/CMakeFiles/platform_s.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/mdk/system_nrf9160.o
[153/171] Building C object platform/CMakeFiles/platform_s.dir/C_/ncs/v2.2.0/nrf/modules/tfm/tfm/boards/common/attest_hal.o
[154/171] Building C object platform/CMakeFiles/platform_s.dir/C_/ncs/v2.2.0/nrf/modules/tfm/tfm/boards/src/tfm_platform_system.o
[155/171] Building C object platform/CMakeFiles/platform_s.dir/C_/ncs/v2.2.0/nrf/modules/tfm/tfm/boards/src/tfm_ioctl_s_api.o
[156/171] Building C object platform/CMakeFiles/platform_s.dir/ext/common/tfm_platform.o
[157/171] Building C object platform/CMakeFiles/platform_s.dir/ext/common/tfm_hal_memory_symbols.o
[158/171] Building C object platform/CMakeFiles/platform_s.dir/__/interface/src/tfm_psa_call_pack.o
[159/171] Building C object platform/CMakeFiles/platform_s.dir/__/secure_fw/spm/cmsis_psa/psa_interface_cross.o
[160/171] Linking C static library platform\libplatform_s.a
[161/171] Linking C static library secure_fw\partitions\platform\libtfm_psa_rot_partition_platform.a
[162/171] Linking C static library secure_fw\partitions\crypto\mbedcrypto\nrf_security_src\libcrypto_service_mbedcrypto.a
[163/171] Linking C static library secure_fw\partitions\crypto\libtfm_psa_rot_partition_crypto.a
[164/171] Linking C static library secure_fw\partitions\lib\sprt\libtfm_sprt.a
[165/171] Linking C static library secure_fw\spm\libtfm_spm.a
[166/171] Building C object platform/target/nrf9160/nrf_common/CMakeFiles/tfm_s_scatter.dir/gcc/nordic_nrf_s.ld
[167/171] Linking C executable bin\tfm_s.axf
[168/171] Generating ../bin/tfm_s.hex
[169/171] Generating ../bin/tfm_s.bin
[170/171] Linking C static library secure_fw\libtfm_s_veneers.a
[171/171] Generating ../bin/tfm_s.elf
[69/290] Completed &amp;#39;mcuboot_subimage&amp;#39;
[71/290] Performing install step for &amp;#39;tfm&amp;#39;
-- Install configuration: &amp;quot;Debug&amp;quot;
[72/290] Generating zephyr/tfm_secure.hex
[73/290] Completed &amp;#39;tfm&amp;#39;
[74/290] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[75/290] Generating include/generated/offsets.h
[76/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/debug/thread_info.c.obj
[77/290] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
[78/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj
[79/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj
[80/290] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
[81/290] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_secure.c.obj
[82/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj
[83/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj
[84/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj
[85/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/getaddrinfo.c.obj
[86/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj
[87/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/state.c.obj
[88/290] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v2.2.0/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
[89/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj
[90/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy.c.obj
[91/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm.c.obj
[92/290] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v2.2.0/nrf/lib/adp536x/adp536x.c.obj
[93/290] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
[94/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
[95/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/socket_offload.c.obj
[96/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets_select.c.obj
[97/290] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/zephyr/CMakeFiles/mbedtls_zephyr.dir/C_/ncs/v2.2.0/mbedtls/library/platform.c.obj
[98/290] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
[99/290] Generating linker_zephyr_pre0.cmd
[100/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
[101/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
[102/290] Generating linker_zephyr_pre1.cmd
[103/290] Linking C static library zephyr\arch\common\libisr_tables.a
[104/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
[105/290] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
[106/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
[107/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
[108/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
[109/290] Linking C static library modules\nrfxlib\nrfxlib\nrf_security\src\zephyr\libmbedtls_zephyr.a
[110/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
[111/290] Building C object CMakeFiles/app.dir/src/main.c.obj
[112/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
[113/290] Linking C static library zephyr\arch\common\libarch__common.a
[114/290] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets.c.obj
[115/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
[116/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
[117/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
[118/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
[119/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
[120/290] Linking C static library app\libapp.a
[121/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
[122/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
[123/290] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
[124/290] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
[125/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
[126/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
[127/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
[128/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/multi_heap.c.obj
[129/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
[130/290] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/power.c.obj
[131/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj
[132/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
[133/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
[134/290] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/soc.c.obj
[135/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
[136/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
[137/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
[138/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
[139/290] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
[140/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
[141/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
[142/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
[143/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
[144/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
[145/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
[146/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
[147/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
[148/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
[149/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
[150/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
[151/290] Linking C static library zephyr\libzephyr.a
[152/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
[153/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
[154/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
[155/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
[156/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
[157/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
[158/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
[159/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
[160/290] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
[161/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
[162/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
[163/290] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj
[164/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj
[165/290] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
[166/290] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
[167/290] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
[168/290] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
[169/290] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
[170/290] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
[171/290] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
[172/290] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
[173/290] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
[174/290] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
[175/290] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
[176/290] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
[177/290] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj
[178/290] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
[179/290] Linking C static library zephyr\kernel\libkernel.a
[180/290] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
[181/290] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
[182/290] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
[183/290] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/CMakeFiles/arch__arm__core__aarch32__cortex_m__cmse.dir/arm_core_cmse.c.obj
[184/290] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
[185/290] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
[186/290] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
[187/290] Building C object zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj
[188/290] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
[189/290] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
[190/290] Building C object zephyr/boards/boards/arm/thingy91_nrf9160_ns/CMakeFiles/..__nrf__boards__arm__thingy91_nrf9160.dir/nrf52840_reset.c.obj
[191/290] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj
[192/290] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\cmse\libarch__arm__core__aarch32__cortex_m__cmse.a
[193/290] Linking C static library zephyr\soc\arm\common\cortex_m\libsoc__arm__common__cortex_m.a
[194/290] Linking C static library zephyr\lib\libc\newlib\liblib__libc__newlib.a
[195/290] Linking C static library zephyr\arch\arch\arm\core\aarch32\mpu\libarch__arm__core__aarch32__mpu.a
[196/290] Building C object zephyr/boards/boards/arm/thingy91_nrf9160_ns/CMakeFiles/..__nrf__boards__arm__thingy91_nrf9160.dir/adp5360_init.c.obj
[197/290] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
[198/290] Building C object zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj
[199/290] Building C object zephyr/subsys/random/CMakeFiles/subsys__random.dir/rand32_entropy_device.c.obj
[200/290] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
[201/290] Linking C static library zephyr\boards\boards\arm\thingy91_nrf9160_ns\lib..__nrf__boards__arm__thingy91_nrf9160.a
[202/290] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
[203/290] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj
[204/290] Linking C static library zephyr\subsys\random\libsubsys__random.a
[205/290] Linking C static library zephyr\subsys\net\libsubsys__net.a
[206/290] Linking C static library zephyr\drivers\console\libdrivers__console.a
[207/290] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
[208/290] Building C object zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_common.c.obj
[209/290] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj
[210/290] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
[211/290] Linking C static library zephyr\drivers\gpio\libdrivers__gpio.a
[212/290] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
[213/290] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj
[214/290] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/C_/ncs/v2.2.0/nrf/drivers/entropy/entropy_cc3xx.c.obj
[215/290] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj
[216/290] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj
[217/290] Building C object zephyr/drivers/i2c/CMakeFiles/drivers__i2c.dir/i2c_nrfx_twim.c.obj
[218/290] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
[219/290] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
[220/290] Linking C static library zephyr\drivers\entropy\libdrivers__entropy.a
[221/290] Linking C static library zephyr\subsys\net\ip\libsubsys__net__ip.a
[222/290] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
[223/290] Building C object zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj
[224/290] Linking C static library zephyr\drivers\pinctrl\libdrivers__pinctrl.a
[225/290] Linking C static library zephyr\drivers\i2c\libdrivers__i2c.a
[226/290] Linking C static library zephyr\drivers\serial\libdrivers__serial.a
[227/290] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/fault.c.obj
[228/290] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/nrf_modem_lib.c.obj
[229/290] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/nrf91_sockets.c.obj
[230/290] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/nrf_modem_os.c.obj
[231/290] Linking C static library zephyr\drivers\spi\libdrivers__spi.a
[232/290] Building C object modules/nrf/lib/nrf_modem_lib/CMakeFiles/..__nrf__lib__nrf_modem_lib.dir/sanity.c.obj
[233/290] Building C object modules/nrf/lib/at_cmd_parser/CMakeFiles/..__nrf__lib__at_cmd_parser.dir/at_params.c.obj
[234/290] Building C object modules/nrf/lib/at_monitor/CMakeFiles/..__nrf__lib__at_monitor.dir/at_monitor.c.obj
[235/290] Building C object modules/nrf/lib/at_cmd_parser/CMakeFiles/..__nrf__lib__at_cmd_parser.dir/at_cmd_parser.c.obj
[236/290] Building C object modules/nrf/lib/dk_buttons_and_leds/CMakeFiles/..__nrf__lib__dk_buttons_and_leds.dir/dk_buttons_and_leds.c.obj
[237/290] Building C object modules/nrf/lib/at_host/CMakeFiles/..__nrf__lib__at_host.dir/at_host.c.obj
[238/290] Building C object modules/nrf/lib/lte_link_control/CMakeFiles/..__nrf__lib__lte_link_control.dir/lte_lc_modem_hooks.c.obj
[239/290] Linking C static library modules\nrf\lib\nrf_modem_lib\lib..__nrf__lib__nrf_modem_lib.a
[240/290] Linking C static library modules\nrf\lib\at_monitor\lib..__nrf__lib__at_monitor.a
[241/290] Linking C static library modules\nrf\lib\at_cmd_parser\lib..__nrf__lib__at_cmd_parser.a
[242/290] Building C object modules/nrf/lib/modem_antenna/CMakeFiles/..__nrf__lib__modem_antenna.dir/modem_antenna.c.obj
[243/290] Linking C static library modules\nrf\lib\dk_buttons_and_leds\lib..__nrf__lib__dk_buttons_and_leds.a
[244/290] Linking C static library modules\nrf\lib\at_host\lib..__nrf__lib__at_host.a
[245/290] Building C object modules/nrf/modules/tfm/zephyr/CMakeFiles/tfm_api_nrf.dir/__/tfm/boards/src/tfm_ioctl_ns_api.c.obj
[246/290] Building C object modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/__/__/tfm/install/interface/src/tfm_platform_ipc_api.c.obj
[247/290] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
[248/290] Building C object modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/src/zephyr_tfm_log.c.obj
[249/290] Building C object modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/__/__/tfm/install/interface/src/tfm_psa_ns_api.c.obj
[250/290] Building C object modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/interface/interface.c.obj
[251/290] Linking C static library modules\nrf\lib\modem_antenna\lib..__nrf__lib__modem_antenna.a
[252/290] Building C object modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/__/__/tfm/install/interface/src/tfm_ioctl_core_ns_api.c.obj
[253/290] Linking C static library modules\nrf\modules\tfm\zephyr\libtfm_api_nrf.a
[254/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/mdk/system_nrf9160.c.obj
[255/290] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
[256/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj
[257/290] Building C object modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/__/__/tfm/install/interface/src/tfm_crypto_ipc_api.c.obj
[258/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
[259/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_ipc.c.obj
[260/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
[261/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_dppi.c.obj
[262/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj
[263/290] Linking C static library modules\trusted-firmware-m\libtfm_api.a
[264/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj
[265/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
[266/290] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.2.0/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj
[267/290] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
[268/290] Building C object modules/nrf/lib/lte_link_control/CMakeFiles/..__nrf__lib__lte_link_control.dir/lte_lc_helpers.c.obj
[269/290] Building C object modules/nrf/lib/lte_link_control/CMakeFiles/..__nrf__lib__lte_link_control.dir/lte_lc.c.obj
[270/290] Linking C static library modules\nrf\lib\lte_link_control\lib..__nrf__lib__lte_link_control.a
[271/290] Linking C executable zephyr\zephyr_pre0.elf

[272/290] Generating dev_handles.c
[273/290] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/misc/empty_file.c.obj
[274/290] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/dev_handles.c.obj
[275/290] Linking C executable zephyr\zephyr_pre1.elf

[276/290] Generating linker.cmd
[277/290] Generating isr_tables.c, isrList.bin
[278/290] Building C object zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
[279/290] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
[280/290] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[281/290] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      112588 B     380416 B     29.60%
             RAM:       24424 B     211736 B     11.54%
        IDT_LIST:          0 GB         2 KB      0.00%
[282/290] Generating zephyr/tfm_nonsecure.hex
[283/290] Generating zephyr/mcuboot_primary_app.hex
[284/290] Generating zephyr/mcuboot_primary.hex
[285/290] Generating ../../zephyr/app_update.bin
sign the payload
[286/290] Generating ../../zephyr/dfu_application.zip
[287/290] Generating ../../zephyr/app_signed.hex
sign the payload
[288/290] Generating ../../zephyr/app_test_update.hex
sign the payload
[289/290] Generating ../../zephyr/app_moved_test_update.hex
[290/290] Generating zephyr/merged.hex
 *  Terminal will be reused by tasks, press any key to close it. &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll post the re-install log when I get it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/409226?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 18:33:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c93c7ff-eb98-43e9-a942-3f7402ed87f6</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Collin Moore"] First I installed nRF connect, then the &amp;quot;Toolchain Manager&amp;quot;, 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.[/quote]
&lt;p&gt;If you are using the Toolchain Manager it should fix everything for you. There should not be a reason to set the GNUARMEMB toolchain path.&lt;/p&gt;
&lt;p&gt;Is this your personal computer or business computer, i.e. are there&amp;nbsp;any administrative rights needed? Did you install using VPN? Would it be possible to reinstall the nRF Connect SDK in the Toolchain Manager with Verbose Logging enabled under About:&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675966211864v1.png" alt=" " /&gt;&lt;/p&gt;
[quote user="Collin Moore"]What am I missing? Can you please point me to more complete instructions, or a path to getting working on Windows 10?[/quote]
&lt;p&gt;I&amp;#39;m really not seeing the reason for this either.&amp;nbsp;What does your build configuration for the board look like?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675966603562v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;And what does the build command look like in VS code&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675967313435v5.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Here is mine&lt;br /&gt;west build --build-dir c:\Temp\Projects\at_client-210\build_292249 c:\Temp\Projects\at_client-210 --pristine --board nrf9160dk_nrf9160_ns -- -DNCS_TOOLCHAIN_VERSION:STRING=&amp;quot;NONE&amp;quot; -DBOARD_ROOT:STRING=&amp;quot;c:/Temp/Projects/shell-2299;c:/Temp/Projects/cli_dongle210&amp;quot; -DCONF_FILE:STRING=&amp;quot;c:/Temp/Projects/at_client-210/prj.conf&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt; I want to you try one last thing. In the Toolchain manager open Bash or Command Prompt&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675966335420v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;This will open an instance of CMD or Git Bash, with all settings configured by Toolchain Manager.&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675966365105v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;From here navigate to at_client (or other samples) e.g. cd nrf\samples\nrf9160\at_client&lt;/p&gt;
&lt;p&gt;Here you could try to build the sample using west build&lt;/p&gt;
&lt;p&gt;west build -b thingy91_nrf9160_ns -d build_300534&lt;/p&gt;
&lt;p&gt;This is exactly what VS code does as well, but interesting to see if does change anything.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/409216?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 16:16:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a3f116a-1fe7-4bdf-b2b0-e9156de29e67</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;Ok, I have now followed the instructions on the page you linked, and I have added to my System PATH:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675959226755v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;I get a similar result when debugging. This is where it was when I paused after 5 minutes of running a debug session:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675959128422v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Gene sent me a new nRF9160DK and it seems to have the same issue.&lt;/p&gt;
&lt;p&gt;Can you please help me get to where I can write code for these things and have it work?&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Now I have followed your extra instructions, that I have never seen before, and it still doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;I was under the assumption that following the instructions would work, at least on one computer.&lt;/p&gt;
&lt;p&gt;What am I missing? Can you please point me to more complete instructions, or a path to getting working on Windows 10?&lt;/p&gt;
&lt;p&gt;Here is my Generate Support Info output again:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;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/.

{
  &amp;quot;platform&amp;quot;: {
    &amp;quot;os&amp;quot;: &amp;quot;win32&amp;quot;,
    &amp;quot;osVersion&amp;quot;: &amp;quot;Windows 10 Pro&amp;quot;,
    &amp;quot;osKernel&amp;quot;: &amp;quot;10.0.19044&amp;quot;,
    &amp;quot;vscode&amp;quot;: &amp;quot;1.75.0&amp;quot;,
    &amp;quot;electron&amp;quot;: &amp;quot;19.1.9&amp;quot;,
    &amp;quot;node&amp;quot;: &amp;quot;v16.14.2&amp;quot;
  },
  &amp;quot;system&amp;quot;: {
    &amp;quot;date&amp;quot;: &amp;quot;2023-02-09T15:56:10.414Z&amp;quot;,
    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;c:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app&amp;quot;,
    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,
    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;00:00:50&amp;quot;,
    &amp;quot;osUptime&amp;quot;: &amp;quot;00:06:23&amp;quot;,
    &amp;quot;cpu&amp;quot;: {
      &amp;quot;model&amp;quot;: &amp;quot;Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz&amp;quot;,
      &amp;quot;speed&amp;quot;: &amp;quot;3411 MHz&amp;quot;,
      &amp;quot;count&amp;quot;: 4
    },
    &amp;quot;memory&amp;quot;: {
      &amp;quot;total&amp;quot;: &amp;quot;7.97 GB&amp;quot;,
      &amp;quot;free&amp;quot;: &amp;quot;1.48 GB&amp;quot;
    }
  },
  &amp;quot;workspace&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;Cellular-IoT-Fundamentals&amp;quot;,
    &amp;quot;workspaceFile&amp;quot;: null,
    &amp;quot;folders&amp;quot;: [
      &amp;quot;c:\\C-IoT-Fund\\Cellular-IoT-Fundamentals&amp;quot;
    ]
  },
  &amp;quot;extensions&amp;quot;: {
    &amp;quot;internal&amp;quot;: {
      &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2023.1.44&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.1.44-win32-x64&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2022.11.29&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.11.29&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-devicetree&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2022.11.153&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.11.153&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-kconfig&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2022.11.50&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.11.50&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      }
    },
    &amp;quot;external&amp;quot;: {
      &amp;quot;marus25.cortex-debug&amp;quot;: &amp;quot;1.6.10&amp;quot;,
      &amp;quot;ms-vscode.cpptools&amp;quot;: &amp;quot;1.13.9&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-wsl-recommender&amp;quot;: &amp;quot;0.0.18&amp;quot;,
      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.75.1&amp;quot;,
      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.0.18&amp;quot;,
      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;1.0.3&amp;quot;,
      &amp;quot;cschlosser.doxdocgen&amp;quot;: &amp;quot;1.4.0&amp;quot;,
      &amp;quot;jeff-hykin.better-cpp-syntax&amp;quot;: &amp;quot;1.17.2&amp;quot;,
      &amp;quot;mcu-debug.debug-tracker-vscode&amp;quot;: &amp;quot;0.0.13&amp;quot;,
      &amp;quot;mcu-debug.memory-view&amp;quot;: &amp;quot;0.0.19&amp;quot;,
      &amp;quot;mcu-debug.rtos-views&amp;quot;: &amp;quot;0.0.4&amp;quot;,
      &amp;quot;ms-vscode.cpptools-extension-pack&amp;quot;: &amp;quot;1.3.0&amp;quot;,
      &amp;quot;ms-vscode.cpptools-themes&amp;quot;: &amp;quot;2.0.0&amp;quot;,
      &amp;quot;trond-snekvik.gnu-mapfiles&amp;quot;: &amp;quot;1.1.0&amp;quot;,
      &amp;quot;vsciot-vscode.vscode-arduino&amp;quot;: &amp;quot;0.4.13&amp;quot;
    }
  },
  &amp;quot;tools&amp;quot;: {
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe&amp;quot;: &amp;quot;0.15.1&amp;quot;,
    &amp;quot;C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe&amp;quot;: &amp;quot;7.66a&amp;quot;,
    &amp;quot;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe&amp;quot;: &amp;quot;10.15.4&amp;quot;,
    &amp;quot;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\nrfutil.exe&amp;quot;: null,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\cmake.exe&amp;quot;: &amp;quot;3.20.5&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts\\west.exe&amp;quot;: &amp;quot;0.14.0&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\python.exe&amp;quot;: &amp;quot;3.8.2&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\ninja.exe&amp;quot;: &amp;quot;1.9.0&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gperf.exe&amp;quot;: &amp;quot;3.1&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\dtc.exe&amp;quot;: &amp;quot;1.4.7&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gn.exe&amp;quot;: &amp;quot;2073&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin\\git.exe&amp;quot;: &amp;quot;2.37.3.windows.1&amp;quot;,
    &amp;quot;gdbPath&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe&amp;quot;
  },
  &amp;quot;sdks&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;2.2.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\ncs\\v2.2.0&amp;quot;
    }
  ],
  &amp;quot;toolchains&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;2.2.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0&amp;quot;
    }
  ],
  &amp;quot;connectedDevices&amp;quot;: [],
  &amp;quot;deviceProviders&amp;quot;: [
    &amp;quot;nrfjprog&amp;quot;
  ],
  &amp;quot;config&amp;quot;: {
    &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
      &amp;quot;topdir&amp;quot;: &amp;quot;${nrf-connect.sdk:2.2.0}&amp;quot;,
      &amp;quot;toolchain&amp;quot;: {
        &amp;quot;path&amp;quot;: &amp;quot;${nrf-connect.toolchain:2.2.0}&amp;quot;
      },
      &amp;quot;ozonePath&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;applications&amp;quot;: [
        &amp;quot;${workspaceFolder}\\lesson2\\cellfund_less2_exer2&amp;quot;
      ],
      &amp;quot;applicationOptions&amp;quot;: {},
      &amp;quot;kconfig&amp;quot;: {
        &amp;quot;interface&amp;quot;: &amp;quot;kconfig&amp;quot;,
        &amp;quot;executeInDefaultShell&amp;quot;: false
      },
      &amp;quot;welcome&amp;quot;: {
        &amp;quot;showOnStartup&amp;quot;: true
      },
      &amp;quot;west&amp;quot;: {
        &amp;quot;env&amp;quot;: {
          &amp;quot;$base&amp;quot;: &amp;quot;terminal&amp;quot;
        }
      },
      &amp;quot;boardRoots&amp;quot;: [],
      &amp;quot;enableTelemetry&amp;quot;: false,
      &amp;quot;taskBindings&amp;quot;: {},
      &amp;quot;debugging&amp;quot;: {
        &amp;quot;backend&amp;quot;: &amp;quot;nRF Debug&amp;quot;,
        &amp;quot;flash&amp;quot;: true,
        &amp;quot;bindings&amp;quot;: {}
      },
      &amp;quot;activeAppFollowActiveEditor&amp;quot;: true
    },
    &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
      &amp;quot;terminalMode&amp;quot;: &amp;quot;character&amp;quot;,
      &amp;quot;scrollBack&amp;quot;: 1000
    },
    &amp;quot;marus25.cortex-debug&amp;quot;: {
      &amp;quot;armToolchainPath&amp;quot;: null,
      &amp;quot;armToolchainPrefix&amp;quot;: &amp;quot;arm-none-eabi&amp;quot;,
      &amp;quot;gdbPath&amp;quot;: null,
      &amp;quot;objdumpPath&amp;quot;: null,
      &amp;quot;JLinkGDBServerPath&amp;quot;: null,
      &amp;quot;openocdPath&amp;quot;: null,
      &amp;quot;pyocdPath&amp;quot;: null,
      &amp;quot;PEGDBServerPath&amp;quot;: null,
      &amp;quot;stutilPath&amp;quot;: null,
      &amp;quot;stlinkPath&amp;quot;: null,
      &amp;quot;stm32cubeprogrammer&amp;quot;: null,
      &amp;quot;enableTelemetry&amp;quot;: true,
      &amp;quot;registerUseNaturalFormat&amp;quot;: true,
      &amp;quot;variableUseNaturalFormat&amp;quot;: true,
      &amp;quot;dbgServerLogfile&amp;quot;: null,
      &amp;quot;showDevDebugOutput&amp;quot;: &amp;quot;none&amp;quot;
    }
  },
  &amp;quot;environment&amp;quot;: {
    &amp;quot;westExe&amp;quot;: &amp;quot;west&amp;quot;,
    &amp;quot;westEnv&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;C:\\Users\\Collin&amp;quot;,
      &amp;quot;HOMEDRIVE&amp;quot;: &amp;quot;C:&amp;quot;,
      &amp;quot;HOMEPATH&amp;quot;: &amp;quot;\\Users\\Collin&amp;quot;,
      &amp;quot;Path&amp;quot;: &amp;quot;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&amp;quot;,
      &amp;quot;ZEPHYR_BASE&amp;quot;: &amp;quot;c:\\ncs\\v2.2.0\\zephyr&amp;quot;,
      &amp;quot;GNUARMEMB_TOOLCHAIN_PATH&amp;quot;: &amp;quot;C:\\gnu_arm_embedded&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;zephyr&amp;quot;,
      &amp;quot;ZEPHYR_SDK_INSTALL_DIR&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk&amp;quot;,
      &amp;quot;PYTHONPATH&amp;quot;: &amp;quot;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&amp;quot;,
      &amp;quot;Python3_ROOT&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin&amp;quot;
    },
    &amp;quot;inherited&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;C:\\Users\\Collin&amp;quot;,
      &amp;quot;HOMEDRIVE&amp;quot;: &amp;quot;C:&amp;quot;,
      &amp;quot;HOMEPATH&amp;quot;: &amp;quot;\\Users\\Collin&amp;quot;,
      &amp;quot;Path&amp;quot;: &amp;quot;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&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;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&amp;quot;,
      &amp;quot;GNUARMEMB_TOOLCHAIN_PATH&amp;quot;: &amp;quot;C:\\gnu_arm_embedded&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;gnuarmemb&amp;quot;
    },
    &amp;quot;toolchainPath&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0&amp;quot;,
    &amp;quot;toolchainBinPath&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin&amp;quot;,
    &amp;quot;toolchainVersion&amp;quot;: &amp;quot;2.2.0&amp;quot;
  },
  &amp;quot;terminal&amp;quot;: {
    &amp;quot;shell&amp;quot;: null,
    &amp;quot;defaultProfile&amp;quot;: 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=&amp;quot;NONE&amp;quot; -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/.

{
  &amp;quot;platform&amp;quot;: {
    &amp;quot;os&amp;quot;: &amp;quot;win32&amp;quot;,
    &amp;quot;osVersion&amp;quot;: &amp;quot;Windows 10 Pro&amp;quot;,
    &amp;quot;osKernel&amp;quot;: &amp;quot;10.0.19044&amp;quot;,
    &amp;quot;vscode&amp;quot;: &amp;quot;1.75.0&amp;quot;,
    &amp;quot;electron&amp;quot;: &amp;quot;19.1.9&amp;quot;,
    &amp;quot;node&amp;quot;: &amp;quot;v16.14.2&amp;quot;
  },
  &amp;quot;system&amp;quot;: {
    &amp;quot;date&amp;quot;: &amp;quot;2023-02-09T16:16:53.374Z&amp;quot;,
    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;c:\\Users\\Collin\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app&amp;quot;,
    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,
    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;00:21:32&amp;quot;,
    &amp;quot;osUptime&amp;quot;: &amp;quot;00:27:05&amp;quot;,
    &amp;quot;cpu&amp;quot;: {
      &amp;quot;model&amp;quot;: &amp;quot;Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz&amp;quot;,
      &amp;quot;speed&amp;quot;: &amp;quot;3411 MHz&amp;quot;,
      &amp;quot;count&amp;quot;: 4
    },
    &amp;quot;memory&amp;quot;: {
      &amp;quot;total&amp;quot;: &amp;quot;7.97 GB&amp;quot;,
      &amp;quot;free&amp;quot;: &amp;quot;1.78 GB&amp;quot;
    }
  },
  &amp;quot;workspace&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;Cellular-IoT-Fundamentals&amp;quot;,
    &amp;quot;workspaceFile&amp;quot;: null,
    &amp;quot;folders&amp;quot;: [
      &amp;quot;c:\\C-IoT-Fund\\Cellular-IoT-Fundamentals&amp;quot;
    ]
  },
  &amp;quot;extensions&amp;quot;: {
    &amp;quot;internal&amp;quot;: {
      &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2023.1.44&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2023.1.44-win32-x64&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2022.11.29&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.11.29&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-devicetree&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2022.11.153&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.11.153&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-kconfig&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2022.11.50&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\Collin\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.11.50&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      }
    },
    &amp;quot;external&amp;quot;: {
      &amp;quot;marus25.cortex-debug&amp;quot;: &amp;quot;1.6.10&amp;quot;,
      &amp;quot;ms-vscode.cpptools&amp;quot;: &amp;quot;1.13.9&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-wsl-recommender&amp;quot;: &amp;quot;0.0.18&amp;quot;,
      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.75.1&amp;quot;,
      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.0.18&amp;quot;,
      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;1.0.3&amp;quot;,
      &amp;quot;cschlosser.doxdocgen&amp;quot;: &amp;quot;1.4.0&amp;quot;,
      &amp;quot;jeff-hykin.better-cpp-syntax&amp;quot;: &amp;quot;1.17.2&amp;quot;,
      &amp;quot;mcu-debug.debug-tracker-vscode&amp;quot;: &amp;quot;0.0.13&amp;quot;,
      &amp;quot;mcu-debug.memory-view&amp;quot;: &amp;quot;0.0.19&amp;quot;,
      &amp;quot;mcu-debug.rtos-views&amp;quot;: &amp;quot;0.0.4&amp;quot;,
      &amp;quot;ms-vscode.cpptools-extension-pack&amp;quot;: &amp;quot;1.3.0&amp;quot;,
      &amp;quot;ms-vscode.cpptools-themes&amp;quot;: &amp;quot;2.0.0&amp;quot;,
      &amp;quot;trond-snekvik.gnu-mapfiles&amp;quot;: &amp;quot;1.1.0&amp;quot;,
      &amp;quot;vsciot-vscode.vscode-arduino&amp;quot;: &amp;quot;0.4.13&amp;quot;
    }
  },
  &amp;quot;tools&amp;quot;: {
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe&amp;quot;: &amp;quot;0.15.1&amp;quot;,
    &amp;quot;C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe&amp;quot;: &amp;quot;7.66a&amp;quot;,
    &amp;quot;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe&amp;quot;: &amp;quot;10.15.4&amp;quot;,
    &amp;quot;C:\\Users\\Collin\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\nrfutil.exe&amp;quot;: null,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\cmake.exe&amp;quot;: &amp;quot;3.20.5&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\Scripts\\west.exe&amp;quot;: &amp;quot;0.14.0&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\python.exe&amp;quot;: &amp;quot;3.8.2&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\ninja.exe&amp;quot;: &amp;quot;1.9.0&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gperf.exe&amp;quot;: &amp;quot;3.1&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\dtc.exe&amp;quot;: &amp;quot;1.4.7&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin\\gn.exe&amp;quot;: &amp;quot;2073&amp;quot;,
    &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\mingw64\\bin\\git.exe&amp;quot;: &amp;quot;2.37.3.windows.1&amp;quot;,
    &amp;quot;gdbPath&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe&amp;quot;
  },
  &amp;quot;sdks&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;2.2.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\ncs\\v2.2.0&amp;quot;
    }
  ],
  &amp;quot;toolchains&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;2.2.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0&amp;quot;
    }
  ],
  &amp;quot;connectedDevices&amp;quot;: [
    {
      &amp;quot;serialNumber&amp;quot;: &amp;quot;600106256&amp;quot;
    }
  ],
  &amp;quot;deviceProviders&amp;quot;: [
    &amp;quot;nrfjprog&amp;quot;
  ],
  &amp;quot;config&amp;quot;: {
    &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
      &amp;quot;topdir&amp;quot;: &amp;quot;${nrf-connect.sdk:2.2.0}&amp;quot;,
      &amp;quot;toolchain&amp;quot;: {
        &amp;quot;path&amp;quot;: &amp;quot;${nrf-connect.toolchain:2.2.0}&amp;quot;
      },
      &amp;quot;ozonePath&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;applications&amp;quot;: [
        &amp;quot;${workspaceFolder}\\lesson2\\cellfund_less2_exer2&amp;quot;
      ],
      &amp;quot;applicationOptions&amp;quot;: {},
      &amp;quot;kconfig&amp;quot;: {
        &amp;quot;interface&amp;quot;: &amp;quot;kconfig&amp;quot;,
        &amp;quot;executeInDefaultShell&amp;quot;: false
      },
      &amp;quot;welcome&amp;quot;: {
        &amp;quot;showOnStartup&amp;quot;: true
      },
      &amp;quot;west&amp;quot;: {
        &amp;quot;env&amp;quot;: {
          &amp;quot;$base&amp;quot;: &amp;quot;terminal&amp;quot;
        }
      },
      &amp;quot;boardRoots&amp;quot;: [],
      &amp;quot;enableTelemetry&amp;quot;: false,
      &amp;quot;taskBindings&amp;quot;: {},
      &amp;quot;debugging&amp;quot;: {
        &amp;quot;backend&amp;quot;: &amp;quot;nRF Debug&amp;quot;,
        &amp;quot;flash&amp;quot;: true,
        &amp;quot;bindings&amp;quot;: {}
      },
      &amp;quot;activeAppFollowActiveEditor&amp;quot;: true
    },
    &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
      &amp;quot;terminalMode&amp;quot;: &amp;quot;character&amp;quot;,
      &amp;quot;scrollBack&amp;quot;: 1000
    },
    &amp;quot;marus25.cortex-debug&amp;quot;: {
      &amp;quot;armToolchainPath&amp;quot;: null,
      &amp;quot;armToolchainPrefix&amp;quot;: &amp;quot;arm-none-eabi&amp;quot;,
      &amp;quot;gdbPath&amp;quot;: null,
      &amp;quot;objdumpPath&amp;quot;: null,
      &amp;quot;JLinkGDBServerPath&amp;quot;: null,
      &amp;quot;openocdPath&amp;quot;: null,
      &amp;quot;pyocdPath&amp;quot;: null,
      &amp;quot;PEGDBServerPath&amp;quot;: null,
      &amp;quot;stutilPath&amp;quot;: null,
      &amp;quot;stlinkPath&amp;quot;: null,
      &amp;quot;stm32cubeprogrammer&amp;quot;: null,
      &amp;quot;enableTelemetry&amp;quot;: true,
      &amp;quot;registerUseNaturalFormat&amp;quot;: true,
      &amp;quot;variableUseNaturalFormat&amp;quot;: true,
      &amp;quot;dbgServerLogfile&amp;quot;: null,
      &amp;quot;showDevDebugOutput&amp;quot;: &amp;quot;none&amp;quot;
    }
  },
  &amp;quot;environment&amp;quot;: {
    &amp;quot;westExe&amp;quot;: &amp;quot;west&amp;quot;,
    &amp;quot;westEnv&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;C:\\Users\\Collin&amp;quot;,
      &amp;quot;HOMEDRIVE&amp;quot;: &amp;quot;C:&amp;quot;,
      &amp;quot;HOMEPATH&amp;quot;: &amp;quot;\\Users\\Collin&amp;quot;,
      &amp;quot;Path&amp;quot;: &amp;quot;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&amp;quot;,
      &amp;quot;ZEPHYR_BASE&amp;quot;: &amp;quot;c:\\ncs\\v2.2.0\\zephyr&amp;quot;,
      &amp;quot;GNUARMEMB_TOOLCHAIN_PATH&amp;quot;: &amp;quot;C:\\gnu_arm_embedded&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;zephyr&amp;quot;,
      &amp;quot;ZEPHYR_SDK_INSTALL_DIR&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk&amp;quot;,
      &amp;quot;PYTHONPATH&amp;quot;: &amp;quot;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&amp;quot;,
      &amp;quot;Python3_ROOT&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\bin&amp;quot;
    },
    &amp;quot;inherited&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;C:\\Users\\Collin&amp;quot;,
      &amp;quot;HOMEDRIVE&amp;quot;: &amp;quot;C:&amp;quot;,
      &amp;quot;HOMEPATH&amp;quot;: &amp;quot;\\Users\\Collin&amp;quot;,
      &amp;quot;Path&amp;quot;: &amp;quot;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&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;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&amp;quot;,
      &amp;quot;GNUARMEMB_TOOLCHAIN_PATH&amp;quot;: &amp;quot;C:\\gnu_arm_embedded&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;gnuarmemb&amp;quot;
    },
    &amp;quot;toolchainPath&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0&amp;quot;,
    &amp;quot;toolchainBinPath&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\v2.2.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin&amp;quot;,
    &amp;quot;toolchainVersion&amp;quot;: &amp;quot;2.2.0&amp;quot;
  },
  &amp;quot;terminal&amp;quot;: {
    &amp;quot;shell&amp;quot;: null,
    &amp;quot;defaultProfile&amp;quot;: null
  }
}

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/409004?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2023 22:24:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:961d739c-4f16-4018-b557-d65a27292787</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;Yes, sorry I wasn&amp;#39;t clearer before. I installed everything via nRF Connect for Desktop. First I installed nRF connect, then the &amp;quot;Toolchain Manager&amp;quot;, 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.&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;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.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;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().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/408800?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2023 09:58:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95aaad96-64e2-4e02-b192-6a13836f14ff</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thank you for providing this information!&lt;br /&gt;&lt;br /&gt;Looking through your support information and comparing to mine I see that you do not have &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/zephyr/develop/toolchains/gnu_arm_embedded.html#gnu-arm-embedded"&gt;GNUARMEMB_TOOLCHAIN_PATH set&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How did you install the SDK? Are you using the toolchain manager?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/408112?ContentTypeID=1</link><pubDate>Sat, 04 Feb 2023 04:04:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f005cccb-53ff-4e47-acc3-251f76cb56c1</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;Ok, the hotkey didn&amp;#39;t work for me, but I went to the nRF Connect extension and clicked on Generate Support Information.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;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/.

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

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/407960?ContentTypeID=1</link><pubDate>Fri, 03 Feb 2023 10:15:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6cc13b1-9b4b-44d5-a16b-0441e50729fe</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Collin Moore"]Ah, glad you were able to replicate the issue! It sounds to me like my build process is messing something up.[/quote]
&lt;p&gt;Yes, there seems to be an issue on your side. Can you please provide the output from the VS Code command (SHIFT+CTRL+i) &amp;quot;nRF Connect: Generate Support information&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/407185?ContentTypeID=1</link><pubDate>Mon, 30 Jan 2023 19:42:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c58166a6-c6ad-49ff-9b6b-e14a9c08ec7f</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;Ah, glad you were able to replicate the issue! It sounds to me like my build process is messing something up.&lt;/p&gt;
&lt;p&gt;I am using nRF SDK v2.2.0 from nRF Connect for Desktop, on Windows 10. I used the toolchain to install it to C:\ncs\v2.2.0.&lt;/p&gt;
&lt;p&gt;Then, I open VSCode from toolchain&amp;nbsp; Manager, this gives me the Nrf connect welcome screen.&lt;/p&gt;
&lt;p&gt;I just followed the instructions described above to build and flash. For the build, I choose &amp;quot;thingy91_nrf9160_ns&amp;quot;. I have tried without the ns, and also tried checking the box &amp;quot;Enable debug options&amp;quot;, with the same outcome: stuck in that crypto_platform_init.&lt;/p&gt;
&lt;p&gt;The thingy91&amp;#39;s label says: PCA20035 / 1.4.0 / 2020.23 / PIN: 568345&lt;/p&gt;
&lt;p&gt;I can flash the .hex for the at_client, and with that I can use Link Monitor to connect to LTE, and send AT commands successfully. I believe I updated it to modemFW mfw_nrf9160_1.3.3 from the package &amp;quot;thingy91_fw_2022_12_08_188a1603&amp;quot;.&lt;/p&gt;
&lt;p&gt;I just tried the lesson 2 exercise 2 instructions here:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://academy.nordicsemi.com/topic/lesson-2-exercise-2/"&gt;https://academy.nordicsemi.com/topic/lesson-2-exercise-2/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and got the same result. No Link Manager access, and if I debug, it starts here:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675107717348v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Then, when I click Play, nothing comes up on the COM ports. If I click Pause:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1675107732173v4.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/407055?ContentTypeID=1</link><pubDate>Mon, 30 Jan 2023 10:14:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b2c3b6b-4162-4106-9f80-ca22451d9c29</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The attached project failed on my side as well, running the merged.hex. Tried to add a new build configuration to your project, and this did not fail.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;What version of the Thingy:91 are you using? And with what modem fw? I don&amp;#39;t think the modem fw should have anything to say in this matter though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/406944?ContentTypeID=1</link><pubDate>Fri, 27 Jan 2023 22:38:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4560cf1b-d93a-4846-bd85-9b196254562b</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;Oyvind,&lt;/p&gt;
&lt;p&gt;Sorry about the missing files, and the late reply! I have been busy until today.&lt;/p&gt;
&lt;p&gt;I just built the at_clientTest1 again, and got 2246 files, 63.1MB size, and a zephyr/merged.hex&lt;/p&gt;
&lt;p&gt;When I debug, it doesn&amp;#39;t print from main. If I pause, this is where it pauses:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1674859029064v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/at_5F00_clientTest1_5F00_jan27_5F00_withmerged.zip"&gt;devzone.nordicsemi.com/.../at_5F00_clientTest1_5F00_jan27_5F00_withmerged.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/buildAndDebugLog.txt"&gt;devzone.nordicsemi.com/.../buildAndDebugLog.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/402627?ContentTypeID=1</link><pubDate>Fri, 30 Dec 2022 09:32:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea375958-c4ee-476e-940a-6b39f518fb19</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry, I&amp;#39;m still not able to reproduce your issue. Your sample worked on my side as well, however, I did need to rebuild.&lt;/p&gt;
&lt;p&gt;Looking at the build folder that was in your .zip file, the folder is missing files. Could there be an issue with your build environment?&lt;br /&gt;&lt;br /&gt;This is&amp;nbsp;the build folder from your .zip file&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1672392537902v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Here is the build folder where I rebuilt&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1672392553087v2.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;The most important files e.g. merged.hex is missing in your build folder. Can you provide the build log from VS Code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/402461?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2022 16:40:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cae04f5b-8f7c-4317-a2fe-665bdfb0fc13</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;Ok, here is the project. I imported if from NCS using New&amp;gt;Standalone based on template in VSCode.&lt;/p&gt;
&lt;p&gt;The project was in C:\PersonalProjects\thingy91\at_clientTest1&lt;/p&gt;
&lt;p&gt;I have zipped the at_clientTest1 folder and attached it here.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/at_5F00_clientTest1.zip"&gt;devzone.nordicsemi.com/.../at_5F00_clientTest1.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/402400?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2022 10:05:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f56a460-e50f-484c-87a7-8b1fed817287</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;I&amp;#39;m not able to reproduce your issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is my Thingy:91 connected to LTE Link Monitor&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1672221763588v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Are you able to share you at_client project folder with the build folder?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/402316?ContentTypeID=1</link><pubDate>Tue, 27 Dec 2022 15:10:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:984cb85e-ff74-483c-936e-4ed67eca69e2</guid><dc:creator>Collin Moore</dc:creator><description>&lt;p&gt;Instructions I am referring to are the standard instructions to build and flash with VSCode.&lt;/p&gt;
&lt;p&gt;An example, I am trying to run this lesson exercise:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://academy.nordicsemi.com/topic/lesson-2-exercise-1/"&gt;https://academy.nordicsemi.com/topic/lesson-2-exercise-1/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Which links to the instructions:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://nrfconnect.github.io/vscode-nrf-connect/get_started/build_app_ncs.html"&gt;https://nrfconnect.github.io/vscode-nrf-connect/get_started/build_app_ncs.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://nrfconnect.github.io/vscode-nrf-connect/get_started/quick_debug.html"&gt;https://nrfconnect.github.io/vscode-nrf-connect/get_started/quick_debug.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Those are the instructions I am following to build and flash, and the only instructions I am aware of.&lt;/p&gt;
&lt;p&gt;The pre-compiled examples all work fine. I flash those with Connect for Desktop Programmer app, or J-flash lite, and they work great.&lt;/p&gt;
&lt;p&gt;When I flash the nRF9160 from VSCode with compiled examples, I get to the debug output above, but nothing on the serial ports.&lt;/p&gt;
&lt;p&gt;The Serial ports are still there, so the nRF52 Connectivity Bridge is fine, and yes, my switch is on nRF91.&lt;/p&gt;
&lt;p&gt;Could you please find out what could cause the nrf91 code to not run to main, but the pre-comipled examples to work?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 VSCode examples don't run properly</title><link>https://devzone.nordicsemi.com/thread/402226?ContentTypeID=1</link><pubDate>Tue, 27 Dec 2022 09:37:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a239cca-40cc-4ed2-a577-1f97b7740248</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Calibri;font-size:11pt;"&gt;Due to Christmas Holidays our team is lower staffed than normal and some delays in our answers must be expected. &amp;nbsp;&lt;/span&gt;&lt;span style="background-image:initial;background-size:initial;background-attachment:initial;background-color:rgba(255, 255, 255, 1);font-family:Arial;font-size:9pt;"&gt;We apologize for the inconvenience.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;[quote user=""]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[/quote]
&lt;p&gt;What instructions are you referring to? Can you please provide me a link.&lt;/p&gt;
[quote user=""]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.[/quote]
&lt;p&gt;Is this the precompiled filed or flashed from VS Code? Have you ensured that &amp;quot;SWD Select&amp;quot; is set to nRF91? If set to nRF52, have you tried to &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/applications/connectivity_bridge/README.html#connectivity-bridge"&gt;reprogram the connectivity brigde&lt;/a&gt;? This worked for me.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>