<?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>Free RTOS and logging</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50280/free-rtos-and-logging</link><description>HI, 
 I am playing around with the &amp;quot;usbd_ble_uart_freertos&amp;quot; example of SDK version 15.3. 
 When I create another Task and try to write log entries (NRF_LOG_INFO(&amp;quot;Test&amp;quot;)) i see a few entries (I am using NRF_LOG_FLSUH()) in the debug output window but after</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 Jul 2019 07:42:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50280/free-rtos-and-logging" /><item><title>RE: Free RTOS and logging</title><link>https://devzone.nordicsemi.com/thread/201426?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2019 07:42:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e56067e-17c8-4ac9-81f5-22c945b611a9</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;logging is designed to use vApplicationIdleHook in FreeRTOS. So only when the rest of the tasks are idling, then only the logger task will run to flush out the queued logs. I have not tested how the flow works if you force flush logs from other tasks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>