<?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>Cannot output multiple deferred logs (SDK14)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24494/cannot-output-multiple-deferred-logs-sdk14</link><description>I have found that deferred logs cannot be outputted if they exceed the certain size.
I modified &amp;quot;\examples\ble_peripheral\ble_app_blinky&amp;quot; from SDK14.
I&amp;#39;m using nRF52 DK with RTT. 
 In main function... 
 // Initialize.
leds_init();
timers_init();</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Aug 2017 11:36:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24494/cannot-output-multiple-deferred-logs-sdk14" /><item><title>RE: Cannot output multiple deferred logs (SDK14)</title><link>https://devzone.nordicsemi.com/thread/96434?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2017 11:36:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30a7cab5-ee56-4891-9ba2-936ea08a61af</guid><dc:creator>Takashi</dc:creator><description>&lt;p&gt;Hi, Sigurd
It worked fine ! Thank you for your great help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot output multiple deferred logs (SDK14)</title><link>https://devzone.nordicsemi.com/thread/96433?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2017 09:17:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b17939cc-8e54-495c-974c-ad07bf4e9c8e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Segger RTT is by default non-blocking, and when the buffer is full the default behavior is to skip the extra messages (&lt;code&gt;SEGGER_RTT_CONFIG_DEFAULT_MODE&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;If you increase the buffer size from 512 to 1024 you should be able to see all your messages. You can do this by setting  &lt;code&gt;SEGGER_RTT_CONFIG_BUFFER_SIZE_UP&lt;/code&gt; in sdk_config.h to 1024.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>