<?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>Unable to view RTT logging output in debug mode but able to do so without debug mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23412/unable-to-view-rtt-logging-output-in-debug-mode-but-able-to-do-so-without-debug-mode</link><description>Hi, I&amp;#39;m trying to view some logging out put using the segger RTT viwer whilst running keil&amp;#39;s debug mode. 
 I can view some, incomplete loggins in run time (meaning not all functions seem to give logging output while they should), but I am not able to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Jul 2017 09:01:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23412/unable-to-view-rtt-logging-output-in-debug-mode-but-able-to-do-so-without-debug-mode" /><item><title>RE: Unable to view RTT logging output in debug mode but able to do so without debug mode</title><link>https://devzone.nordicsemi.com/thread/92018?ContentTypeID=1</link><pubDate>Tue, 11 Jul 2017 09:01:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a22878c7-8019-42f8-b9aa-d48c1ab34c9a</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Is &lt;code&gt;NRF_LOG_DEFERRED&lt;/code&gt; enabled or disabled? If its enabled, then you must call &lt;code&gt;NRF_LOG_PROCESS()&lt;/code&gt; in the main while loop in order process the queued log messages. The alternative is to disable deferred logging, i.e. the logs are processed in the place where the logger is used. I also recommend using Segger&amp;#39;s RTT Client instead of RTT Viewer when you&amp;#39;re in debug sessions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>