<?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>SystemView with nRF9151 and SDK2.9</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124152/systemview-with-nrf9151-and-sdk2-9</link><description>Seeking help with using SystemView on a custom board with an nRF9151. My code is based on the Azure IoT Hub example. I can enable CONFIG_TRACING =y and CONFIG_SEGGER_SYSTEMVIEW =y and build successfully but I cannot connect to SystemView. I believe this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Sep 2025 10:00:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124152/systemview-with-nrf9151-and-sdk2-9" /><item><title>RE: SystemView with nRF9151 and SDK2.9</title><link>https://devzone.nordicsemi.com/thread/547883?ContentTypeID=1</link><pubDate>Fri, 05 Sep 2025 10:00:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aebc79b0-4eea-4a67-98b6-0b60f376d6ea</guid><dc:creator>NilsDR</dc:creator><description>&lt;p&gt;I had the same problem, got it to work with these config settings:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Enable logging from RTT 
CONFIG_CONSOLE=y
CONFIG_RTT_CONSOLE=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_UART_CONSOLE=n

CONFIG_SEGGER_SYSTEMVIEW=y
CONFIG_TRACING=y
CONFIG_TRACING_BACKEND_RAM=y&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I also have&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=8192
CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=64&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But don&amp;#39;t know if their are necessary&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>