<?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>Bulk and Interrupt IN Transaction Sequence</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36527/bulk-and-interrupt-in-transaction-sequence</link><description>I&amp;#39;m developing on the nrf52840PDK and I was running the cdc_acm exmaple in the SDK to observe the token exchanges between the host and the device. 
 In the Nordic52840 Product Specs v1.0 under section: 6.35.10.1 Bulk and Interrupt IN transaction it says</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Jul 2018 16:46:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36527/bulk-and-interrupt-in-transaction-sequence" /><item><title>RE: Bulk and Interrupt IN Transaction Sequence</title><link>https://devzone.nordicsemi.com/thread/141027?ContentTypeID=1</link><pubDate>Mon, 23 Jul 2018 16:46:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6be30a2-ac93-4b38-8f4e-978bc33d9011</guid><dc:creator>ryan_g</dc:creator><description>&lt;p&gt;Thank you H&amp;aring;kon, this was helpful and clears up my confusion surrounding the documentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bulk and Interrupt IN Transaction Sequence</title><link>https://devzone.nordicsemi.com/thread/140954?ContentTypeID=1</link><pubDate>Mon, 23 Jul 2018 10:00:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3caad72b-d861-4f52-931a-d6b3ec921b0f</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t used wireshark for USB sniffing, so I cannot comment much on what it shows and how &amp;quot;deep&amp;quot; it goes given that it needs to wrap around the OS in order to sniff the packets.&lt;/p&gt;
&lt;p&gt;I use a dedicated usb sniffer (ellisys usb explorer).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If using &amp;quot;interrupt&amp;quot; transfer, your host will poll the usb device based on the bInterval set in the descriptor (see &lt;a href="https://www.beyondlogic.org/usbnutshell/usb5.shtml"&gt;this site for details&lt;/a&gt;, search for bInterval).&lt;/p&gt;
&lt;p&gt;If using BULK type transfer (which the data transfer for CDC is), then your device is polled based on the USB Hosts availability.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a typical IN transfer (IN, DATA0 returned, ACK) where the device sends data to the USB Host:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-16c3808b585c436dbbf4d42b479abc45/pastedimage1532339757748v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;This is also covered in the packet types of USB:&amp;nbsp;&lt;a href="https://www.beyondlogic.org/usbnutshell/usb3.shtml#USBPacketTypes"&gt;https://www.beyondlogic.org/usbnutshell/usb3.shtml#USBPacketTypes&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>