<?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>Can&amp;#39;t enable RTT trace</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123609/can-t-enable-rtt-trace</link><description>Hello, I need to do some RTT trace logging, but I can’t enable it. I am trying to create minimal example code, and for this purpose I am using the UDP sample. I added these lines to prj.conf to enable the RTT console: # Console CONFIG_CONSOLE=y CONFIG_USE_SEGGER_RTT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Sep 2025 08:31:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123609/can-t-enable-rtt-trace" /><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/547579?ContentTypeID=1</link><pubDate>Wed, 03 Sep 2025 08:31:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d07ffe9-3a6f-4af6-bf2a-dc80c92a54c4</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;At least the developers are aware. Nothing more we can do there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/547525?ContentTypeID=1</link><pubDate>Tue, 02 Sep 2025 14:28:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fade20f-4565-4eb0-aa8f-867a5142d220</guid><dc:creator>Eizens</dc:creator><description>&lt;p&gt;super sorry for late reply, I had some other stuff i needed to jump to. I will continue this when i will get back to this project. Thanks for support, i will check it out later.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/547437?ContentTypeID=1</link><pubDate>Tue, 02 Sep 2025 09:45:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21f69735-361f-4e19-bf79-f7f39d0859a6</guid><dc:creator>Achim Kraus</dc:creator><description>[quote userid="77062" url="~/f/nordic-q-a/123609/can-t-enable-rtt-trace/547436"]west build --board &lt;span&gt;&amp;lt;&lt;/span&gt;board_target&lt;span&gt;&amp;gt;&lt;/span&gt; -- -D&lt;span&gt;&amp;lt;&lt;/span&gt;image_name&lt;span&gt;&amp;gt;&lt;/span&gt;_SNIPPET&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;nrf91-modem-trace-rtt&amp;quot;&lt;/span&gt;[/quote]
&lt;p&gt;Yes, that&amp;#39;s what&amp;#39;s documented. But it leaves you with the question, what the &amp;quot;&amp;lt;image_name&amp;gt;&amp;quot; will be ;-).&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/82678#issuecomment-2531589841"&gt;answer&lt;/a&gt;&amp;nbsp;may be surprising, because&amp;nbsp;&amp;quot;The name of the &lt;strong&gt;default image&lt;/strong&gt; is the name of the folder it resides is&amp;quot;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/547436?ContentTypeID=1</link><pubDate>Tue, 02 Sep 2025 09:35:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c3d5a26-62b6-49aa-8d7e-da4d90328a85</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for pointing out (and reminding me). Did a quick search in our docs using the AI search tool, and it provided the following answer (not far from your answer)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;strong&gt;How do I collect modem traces through RTT?&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;To collect modem traces through RTT (Real Time Transfer) on an nRF91 Series device, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;
&lt;p&gt;&lt;strong&gt;Enable RTT Trace Backend in Your Application&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In your project configuration file (&lt;code dir="ltr"&gt;prj.conf&lt;/code&gt;), add the following Kconfig options:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;CONFIG_NRF_MODEM_LIB_TRACE&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;y
&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_RTT&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;y
&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;CONFIG_USE_SEGGER_RTT&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;y&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Alternatively, you can enable RTT tracing by adding the&amp;nbsp;&lt;code dir="ltr"&gt;nrf91-modem-trace-rtt&lt;/code&gt;&amp;nbsp;snippet to your build. For example, using west:&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;strong&gt;&lt;code&gt;west build --board &lt;span&gt;&amp;lt;&lt;/span&gt;board_target&lt;span&gt;&amp;gt;&lt;/span&gt; -- -D&lt;span&gt;&amp;lt;&lt;/span&gt;image_name&lt;span&gt;&amp;gt;&lt;/span&gt;_SNIPPET&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;nrf91-modem-trace-rtt&amp;quot;&lt;/span&gt;&lt;/code&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Or with CMake:&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;strong&gt;&lt;code&gt;-D&lt;span&gt;&amp;lt;&lt;/span&gt;image_name&lt;span&gt;&amp;gt;&lt;/span&gt;_SNIPPET&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;nrf91-modem-trace-rtt&amp;quot;&lt;/span&gt;&lt;/code&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf91/nrf91_snippet.html#nrf91-modem-trace-rtt-snippet" rel="noopener noreferrer" target="_blank"&gt;nRF91 modem traces with RTT backend using snippets&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;p&gt;&lt;strong&gt;Build and Program the Firmware&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Build your application with the above configuration and flash it to your device.&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;p&gt;&lt;strong&gt;Capture the Trace Using J-Link RTT Logger&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Use the SEGGER J-Link RTT Logger to capture the modem trace. Run the following command (adjust the device and file path as needed):&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;JLinkRTTLogger -Device NRF9160_XXAA -If SWD -Speed &lt;/span&gt;&lt;span&gt;50000&lt;/span&gt;&lt;span&gt; -RTTChannel &lt;/span&gt;&lt;span&gt;1&lt;/span&gt;&lt;span&gt; modem_trace.bin&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;This will save the raw modem trace data to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;modem_trace.bin&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/104983/how-to-capture-nrf9160-modem-traces-using-rtt" rel="noopener noreferrer" target="_blank"&gt;How to capture nrf9160 modem traces using RTT?&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;p&gt;&lt;strong&gt;Convert the Trace to PCAP Format (Optional)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You can convert the captured&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;.bin&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file to PCAP format for analysis in Wireshark using the Cellular Monitor app or&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;nrfutil&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;nrfutil trace lte --input-file modem_trace.bin --output-pcapng rtt-trace.pcapng&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/asset-tracker-template-latest/page/common/tooling_troubleshooting.html#modem-tracing" rel="noopener noreferrer" target="_blank"&gt;Asset Tracker Template: Modem Tracing&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;p&gt;&lt;strong&gt;View the Trace&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;Open the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;.bin&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;or&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;.pcapng&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file in the Cellular Monitor app or Wireshark for analysis.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;Note: In the current release, Cellular Monitor does not support live RTT capture, but you can load and view previously captured RTT traces&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/viewing_rtt.html" rel="noopener noreferrer" target="_blank"&gt;Viewing RTT traces in Cellular Monitor&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;br /&gt;Enable RTT tracing in your firmware, capture the trace with J-Link RTT Logger, and analyze the trace using Cellular Monitor or Wireshark. This method is especially useful if your hardware does not have a spare UART for trace output.&lt;/p&gt;
&lt;p&gt;If you need to capture both application logs and modem traces over RTT simultaneously, use different RTT channels for each and capture them in separate terminals&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/asset-tracker-template-latest/page/common/tooling_troubleshooting.html#modem-tracing" rel="noopener noreferrer" target="_blank"&gt;Asset Tracker Template: Modem Tracing&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/547214?ContentTypeID=1</link><pubDate>Fri, 29 Aug 2025 14:46:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c39ade7b-55ae-4ab1-9481-a9ce7be0b649</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Finally I found, why the modem trace via RTT failed in the other ticket.&lt;/p&gt;
&lt;p&gt;Assuming to enable the snippet with&amp;nbsp;&lt;/p&gt;
&lt;p&gt;west build&amp;nbsp;-S nrf91-modem-trace-rtt&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the pain will be, that the snippet is applied to all images including McuBoot, and so it fails in the end.&lt;/p&gt;
&lt;p&gt;Using&lt;/p&gt;
&lt;p&gt;west build&amp;nbsp;-- -D&amp;lt;app&amp;gt;_SNIPPET=&amp;quot;nrf91-modem-trace-rtt&amp;quot;&lt;/p&gt;
&lt;p&gt;(with the name of the application folder as &amp;lt;app&amp;gt; )&lt;/p&gt;
&lt;p&gt;it &amp;quot;works on my machine&amp;quot; ;-).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545470?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2025 07:31:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:013df985-3b04-4987-af21-c4d2dd837ac6</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/eizens"&gt;Eizens&lt;/a&gt;&amp;nbsp;were you able to test with the GUI on your Mac?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545469?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2025 07:30:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:236e2a4a-7abf-4b8e-85fb-7f543280814f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Understood! Thanks for pointing out this potential issue. I have it on my list to test and verify &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f44d.svg" title="Thumbsup"&gt;&amp;#x1f44d;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545460?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2025 05:23:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dec45d7b-0f10-4ea8-a3f1-9891a3746b1b</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;That other ticket isn&amp;#39;t mine, I just retested it for the author of that other ticket. I don&amp;#39;t plan to use the modem trace via RTT. I just remembered that other ticket when reading this one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545389?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 13:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c21fd4a-6631-4e77-808d-0f44bd83d12d</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for pointing out! Will try to test on my side. Could you please register a ticket for this issue? This way we can easily track issues like that.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545344?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 09:53:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ae8fed5-66c1-49d8-b5d9-a94975862bfd</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;OK, the other ticket was about 2.9.0/2.9.2.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545342?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 09:47:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0155b421-610c-42cf-b893-145d48b6ab9a</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;In this case I tested with the version as the customer, using NCS v2.5.0,&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545341?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 09:45:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94262895-adaa-43b3-956a-ad9378d2f0b6</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;SDK&amp;nbsp; NCS 2.5.0? Or 2.9.2? Or ... ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545312?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 07:17:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cf09618-294b-4cfc-9767-97225d3f9bb5</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Yes, I just did, hence my last answer. From my side the RTT logging works as intended with the settings above.&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: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545301?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 06:33:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:800b0cd1-9c8c-4aaa-aa91-d71f0f8356d0</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Also &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/123007/nrf9151-modem-does-not-connect-after-sim-deactivate-reactivate/543281"&gt;other tickets&lt;/a&gt;&amp;nbsp;seems to report, that the modem trace via RTT is broken.&lt;/p&gt;
&lt;p&gt;Maybe time, that someone from the Nordic team retests the modem trace via RTT?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545299?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 06:03:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a2f4fc7-6a77-420d-83a8-fd919ffe9c1b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Just out of curiosity, are you able to connect to the board using the GUI application JLinkRTTViewer? From the Logging menu you can &amp;quot;Start Data Logging&amp;quot; which should give the same results. Starting the logging will generate a file with .log ending. This file can be renamed to .bin and opened with the Cellular Monitor to be viewed. Let me know how that works for you.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Here is an example from my log.bin, where I converted the .log to .bin and opened through Load trace file. You can also open the trace in Wireshark.&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/pastedimage1754978525782v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545195?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 12:07:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac9191cb-81fa-4ed0-889c-7486a471cc2a</guid><dc:creator>Eizens</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;The file is not generated.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Modem firmware is 1.3.7, and for test I was using nrf9160 DK. SKD version is 2.5.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't enable RTT trace</title><link>https://devzone.nordicsemi.com/thread/545191?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 11:53:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0df8e0e-9874-448b-9279-7b54f61a74e3</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does the modemtraces.bin expand in size? Is it generated at all?&lt;/p&gt;
&lt;p&gt;What modem FW are you running on the nRF9160, and are you using custom HW or our development kit? What version of nRF Connect SDK are you using to compile the UDP sample?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>