<?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>RTT presence not properly detected</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90178/rtt-presence-not-properly-detected</link><description>I&amp;#39;m seeing an issue where the entire system hangs if a crash is encountered. I was able to trace it down to LOG_PANIC(). It attempts to flush all the logs before proceeding, which makes sense. However, zephyr doesn’t seem to be able to detect that RTT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Feb 2023 08:49:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90178/rtt-presence-not-properly-detected" /><item><title>RE: RTT presence not properly detected</title><link>https://devzone.nordicsemi.com/thread/412186?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2023 08:49:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9ff8048-8550-4c49-94bc-837af0a5e916</guid><dc:creator>Riccardo Gaiati</dc:creator><description>&lt;p&gt;i will !&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT presence not properly detected</title><link>https://devzone.nordicsemi.com/thread/412108?ContentTypeID=1</link><pubDate>Sun, 26 Feb 2023 17:00:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f711032-f6a4-415e-bc19-f4d657c72d0c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Please make a new devzone case for your question,&amp;nbsp;closing this thread.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT presence not properly detected</title><link>https://devzone.nordicsemi.com/thread/411970?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2023 13:01:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:405bfa60-1ecc-417d-b29a-7ca07921a716</guid><dc:creator>Riccardo Gaiati</dc:creator><description>&lt;p&gt;Hi, I have the RTT log disable but LOG_PANIC still does not work in case of fault errors. I am using a littlefs partition to store the log file.&lt;/p&gt;
&lt;p&gt;I can see that the function is invoked, but the info are not stored at all in the log file.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there something else that need to be disable in order to have the LOG_PANIC working ?&lt;/p&gt;
&lt;p&gt;Thanks in andvance !&lt;/p&gt;
&lt;p&gt;Riccardo&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT presence not properly detected</title><link>https://devzone.nordicsemi.com/thread/378070?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 11:38:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c60aa01-b5ab-4e53-92a4-1e402403c14f</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I see your point, but unfortunately it kind of fight the purpose of the LOG_PANIC(), so I don&amp;#39;t see any other way than to disable logging to RTT. Or possible start some wathdog that for sure will reset the system.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT presence not properly detected</title><link>https://devzone.nordicsemi.com/thread/377935?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 17:46:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f2f305c-558f-4e4b-b482-5c4a83b23724</guid><dc:creator>Konstantin Klitenik</dc:creator><description>&lt;p&gt;Well, we want the logs when RTT is connected. But those settings don&amp;#39;t seem to do anything. Those default to 4 retries and delay is 5ms. We never changed them and when RTT is not connected, it&amp;#39;s stuck forever.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT presence not properly detected</title><link>https://devzone.nordicsemi.com/thread/377787?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 08:16:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a5ce81d-a381-4c00-adfd-21833f194018</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I guess you can disable log backend to rtt if you are not interested in the log. Alternatively you may try if any of these config options help:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_LOG_BACKEND_RTT_RETRY_CNT"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_LOG_BACKEND_RTT_RETRY_CNT&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>