<?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>Fastest way to dump data over USB</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64111/fastest-way-to-dump-data-over-usb</link><description>Hi, 
 
 I have a project where I am wirelessly streaming 16bit mic data at fs=50,000. I&amp;#39;m receiving that data on another nRF52840 dev board. I&amp;#39;ve ensured that the data doesn&amp;#39;t get dropped over the BLE using 2Mbps. 
 
 Now my problem is that I&amp;#39;d like to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Aug 2020 12:47:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64111/fastest-way-to-dump-data-over-usb" /><item><title>RE: Fastest way to dump data over USB</title><link>https://devzone.nordicsemi.com/thread/262800?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2020 12:47:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cd7b5ee-eb0d-429a-9dc9-eedfc7dfed42</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;It might be helpful for you to disable the NRF_LOG_DEFERRED option in sdk_config.h. The log buffer is usually processed in the main loop so logs can easily get dropped if the application is busy with other tasks.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fastest way to dump data over USB</title><link>https://devzone.nordicsemi.com/thread/261978?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2020 12:50:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:488622c7-66d4-464a-ba1f-23d6245ed20d</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;m looking into this but due to the holidays in Norway, we are very under-staffed in the Technical Support department this week so delays are to be expected on DevZone.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fastest way to dump data over USB</title><link>https://devzone.nordicsemi.com/thread/261852?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2020 21:52:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:746bdf3f-2348-4ee6-ad51-626e4e492c5d</guid><dc:creator>mkimhj</dc:creator><description>&lt;p&gt;Hi, could I get an update on this from nordic?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fastest way to dump data over USB</title><link>https://devzone.nordicsemi.com/thread/261651?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2020 17:08:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16cceecb-81f3-480c-9468-431eef940f9b</guid><dc:creator>mkimhj</dc:creator><description>&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;I guess what I&amp;#39;m not understanding is that if the USB CDC module can support &amp;gt;300KB/sec, then shouldn&amp;#39;t the NRF LOG module be able to support the throughput? Why is it overflowing and dropping messages if the underlying hardware supports 300KB/s? Is there a different API I should be calling instead of&amp;nbsp;&lt;span&gt;NRF_LOG_RAW_HEXDUMP_INFO?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fastest way to dump data over USB</title><link>https://devzone.nordicsemi.com/thread/261516?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2020 07:44:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fa306ed-cae5-4cd3-ba0f-d22c711f71bd</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The NRF_LOG module can simply throw away messages when its internal buffers are full.&lt;/p&gt;
&lt;p&gt;I recommend writing your own data buffering on top the USB CDC module. I&amp;#39;ve seen &amp;gt;300KB/sec using USB CDC when transmitting data from an external QSPI flash.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>