<?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>Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127793/segger-rtt-ncs-3-2-4</link><description>We are developing the nRF5340 for the Thingy91X based on Connectivity Bridge (NCS 3.2.4). I want to output logs from SWD and view them with RTT Viewer, but even when I call LOG_INF() or printk() at the beginning of the main function, no logs are output</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Apr 2026 11:11:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127793/segger-rtt-ncs-3-2-4" /><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565449?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2026 11:11:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5926ce16-57c8-470b-82e4-14c98f51a8b0</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I tried with the connectivity bridge app myself now. Note that the logger configuration in prj.conf gets overridden by the board specific kconfig fragment in the &amp;quot;boards&amp;quot; folder. I also found that the image got to big when I enabled logging so had to disable the DAP debugger functionality to free up enough FLASH to enable the logger.&lt;/p&gt;
&lt;p&gt;Changes to enable RTT logging in app&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="diff"&gt;diff --git a/boards/thingy91x_nrf5340_cpuapp.conf b/boards/thingy91x_nrf5340_cpuapp.conf
index 2b87e97..1c45ce6 100644
--- a/boards/thingy91x_nrf5340_cpuapp.conf
+++ b/boards/thingy91x_nrf5340_cpuapp.conf
@@ -28,7 +28,7 @@ CONFIG_USB_DEVICE_VID=0x1915
 CONFIG_USB_DEVICE_PID=0x910A
 
 CONFIG_USB_MAX_NUM_TRANSFERS=8
-CONFIG_BRIDGE_CMSIS_DAP_BULK_ENABLE=y
+#CONFIG_BRIDGE_CMSIS_DAP_BULK_ENABLE=y
 CONFIG_RETENTION_BOOT_MODE=y
 CONFIG_REBOOT=y
 CONFIG_GPIO=y
@@ -38,18 +38,21 @@ CONFIG_DK_LIBRARY=y
 # Bootloader firmware information
 CONFIG_FW_INFO=y
 CONFIG_SECURE_BOOT_STORAGE=y
-CONFIG_DAP=y
-CONFIG_DP_DRIVER=y
+#CONFIG_DAP=y
+#CONFIG_DP_DRIVER=y
 
-CONFIG_CMSIS_DAP_DEVICE_VENDOR=&amp;quot;Nordic Semiconductor ASA&amp;quot;
-CONFIG_CMSIS_DAP_DEVICE_NAME=&amp;quot;nrf91&amp;quot;
+#CONFIG_CMSIS_DAP_DEVICE_VENDOR=&amp;quot;Nordic Semiconductor ASA&amp;quot;
+#CONFIG_CMSIS_DAP_DEVICE_NAME=&amp;quot;nrf91&amp;quot;
 
-CONFIG_BRIDGE_CMSIS_DAP_NORDIC_COMMANDS=y
+#CONFIG_BRIDGE_CMSIS_DAP_NORDIC_COMMANDS=y
 
 # Reduce logging to save flash space
-CONFIG_LOG=n
-CONFIG_USE_SEGGER_RTT=n
-CONFIG_LOG_BACKEND_RTT=n
-CONFIG_LOG_BACKEND_RTT_MODE_DROP=n
+#CONFIG_LOG=n
+#CONFIG_USE_SEGGER_RTT=n
+#CONFIG_LOG_BACKEND_RTT=n
+#CONFIG_LOG_BACKEND_RTT_MODE_DROP=n
 CONFIG_CONSOLE=n
 CONFIG_UART_CONSOLE=n
+CONFIG_RESET_ON_FATAL_ERROR=n
+#CONFIG_LTO=y
+#CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
\ No newline at end of file
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565280?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 07:35:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35ebfe3c-9fd8-4232-b3b7-36a0b3c18069</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;OK, that looks like the right board to me. No glue, what goes wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565278?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 07:11:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:387f9e36-52b2-4fb8-a3f4-ca0189b41c52</guid><dc:creator>gocchan</dc:creator><description>&lt;p&gt;I have selected Flash in VS Code. The following is displayed in the Terminal:&lt;/p&gt;
&lt;p&gt;west build --build-dir c:/ncs/applications/connectivity_bridge_v3-2-4_v2/build c:/ncs/applications/connectivity_bridge_v3-2-4_v2 --pristine --board thingy91x/nrf5340/cpuapp&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565273?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 05:20:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdea5825-b365-4ac4-9629-5cb0edd26f7e</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;How do you build that?&lt;/p&gt;
&lt;p&gt;west build -b ???&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565271?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 04:28:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8534526-f7b2-485a-9c70-d17c9c0c5f75</guid><dc:creator>gocchan</dc:creator><description>&lt;p&gt;When I write the provided hex file, &amp;quot;Hello World!&amp;quot; is displayed in the RTT Viewer (updated two lines every two seconds).&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/pastedimage1776832006576v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I tried adding that main statement to the Connectivity Bridge&amp;#39;s default code, but nothing is displayed in the RTT Viewer.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/*
 * Copyright (c) 2020 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
 */

#include &amp;lt;zephyr/kernel.h&amp;gt;

#include &amp;lt;app_event_manager.h&amp;gt;
#include &amp;lt;hw_id.h&amp;gt;

#define MODULE main
#include &amp;quot;module_state_event.h&amp;quot;

#include &amp;lt;zephyr/logging/log.h&amp;gt;
LOG_MODULE_REGISTER(MODULE);

static uint8_t usb_serial_str[] = &amp;quot;THINGY91_12PLACEHLDRS&amp;quot;;

/* Overriding weak function to set iSerialNumber at runtime. */
uint8_t *usb_update_sn_string_descriptor(void)
{
#if defined(CONFIG_SOC_SERIES_NRF52X)
	snprintk(usb_serial_str, sizeof(usb_serial_str), &amp;quot;THINGY91_%04X%08X&amp;quot;,
				(uint32_t)(NRF_FICR-&amp;gt;DEVICEADDR[1] &amp;amp; 0x0000FFFF)|0x0000C000,
				(uint32_t)NRF_FICR-&amp;gt;DEVICEADDR[0]);
#else
	char buf[HW_ID_LEN] = {0};

	if (!hw_id_get(buf, ARRAY_SIZE(buf))) {
		snprintk(usb_serial_str, sizeof(usb_serial_str), &amp;quot;THINGY91X_%s&amp;quot;, buf);
	}
#endif
	return usb_serial_str;
}

int main(void)
{
	LOG_INF(&amp;quot;RTT test&amp;quot;);

	for(;;) {
		printk(&amp;quot;Hello World! %s\n&amp;quot;, CONFIG_BOARD_TARGET);
		k_msleep(1000);
	}

	if (app_event_manager_init()) {
		LOG_ERR(&amp;quot;Application Event Manager not initialized&amp;quot;);
	} else {
		module_set_state(MODULE_STATE_READY);
	}
	return 0;
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565230?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2026 11:17:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e18799e2-2f8f-4dc1-bf06-4ab8498108ac</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for confirming. To help verify&amp;nbsp;your setup, please try programming the attached hex file and see if that works which I&amp;#39;ve confirmed worked on my end. It&amp;#39;s based on the &amp;quot;Hello World&amp;quot; sample, but&amp;nbsp;changed the code to the following:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;zephyr/kernel.h&amp;gt;

#include &amp;lt;zephyr/logging/log.h&amp;gt;
LOG_MODULE_REGISTER(app);

int main(void)
{
	LOG_INF(&amp;quot;RTT test&amp;quot;);
	
	for(;;) {
		printk(&amp;quot;Hello World! %s\n&amp;quot;, CONFIG_BOARD_TARGET);
		k_msleep(1000);
	}
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;and added the following two lines to the project configuration (prj.conf):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Expected output&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/pastedimage1776769974459v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Hex file&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8015.merged.hex"&gt;devzone.nordicsemi.com/.../8015.merged.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565206?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2026 07:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1383cb8-1664-4110-92aa-ea3c3046bc0a</guid><dc:creator>gocchan</dc:creator><description>&lt;p&gt;Adding CONFIG_RESET_ON_FATAL_ERROR=n did not change the situation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565129?ContentTypeID=1</link><pubDate>Sat, 18 Apr 2026 05:29:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f2d7d1a-a867-4430-afe1-10fb21833fbb</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Oh ... my bad!&lt;/p&gt;
&lt;p&gt;Too many modem traces!&lt;/p&gt;
&lt;p&gt;You just want logging, so that snippet is wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565097?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2026 09:37:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afa60ad2-2036-4eed-a0e2-4c1b77964ef4</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for confirming. To ensure that it is not entering a boot loop either, please try adding&amp;nbsp;CONFIG_RESET_ON_FATAL_ERROR&lt;strong&gt;=n&amp;nbsp;&lt;/strong&gt;to your project configuration file (prj.conf)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565084?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2026 07:10:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27df6ab7-cb28-4532-a298-bc1d7135353e</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;yours&lt;/p&gt;
&lt;p&gt;-DSNIPPET=nrf91-modem-trace-rtt&lt;/p&gt;
&lt;p&gt;mine&lt;/p&gt;
&lt;p&gt;-D&amp;lt;app&amp;gt;_SNIPPET=&amp;quot;nrf91-modem-trace-rtt&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, why do you skip &amp;lt;app&amp;gt;, get an error and don&amp;#39;t try it with &amp;lt;app&amp;gt;?&lt;/p&gt;
&lt;p&gt;Unfortunately, there are in the meantime a couple of &amp;quot;add-ons&amp;quot; in zephyr and NCS, and some are more &amp;quot;as they are on each alone&amp;quot; than &amp;quot;aligned to a set of tools&amp;quot;.&lt;/p&gt;
&lt;p&gt;With the &amp;quot;sysbuild/multi-domain&amp;quot; it&amp;#39;s crucial to configure the right domain. For some configuration the &amp;quot;default&amp;quot; is the app and others apply to all. And if applied to mcuboot or s1, it won&amp;#39;t work (therefore &amp;quot;CMake configure failed for Zephyr project: s1_image&amp;quot;).&lt;/p&gt;
&lt;p&gt;And the app-name is for the &amp;quot;multi-domain&amp;quot; stuff, the name of the directory.&lt;/p&gt;
&lt;p&gt;(I was not the only one, who felt, that this is a bad solution, but AFAIK, no-one is working on changing that ;-). )&lt;/p&gt;
&lt;p&gt;So in your case, I would try it with:&lt;/p&gt;
&lt;p&gt;-Dconnectivity_bridge_v3-2-4_SNIPPET=nrf91-modem-trace-rtt&lt;/p&gt;
&lt;p&gt;If that doesn&amp;#39;t work, us a &amp;quot;simpler/plain&amp;quot; directory name, e.g. &amp;quot;connectivitybridge&amp;quot;. You will then need to rename the directory and use then that simpler name.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565080?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2026 05:15:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fdbccd2-8a92-4ec9-9f57-6f9135894b33</guid><dc:creator>gocchan</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I added nrf91-modem-trace-rtt to the build conditions, but I&amp;#39;m getting a build error.&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/pastedimage1776402882756v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Building connectivity_bridge_v3-2-4
west build --build-dir c:/ncs/applications/connectivity_bridge_v3-2-4/build c:/ncs/applications/connectivity_bridge_v3-2-4 --pristine --board thingy91x/nrf5340/cpuapp -- -DCONFIG_DEBUG_THREAD_INFO=y -DSNIPPET=nrf91-modem-trace-rtt

-- west build: generating a build system
-- Found Python3: C:/ncs/toolchains/fd21892d0f/opt/bin/python.exe (found suitable version &amp;quot;3.12.4&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.2.4/zephyr/.cache
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp
-- Snippet(s): nrf91-modem-trace-rtt
Parsing c:/ncs/applications/connectivity_bridge_v3-2-4/Kconfig.sysbuild
Loaded configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/_sysbuild/empty.conf&amp;#39;
Merged configuration &amp;#39;c:/ncs/applications/connectivity_bridge_v3-2-4/sysbuild.conf&amp;#39;
Configuration saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/_sysbuild/autoconf.h&amp;#39;
-- 
   *****************************
   * Running CMake for mcuboot *
   *****************************
-- Application: C:/ncs/v3.2.4/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/fd21892d0f/opt/bin/python.exe (found suitable version &amp;quot;3.12.4&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.2.4/zephyr/.cache
-- Zephyr version: 4.2.99 (C:/ncs/v3.2.4/zephyr)
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp
-- Snippet(s): nrf91-modem-trace-rtt
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/fd21892d0f/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/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts
-- Found devicetree overlay: C:/ncs/applications/connectivity_bridge_v3-2-4/sysbuild/mcuboot/app.overlay
-- Found devicetree overlay: C:/ncs/v3.2.4/nrf/modules/mcuboot/flash_sim.overlay
-- Generated zephyr.dts: C:/ncs/applications/connectivity_bridge_v3-2-4/build/mcuboot/zephyr/zephyr.dts
-- Generated pickled edt: C:/ncs/applications/connectivity_bridge_v3-2-4/build/mcuboot/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/ncs/applications/connectivity_bridge_v3-2-4/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Sysbuild assigned MCUboot image IDs:
   * Application: 0
   * Network: 1
   * MCUboot b0 update: 2
Loading Zephyr default modules (Zephyr base).

warning: MBEDTLS_CFG_FILE (defined at C:/ncs/v3.2.4/bootloader/mcuboot/boot/zephyr/Kconfig:536,
C:/ncs/v3.2.4/nrf/modules/..\subsys\nrf_security/Kconfig:72,
C:/ncs/v3.2.4/zephyr/modules/mbedtls/Kconfig:59, modules\mbedtls\Kconfig:59) was assigned the value
&amp;#39;mcuboot-mbedtls-cfg.h&amp;#39; but got the value &amp;#39;&amp;#39;. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MBEDTLS_CFG_FILE and/or look up
MBEDTLS_CFG_FILE in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.


warning: NRF_MODEM_LIB_TRACE (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\Kconfig.modemlib:131) was assigned the value &amp;#39;y&amp;#39; but
got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (SOC_SERIES_NRF91X || SOC_SERIES_NRF92X ||
UNITY) (=n), NRF_MODEM_LIB (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE and/or look up
NRF_MODEM_LIB_TRACE in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: UART_NRFX (defined at drivers/serial\Kconfig.nrfx:6) was assigned the value &amp;#39;y&amp;#39; but got the
value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (DT_HAS_NORDIC_NRF_UART_ENABLED ||
DT_HAS_NORDIC_NRF_UARTE_ENABLED) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_NRFX and/or look up UART_NRFX in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.


warning: LOG_DEFAULT_LEVEL (defined at subsys/logging\Kconfig.filtering:13) was assigned the value
&amp;#39;0&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: LOG (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_DEFAULT_LEVEL and/or look up
LOG_DEFAULT_LEVEL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.


warning: The choice symbol MCUBOOT_LOG_LEVEL_INF (defined at
subsys/logging/Kconfig.template.log_config:17) was selected (set =y), but no symbol ended up as the
choice selection. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MCUBOOT_LOG_LEVEL_INF
and/or look up MCUBOOT_LOG_LEVEL_INF in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.


warning: The choice symbol NRF_MODEM_LIB_TRACE_BACKEND_RTT (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\trace_backends\rtt/Kconfig:10) was selected (set =y),
but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_RTT and/or look
up NRF_MODEM_LIB_TRACE_BACKEND_RTT in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.


warning: The choice symbol LOG_MODE_MINIMAL (defined at subsys/logging\Kconfig.mode:29) was selected
(set =y), but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_MODE_MINIMAL and/or look up
LOG_MODE_MINIMAL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.


warning: Deprecated symbol SOC_DCDC_NRF53X_APP is enabled.


warning: Deprecated symbol SOC_DCDC_NRF53X_NET is enabled.


warning: Deprecated symbol USB_DEVICE_DRIVER is enabled.


warning: Deprecated symbol USB_DEVICE_STACK is enabled.

MCUBoot bootloader key file: C:/ncs/v3.2.4/bootloader/mcuboot/root-ec-p256.pem
CMake Warning at CMakeLists.txt:442 (message):
  WARNING: Using default MCUboot signing key file, this file is for debug use
  only and is not secure!


Loading Zephyr default modules (Zephyr base).
Parsing C:/ncs/v3.2.4/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration &amp;#39;C:/ncs/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/sysbuild/mcuboot/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/sysbuild/mcuboot/boards/thingy91x_nrf5340_cpuapp.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/snippets/nrf91-modem-trace-rtt/overlay-modem-trace-rtt.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/subsys/bootloader/image/log_minimal.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/bootloader/mcuboot/boot/zephyr/external_crypto.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/mcuboot/zephyr/.config.sysbuild&amp;#39;
Configuration saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/mcuboot/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h&amp;#39;
-- Found GnuLd: c:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found gen_kobject_list: C:/ncs/v3.2.4/zephyr/scripts/build/gen_kobject_list.py
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/applications/connectivity_bridge_v3-2-4/build/mcuboot
-- 
   *******************************
   * Running CMake for ipc_radio *
   *******************************
-- Application: C:/ncs/v3.2.4/nrf/applications/ipc_radio
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/fd21892d0f/opt/bin/python.exe (found suitable version &amp;quot;3.12.4&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.2.4/zephyr/.cache
-- Zephyr version: 4.2.99 (C:/ncs/v3.2.4/zephyr)
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpunet
-- Snippet(s): nrf91-modem-trace-rtt
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/fd21892d0f/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/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts
-- Generated zephyr.dts: C:/ncs/applications/connectivity_bridge_v3-2-4/build/ipc_radio/zephyr/zephyr.dts
-- Generated pickled edt: C:/ncs/applications/connectivity_bridge_v3-2-4/build/ipc_radio/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/ncs/applications/connectivity_bridge_v3-2-4/build/ipc_radio/zephyr/include/generated/zephyr/devicetree_generated.h

warning: NRF_MODEM_LIB_TRACE (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\Kconfig.modemlib:131) was assigned the value &amp;#39;y&amp;#39; but
got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (SOC_SERIES_NRF91X || SOC_SERIES_NRF92X ||
UNITY) (=n), NRF_MODEM_LIB (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE and/or look up
NRF_MODEM_LIB_TRACE in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: The choice symbol NRF_MODEM_LIB_TRACE_BACKEND_RTT (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\trace_backends\rtt/Kconfig:10) was selected (set =y),
but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_RTT and/or look
up NRF_MODEM_LIB_TRACE_BACKEND_RTT in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.

Parsing C:/ncs/v3.2.4/nrf/applications/ipc_radio/Kconfig
Loaded configuration &amp;#39;C:/ncs/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/applications/ipc_radio/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/snippets/nrf91-modem-trace-rtt/overlay-modem-trace-rtt.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/applications/ipc_radio/overlay-bt_hci_ipc.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/ipc_radio/zephyr/.config.sysbuild&amp;#39;
Configuration saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/ipc_radio/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/ipc_radio/zephyr/include/generated/zephyr/autoconf.h&amp;#39;
-- Found GnuLd: c:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Build type:  
-- Host-- libmetal version: 1.8.0 (C:/ncs/v3.2.4/nrf/applications/ipc_radio)
:    Windows/AMD64
-- Target:  Generic/arm
-- Machine: arm
-- Vendor: none
-- Looking for include file stdatomic.h
-- Looking for include file stdatomic.h - found
-- open-amp version: 1.8.0 (C:/ncs/v3.2.4/modules/lib/open-amp/open-amp)
-- Host:    Windows/AMD64
-- Target:  Generic/arm
-- Machine: arm
[0m-- C_FLAGS :  -Wall -Wextra
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Found gen_kobject_list: C:/ncs/v3.2.4/zephyr/scripts/build/gen_kobject_list.py
CMake Warning at C:/ncs/v3.2.4/zephyr/CMakeLists.txt:1096 (message):
  No SOURCES given to Zephyr library: drivers__console

  Excluding target from build.


[33mCMake Warning at C:/ncs/v3.2.4/zephyr/CMakeLists.txt:2321 (message):
  __ASSERT() statements are globally ENABLED


-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/applications/connectivity_bridge_v3-2-4/build/ipc_radio
-- 
   *************************
   * Running CMake for b0n *
   *************************
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v3.2.4/nrf/samples/nrf5340/netboot
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/fd21892d0f/opt/bin/python.exe (found suitable version &amp;quot;3.12.4&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.2.4/zephyr/.cache
-- Zephyr version: 4.2.99 (C:/ncs/v3.2.4/zephyr)
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpunet
-- Snippet(s): nrf91-modem-trace-rtt
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/fd21892d0f/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/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts
-- Generated zephyr.dts: C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0n/zephyr/zephyr.dts
-- Generated pickled edt: C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0n/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0n/zephyr/include/generated/zephyr/devicetree_generated.h

warning: NRF_MODEM_LIB_TRACE (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\Kconfig.modemlib:131) was assigned the value &amp;#39;y&amp;#39; but
got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (SOC_SERIES_NRF91X || SOC_SERIES_NRF92X ||
UNITY) (=n), NRF_MODEM_LIB (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE and/or look up
NRF_MODEM_LIB_TRACE in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: UART_CONSOLE (defined at drivers/console/Kconfig:42) was assigned the value &amp;#39;y&amp;#39; but got the
value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: SERIAL_HAS_DRIVER (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_CONSOLE and/or look up UART_CONSOLE in
the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.


warning: The choice symbol NRF_MODEM_LIB_TRACE_BACKEND_RTT (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\trace_backends\rtt/Kconfig:10) was selected (set =y),
but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_RTT and/or look
up NRF_MODEM_LIB_TRACE_BACKEND_RTT in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.

Parsing C:/ncs/v3.2.4/nrf/samples/nrf5340/netboot/Kconfig
Loaded configuration &amp;#39;C:/ncs/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/samples/nrf5340/netboot/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/snippets/nrf91-modem-trace-rtt/overlay-modem-trace-rtt.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0n/zephyr/.config.sysbuild&amp;#39;
Configuration saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0n/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0n/zephyr/include/generated/zephyr/autoconf.h&amp;#39;
-- Found GnuLd: c:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found gen_kobject_list: C:/ncs/v3.2.4/zephyr/scripts/build/gen_kobject_list.py
[33mCMake Warning at C:/ncs/v3.2.4/zephyr/CMakeLists.txt:1096 (message):
  No SOURCES given to Zephyr library: drivers__console

  Excluding target from build.


[33mCMake Warning at C:/ncs/v3.2.4/zephyr/CMakeLists.txt:1096 (message):
  No SOURCES given to Zephyr library: drivers__serial

  Excluding target from build.


[33mCMake Warning at C:/ncs/v3.2.4/zephyr/CMakeLists.txt:2321 (message):
  __ASSERT() statements are globally ENABLED


-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0n
-- 
   ************************
   * Running CMake for b0 *
   ************************
[0mLoading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v3.2.4/nrf/samples/bootloader
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/fd21892d0f/opt/bin/python.exe (found suitable version &amp;quot;3.12.4&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.2.4/zephyr/.cache
-- Zephyr version: 4.2.99 (C:/ncs/v3.2.4/zephyr)
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp
-- Snippet(s): nrf91-modem-trace-rtt
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/fd21892d0f/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/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts
-- Generated zephyr.dts: C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0/zephyr/zephyr.dts
-- Generated pickled edt: C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0/zephyr/include/generated/zephyr/devicetree_generated.h

warning: NRF_MODEM_LIB_TRACE (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\Kconfig.modemlib:131) was assigned the value &amp;#39;y&amp;#39; but
got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (SOC_SERIES_NRF91X || SOC_SERIES_NRF92X ||
UNITY) (=n), NRF_MODEM_LIB (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE and/or look up
NRF_MODEM_LIB_TRACE in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: The choice symbol NRF_MODEM_LIB_TRACE_BACKEND_RTT (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\trace_backends\rtt/Kconfig:10) was selected (set =y),
but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_RTT and/or look
up NRF_MODEM_LIB_TRACE_BACKEND_RTT in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.


warning: Deprecated symbol SOC_DCDC_NRF53X_APP is enabled.


warning: Deprecated symbol SOC_DCDC_NRF53X_NET is enabled.

Parsing C:/ncs/v3.2.4/zephyr/Kconfig
Loaded configuration &amp;#39;C:/ncs/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/samples/bootloader/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/samples/bootloader/boards/thingy91x_nrf5340_cpuapp.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/snippets/nrf91-modem-trace-rtt/overlay-modem-trace-rtt.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0/zephyr/.config.sysbuild&amp;#39;
Configuration saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0/zephyr/include/generated/zephyr/autoconf.h&amp;#39;
-- Found GnuLd: c:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found gen_kobject_list: C:/ncs/v3.2.4/zephyr/scripts/build/gen_kobject_list.py
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/applications/connectivity_bridge_v3-2-4/build/b0
-- 
   ************************************************
   * Running CMake for connectivity_bridge_v3-2-4 *
   ************************************************
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/applications/connectivity_bridge_v3-2-4
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/fd21892d0f/opt/bin/python.exe (found suitable version &amp;quot;3.12.4&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.2.4/zephyr/.cache
-- Zephyr version: 4.2.99 (C:/ncs/v3.2.4/zephyr)
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp
-- Snippet(s): nrf91-modem-trace-rtt
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/fd21892d0f/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/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts
-- Found devicetree overlay: C:/ncs/applications/connectivity_bridge_v3-2-4/boards/thingy91x_nrf5340_cpuapp.overlay
-- Generated zephyr.dts: C:/ncs/applications/connectivity_bridge_v3-2-4/build/connectivity_bridge_v3-2-4/zephyr/zephyr.dts
-- Generated pickled edt: C:/ncs/applications/connectivity_bridge_v3-2-4/build/connectivity_bridge_v3-2-4/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/ncs/applications/connectivity_bridge_v3-2-4/build/connectivity_bridge_v3-2-4/zephyr/include/generated/zephyr/devicetree_generated.h

warning: BRIDGE_LOG_MODULE_STATE_EVENT (defined at
C:/ncs/applications/connectivity_bridge_v3-2-4\src/events/Kconfig:13) was assigned the value &amp;#39;y&amp;#39; but
got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: LOG (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BRIDGE_LOG_MODULE_STATE_EVENT and/or look
up BRIDGE_LOG_MODULE_STATE_EVENT in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.


warning: BRIDGE_LOG_UART_DATA_EVENT (defined at
C:/ncs/applications/connectivity_bridge_v3-2-4\src/events/Kconfig:17) was assigned the value &amp;#39;y&amp;#39; but
got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: LOG (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BRIDGE_LOG_UART_DATA_EVENT and/or look up
BRIDGE_LOG_UART_DATA_EVENT in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.


warning: BT_CTLR_DATA_LENGTH_MAX (defined at
C:/ncs/v3.2.4/nrf/modules/..\samples\common\mcumgr_bt_ota_dfu/Kconfig:125,
C:/ncs/v3.2.4/nrf/modules/..\subsys\bluetooth\services\fast_pair/Kconfig.fast_pair:125,
subsys/bluetooth\controller/Kconfig:611) was assigned the value &amp;#39;251&amp;#39; but got the value &amp;#39;&amp;#39;. Check
these unsatisfied dependencies: (NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP || (BT_FAST_PAIR_GATT_SERVICE
&amp;amp;&amp;amp; BT_FAST_PAIR &amp;amp;&amp;amp; BT) || (BT_CTLR_DATA_LENGTH &amp;amp;&amp;amp; BT_CONN &amp;amp;&amp;amp; HAS_BT_CTLR &amp;amp;&amp;amp; BT_HCI &amp;amp;&amp;amp; BT)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_CTLR_DATA_LENGTH_MAX and/or look up
BT_CTLR_DATA_LENGTH_MAX in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: NRF_MODEM_LIB_TRACE (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\Kconfig.modemlib:131) was assigned the value &amp;#39;y&amp;#39; but
got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (SOC_SERIES_NRF91X || SOC_SERIES_NRF92X ||
UNITY) (=n), NRF_MODEM_LIB (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE and/or look up
NRF_MODEM_LIB_TRACE in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: RTT_CONSOLE (defined at drivers/console/Kconfig:130) was assigned the value &amp;#39;y&amp;#39; but got the
value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: CONSOLE (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_RTT_CONSOLE and/or look up RTT_CONSOLE in
the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.


warning: MCUBOOT_UPDATE_FOOTER_SIZE (defined at subsys/dfu/Kconfig:55) was assigned the value
&amp;#39;0x2000&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: MCUBOOT_IMG_MANAGER (=n),
IMG_MANAGER (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MCUBOOT_UPDATE_FOOTER_SIZE and/or look up
MCUBOOT_UPDATE_FOOTER_SIZE in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.


warning: LOG_DEFAULT_LEVEL (defined at subsys/logging\Kconfig.filtering:13) was assigned the value
&amp;#39;4&amp;#39; but got the value &amp;#39;&amp;#39;. Check these unsatisfied dependencies: LOG (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_DEFAULT_LEVEL and/or look up
LOG_DEFAULT_LEVEL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.


warning: LOG_PRINTK (defined at subsys/logging\Kconfig.processing:8) was assigned the value &amp;#39;y&amp;#39; but
got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: LOG (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_PRINTK and/or look up LOG_PRINTK in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.


warning: The choice symbol NRF_MODEM_LIB_TRACE_BACKEND_RTT (defined at
C:/ncs/v3.2.4/nrf/modules/..\lib\nrf_modem_lib\trace_backends\rtt/Kconfig:10) was selected (set =y),
but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_RTT and/or look
up NRF_MODEM_LIB_TRACE_BACKEND_RTT in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.


warning: The choice symbol LOG_MODE_IMMEDIATE (defined at subsys/logging\Kconfig.mode:19) was
selected (set =y), but no symbol ended up as the choice selection. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_MODE_IMMEDIATE and/or look up
LOG_MODE_IMMEDIATE in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: The choice symbol LOG_BACKEND_RTT_MODE_DROP (defined at
subsys/logging\backends\Kconfig.rtt:24) was selected (set =y), but no symbol ended up as the choice
selection. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_BACKEND_RTT_MODE_DROP
and/or look up LOG_BACKEND_RTT_MODE_DROP in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.


warning: Deprecated symbol SOC_DCDC_NRF53X_APP is enabled.


warning: Deprecated symbol SOC_DCDC_NRF53X_NET is enabled.


warning: Deprecated symbol USB_DEVICE_DRIVER is enabled.


warning: Deprecated symbol USB_DEVICE_STACK is enabled.


warning: Experimental symbol DP_DRIVER is enabled.


warning: Experimental symbol DAP is enabled.

Parsing C:/ncs/applications/connectivity_bridge_v3-2-4/Kconfig
Loaded configuration &amp;#39;C:/ncs/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/boards/thingy91x_nrf5340_cpuapp.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/v3.2.4/nrf/snippets/nrf91-modem-trace-rtt/overlay-modem-trace-rtt.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/connectivity_bridge_v3-2-4/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Merged configuration &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/connectivity_bridge_v3-2-4/zephyr/.config.sysbuild&amp;#39;
Configuration saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/connectivity_bridge_v3-2-4/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/ncs/applications/connectivity_bridge_v3-2-4/build/connectivity_bridge_v3-2-4/zephyr/include/generated/zephyr/autoconf.h&amp;#39;
-- Found GnuLd: c:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Build type:  
-- Host:    Windows/AMD64
-- Target:  Generic/arm
--- libmetal version: 1.8.0 (C:/ncs/applications/connectivity_bridge_v3-2-4)
- Machine: arm
-- Vendor: none
-- Looking for include file stdatomic.h
-- Looking for include file stdatomic.h - found
-- open-amp version: 1.8.0 (C:/ncs/v3.2.4/modules/lib/open-amp/open-amp)
-- Host:    Windows/AMD64
-- Target:  Generic/arm
-- Machine: arm
-- C_FLAGS :  -Wall -Wextra
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Found gen_kobject_list: C:/ncs/v3.2.4/zephyr/scripts/build/gen_kobject_list.py
-- Including signing script: C:/ncs/v3.2.4/nrf/cmake/sysbuild/image_signing.cmake
[33mCMake Warning at C:/ncs/v3.2.4/zephyr/CMakeLists.txt:2321 (message):
  __ASSERT() statements are globally ENABLED


-- Found Git: C:/ncs/toolchains/fd21892d0f/mingw64/bin/git.exe (found version &amp;quot;2.52.0.windows.1&amp;quot;) 
fatal: not a git repository (or any of the parent directories): .git
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/applications/connectivity_bridge_v3-2-4/build/connectivity_bridge_v3-2-4
-- 
   ******************************
   * Running CMake for s1_image *
   ******************************
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/v3.2.4/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/fd21892d0f/opt/bin/python.exe (found suitable version &amp;quot;3.12.4&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.2.4/zephyr/.cache
-- Zephyr version: 4.2.99 (C:/ncs/v3.2.4/zephyr)
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy91x, qualifiers: nrf5340/cpuapp
-- Snippet(s): nrf91-modem-trace-rtt
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/fd21892d0f/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/v3.2.4/nrf/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts
-- Found devicetree overlay: C:/ncs/applications/connectivity_bridge_v3-2-4/sysbuild/mcuboot/app.overlay
-- Found devicetree overlay: C:/ncs/v3.2.4/nrf/modules/mcuboot/flash_sim.overlay
-- Generated zephyr.dts: C:/ncs/applications/connectivity_bridge_v3-2-4/build/s1_image/zephyr/zephyr.dts
-- Generated pickled edt: C:/ncs/applications/connectivity_bridge_v3-2-4/build/s1_image/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/ncs/applications/connectivity_bridge_v3-2-4/build/s1_image/zephyr/include/generated/zephyr/devicetree_generated.h
[31mCMake Error at C:/ncs/v3.2.4/zephyr/cmake/modules/FindGnuLd.cmake:91 (string):
  string sub-command REGEX, mode MATCH needs at least 5 arguments total to
  command.
Call Stack (most recent call first):
  C:/ncs/v3.2.4/zephyr/cmake/linker/ld/target.cmake:4 (find_package)
  C:/ncs/v3.2.4/zephyr/cmake/modules/FindTargetTools.cmake:104 (include)
  C:/ncs/v3.2.4/zephyr/cmake/modules/kernel.cmake:25 (find_package)
  C:/ncs/v3.2.4/zephyr/cmake/modules/zephyr_default.cmake:140 (include)
  C:/ncs/v3.2.4/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/ncs/v3.2.4/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:18 (find_package)


-- Found GnuLd: c:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/fd21892d0f/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found gen_kobject_list: C:/ncs/v3.2.4/zephyr/scripts/build/gen_kobject_list.py
MCUBoot bootloader key file: C:/ncs/v3.2.4/bootloader/mcuboot/root-ec-p256.pem
CMake Warning at CMakeLists.txt:442 (message):
  WARNING: Using default MCUboot signing key file, this file is for debug use
  only and is not secure!


-- Configuring incomplete, errors occurred!
See also &amp;quot;C:/ncs/applications/connectivity_bridge_v3-2-4/build/s1_image/CMakeFiles/CMakeOutput.log&amp;quot;.
See also &amp;quot;C:/ncs/applications/connectivity_bridge_v3-2-4/build/s1_image/CMakeFiles/CMakeError.log&amp;quot;.
CMake Error at cmake/modules/sysbuild_extensions.cmake:530 (message):
  CMake configure failed for Zephyr project: s1_image

  Location: C:/ncs/v3.2.4/bootloader/mcuboot/boot/zephyr/
Call Stack (most recent call first):
  cmake/modules/sysbuild_images.cmake:43 (ExternalZephyrProject_Cmake)
  cmake/modules/sysbuild_default.cmake:21 (include)
  C:/ncs/v3.2.4/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  C:/ncs/v3.2.4/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  C:/ncs/v3.2.4/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
  template/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
See also &amp;quot;C:/ncs/applications/connectivity_bridge_v3-2-4/build/CMakeFiles/CMakeOutput.log&amp;quot;.
FATAL ERROR: command exited with status 1: &amp;#39;C:\ncs\toolchains\fd21892d0f\opt\bin\cmake.EXE&amp;#39; -DWEST_PYTHON=C:/ncs/toolchains/fd21892d0f/opt/bin/python.exe &amp;#39;-Bc:\ncs\applications\connectivity_bridge_v3-2-4\build&amp;#39; -GNinja -DBOARD=thingy91x/nrf5340/cpuapp -DCONFIG_DEBUG_THREAD_INFO=y -DSNIPPET=nrf91-modem-trace-rtt &amp;#39;-SC:\ncs\v3.2.4\zephyr\share\sysbuild&amp;#39; &amp;#39;-DAPP_DIR:PATH=c:\ncs\applications\connectivity_bridge_v3-2-4&amp;#39;

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it.&lt;/pre&gt;&lt;/p&gt;
&lt;div class="content full threaded-reply-content user-defined-markup" data-replyid="565079" data-userid="57835" data-permalink="~/f/nordic-q-a/127793/segger-rtt-ncs-3-2-4/565079"&gt;
&lt;div class="content"&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;div class="content full threaded-reply-content user-defined-markup" data-replyid="564961" data-userid="4240" data-permalink="~/f/nordic-q-a/127793/segger-rtt-ncs-3-2-4/564961"&gt;
&lt;div class="content"&gt;
&lt;p&gt;&lt;span&gt;Gotoda&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/565079?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2026 05:11:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb8fbaa6-8b26-4509-b05d-5410e5e08200</guid><dc:creator>gocchan</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;The program has reached the main() function. I confirmed this by toggling the LED.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;div class="content full threaded-reply-content user-defined-markup" data-replyid="564961" data-userid="4240" data-permalink="~/f/nordic-q-a/127793/segger-rtt-ncs-3-2-4/564961"&gt;
&lt;div class="content"&gt;
&lt;p&gt;&lt;span&gt;Gotoda&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/564977?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2026 11:29:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29131065-923b-4ba3-89c1-33d92f1522ba</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;let me recommend to use rather the snippet:&lt;/p&gt;
&lt;p&gt;west build -b &amp;lt;board&amp;gt; ... --&amp;nbsp;-D&amp;lt;app&amp;gt;_SNIPPET=&amp;quot;nrf91-modem-trace-rtt&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With your application directory in &amp;lt;app&amp;gt;, e.g. -Dmy_demo_SNIPPET for an app in directory &amp;quot;my_demo&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger RTT (NCS 3.2.4)</title><link>https://devzone.nordicsemi.com/thread/564961?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2026 07:39:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0ead5b0-d315-423e-8582-06c48b7241b4</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Usually, it should be sufficient to have CONFIG_LOG and CONFIG_USE_SEGGER_RTT enabled to get RTT logging. Are you able to debug the application to confirm that the program is actually reaching main()?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Vidar&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>