<?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>How to send 7k bytes of data using USB in custom board.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114318/how-to-send-7k-bytes-of-data-using-usb-in-custom-board</link><description>Hi, I am using nRF52840 and nRF Connect SDK V2.6.0 
 I want to send 7000 bytes of data using USB at a time. Now I am able to send only 1024 bytes at a time. I modified USB CONSOLE sample and using uart_fifo_fill(); I am sending the data to PC Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Aug 2024 08:32:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114318/how-to-send-7k-bytes-of-data-using-usb-in-custom-board" /><item><title>RE: How to send 7k bytes of data using USB in custom board.</title><link>https://devzone.nordicsemi.com/thread/500370?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2024 08:32:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13399ec8-5d19-45f4-8225-5fcf4b52f90d</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can see from&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52840/page/usbd.html#ariaid-title19:~:text=The%20internal%20buffer%20also%20sets%20the%20maximum%20size%20of%20the%20ISO%20OUT%20and%20ISO%20IN%20transfers%3A%201023%20bytes%20when%20the%20full%20buffer%20is%20dedicated%20to%20either%20ISO%20OUT%20or%20ISO%20IN%2C%20and%20half%20when%20the%20buffer%20is%20split%20between%20the%20two."&gt; the documentation&lt;/a&gt; that the maximum size of an ISO IN transfer &amp;amp;&lt;span&gt;&amp;nbsp;isochronous OUT transfer&lt;/span&gt; in USB full-speed is 1023 bytes. So unfortunately you won&amp;#39;t be able to send 7000bytes at a time using the USB interface. But maybe you can send them in chunks of bytes and send them one by one.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>