<?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>No output to Debug Terminal in ses</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63211/no-output-to-debug-terminal-in-ses</link><description>I have been running some of the examples and have noticed none of the logging ever works on the Debug Terminal. I am using SES with Nordic SDK 17. When I run any of the SDK’s sample applications which use nRF_log, nothing outputs to the Debug terminal</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Jul 2020 08:18:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63211/no-output-to-debug-terminal-in-ses" /><item><title>RE: No output to Debug Terminal in ses</title><link>https://devzone.nordicsemi.com/thread/257995?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2020 08:18:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37f3543b-5a9e-4556-967d-c8154325f1bc</guid><dc:creator>Karl Ylvisaker</dc:creator><description>[quote user="Jared.Romano"]Thank you Karl!![/quote]
&lt;p&gt;No problem at all, I am happy to hear this solved your issue!&lt;br /&gt;&lt;br /&gt;Please do not hesitate to open a new ticket if you should encounter any issues or questions in the future.&lt;br /&gt;&lt;br /&gt;Good luck with your development!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No output to Debug Terminal in ses</title><link>https://devzone.nordicsemi.com/thread/257923?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2020 15:37:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc5d935b-0386-442c-991d-2a5b03242e07</guid><dc:creator>Jared.Romano</dc:creator><description>&lt;p&gt;Thank you Karl!!&lt;/p&gt;
&lt;p&gt;Setting&amp;nbsp;&lt;span&gt;NRF_LOG_DEFERRED = 0 was the trick I needed.&amp;nbsp; For testing, I don&amp;#39;t need to defer the logging, but that is a useful trick for later. The PTX example never calls&amp;nbsp;&lt;em&gt;NRF_LOG_PROCESS()&amp;nbsp;&lt;/em&gt;since it never enters an Idle state and the PRX example, I never set the Log level to 4.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No output to Debug Terminal in ses</title><link>https://devzone.nordicsemi.com/thread/257873?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2020 13:49:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbc38c1b-7d30-438e-80a1-be3330683a9f</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;Are you using deferred logging ( #define NRF_LOG_DEFERRED 1 )?&lt;br /&gt;In that case, you will need to call &lt;em&gt;NRF_LOG_PROCESS() &lt;/em&gt;at a place in your code where you would like log processing to take place - please see the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0.0%2Flib_nrf_log.html&amp;amp;anchor=lib_nrf_log_deferred"&gt;&amp;quot;Deferred logging&amp;quot; section of the logger module documentation&lt;/a&gt; for further information about this.&lt;br /&gt;&lt;br /&gt;If you are not using deferred logging, or in the case that you have accounted for this and regularly call NRF_LOG_PROCESS without receiving anything in your RTT viewer - could you tell me what you&amp;nbsp;NRF_LOG_DEFAULT_LEVEL is defined to? If you are using the NRF_LOG_INFO call for your logs, it will need to be at 3 or 4.&lt;br /&gt;If you are not using NRF_LOG_INFO and rather is attempting to print using prinf, you need to make sure RETARGET_ENABLE is defined 1.&lt;br /&gt;&lt;br /&gt;Looking forward to solving this issue together,&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>