<?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>nRF54L15 and RTT</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125820/nrf54l15-and-rtt</link><description>nRF54L15, Zephyr +MCUboot. I am unable to redirect LOG_INF() output to RTT. 
 prj.conf 
 Can you tell me what is wrong? How to force logger to output to RTT?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Dec 2025 14:53:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125820/nrf54l15-and-rtt" /><item><title>RE: nRF54L15 and RTT</title><link>https://devzone.nordicsemi.com/thread/556997?ContentTypeID=1</link><pubDate>Mon, 15 Dec 2025 14:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12e0fc32-d8df-4587-9fef-0f84c91f13e3</guid><dc:creator>Igor</dc:creator><description>&lt;p&gt;Works on NCS 3.2.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 and RTT</title><link>https://devzone.nordicsemi.com/thread/555489?ContentTypeID=1</link><pubDate>Wed, 26 Nov 2025 10:49:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68c3248d-4d07-4eb2-b105-780fd7ff4803</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I see. This requirement looks to have been&amp;nbsp;removed in SDK v3.1.0 by the following commits:&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/commit/13054293adb045d51762a8dd5b60612dd60e475c"&gt;https://github.com/nrfconnect/sdk-zephyr/commit/13054293adb045d51762a8dd5b60612dd60e475c&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/commit/77925656ab8"&gt;https://github.com/nrfconnect/sdk-zephyr/commit/77925656ab8&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 and RTT</title><link>https://devzone.nordicsemi.com/thread/555486?ContentTypeID=1</link><pubDate>Wed, 26 Nov 2025 10:29:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:538fe67f-c3ff-4e14-b674-49e6615c4709</guid><dc:creator>Igor</dc:creator><description>&lt;p&gt;It turns out that&amp;nbsp;&lt;span&gt;CONFIG_USERSPACE&lt;/span&gt;&lt;span&gt;=y was the offending line. Is there any way to use RTT in combination with&amp;nbsp;CONFIG_USERSPACE or not?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 and RTT</title><link>https://devzone.nordicsemi.com/thread/555445?ContentTypeID=1</link><pubDate>Wed, 26 Nov 2025 06:39:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7a9b6e2-7f40-4e84-8957-5bdb1883596c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;From the warning message I can see it&amp;#39;s failing because CONFIG_USERSPACE or CONFIG_LOG_MODE_MINIMAL is enabled in your configuration. For logging, the default is &amp;nbsp;CONFIG_LOG_MODE_DEFERRED, but note that&amp;nbsp;&lt;span&gt;CONFIG_NCS_SAMPLES_DEFAULTS will&amp;nbsp;&lt;/span&gt;select log mode minimal if you have this enabled in your project configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 and RTT</title><link>https://devzone.nordicsemi.com/thread/555392?ContentTypeID=1</link><pubDate>Tue, 25 Nov 2025 13:55:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c17cf2d-b5c3-42b7-8060-b0f18e9f7c35</guid><dc:creator>Igor</dc:creator><description>&lt;p&gt;The following settings do not compile&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BUFFER_SIZE=8192
CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Error is:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;

warning: LOG_PRINTK (defined at subsys/logging\Kconfig.processing:8) has direct dependencies !USERSPACE &amp;amp;&amp;amp; !LOG_MODE_MINIMAL &amp;amp;&amp;amp; LOG with value n, but is currently being y-selected by the following sym
bols:
 - LOG_BACKEND_RTT_FORCE_PRINTK (defined at subsys/logging\backends\Kconfig.rtt:103), with value y, direct dependencies LOG_BACKEND_RTT &amp;amp;&amp;amp; !LOG_FRONTEND_ONLY &amp;amp;&amp;amp; !LOG_MODE_MINIMAL &amp;amp;&amp;amp; LOG (value: y), an
d select condition LOG_BACKEND_RTT &amp;amp;&amp;amp; !LOG_FRONTEND_ONLY &amp;amp;&amp;amp; !LOG_MODE_MINIMAL &amp;amp;&amp;amp; LOG (value: y)Parsing C:/ncs/v3.0.2/zephyr/Kconfig


error: Aborting due to Kconfig warnings
Loaded configuration &amp;#39;C:/ncs/v3.0.2/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns_defconfig&amp;#39;
Merged configuration &amp;#39;H:/cup/prj.conf&amp;#39;
Merged configuration &amp;#39;H:/cup/build/cup/zephyr/.config.sysbuild&amp;#39;

CMake Error at C:/ncs/v3.0.2/zephyr/cmake/modules/kconfig.cmake:396 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  C:/ncs/v3.0.2/nrf/cmake/modules/kconfig.cmake:36 (include)
  C:/ncs/v3.0.2/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:4 (find_package)


-- Configuring incomplete, errors occurred!
CMake Error at cmake/modules/sysbuild_extensions.cmake:514 (message):
  CMake configure failed for Zephyr project: cup

  Location: H:/cup
Call Stack (most recent call first):
  cmake/modules/sysbuild_images.cmake:43 (ExternalZephyrProject_Cmake)
  cmake/modules/sysbuild_default.cmake:21 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  C:/ncs/v3.0.2/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
  template/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
See also &amp;quot;H:/cup/build/CMakeFiles/CMakeOutput.log&amp;quot;.
←[91mFATAL ERROR: command exited with status 1: &amp;#39;C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.EXE&amp;#39; -DWEST_PYTHON=C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe &amp;#39;-Bh:\cup\build&amp;#39; -GNinja -DBOARD=nrf54l15
dk/nrf54l15/cpuapp/ns &amp;#39;-SC:\ncs\v3.0.2\zephyr\share\sysbuild&amp;#39; &amp;#39;-DAPP_DIR:PATH=h:\cup&amp;#39;
←[0m&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The following settings work with logging to COM port:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_LOG_BUFFER_SIZE=8192&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I did not try without MCUboot.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any idea how to&amp;nbsp;fix RTT logging?&lt;/p&gt;
&lt;p&gt;Note: &lt;br /&gt;NCS 3.0.2, LOG_xxx(). &lt;br /&gt;printk() is not used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15 and RTT</title><link>https://devzone.nordicsemi.com/thread/555379?ContentTypeID=1</link><pubDate>Tue, 25 Nov 2025 12:56:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72813082-3981-4725-b2f3-3c1ec7791103</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Do you have CONFIG_LOG and&amp;nbsp;&lt;span&gt;CONFIG_LOG_BACKEND_RTT enabled&lt;/span&gt;&lt;span&gt;&amp;nbsp;as well? Also, did you have RTT logging working before including&amp;nbsp;&lt;/span&gt;MCUBoot?&amp;nbsp;&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></channel></rss>