<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: USB device RNDIS on iMX RT1176 in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1674973#M4361</link>
    <description>&lt;P&gt;Hi! I'm glad that you managed to make it work. Could you leave some tips on your "journey" to making it work? I myself now struggle to do it, so I would be very grateful. Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2023 13:22:59 GMT</pubDate>
    <dc:creator>mbora</dc:creator>
    <dc:date>2023-06-23T13:22:59Z</dc:date>
    <item>
      <title>USB device RNDIS on iMX RT1176</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1592825#M4162</link>
      <description>&lt;P&gt;I want to find some SDKs which demonstrates how to setup USB device RNDIS using lwip and FreeRTOS on&amp;nbsp;&amp;nbsp;iMX RT1176. The data throughput between iMX RT1176 and PC can reach 16MB per second. It seems that the latest MCUXpresso dose not include such example.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 05:54:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1592825#M4162</guid>
      <dc:creator>zachyu</dc:creator>
      <dc:date>2023-02-03T05:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: USB device RNDIS on iMX RT1176</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1595010#M4173</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please take a look to the &lt;EM&gt;MCUXpresso SDK USB RNDIS &amp;amp; LWIP User Guide&lt;/EM&gt; and the &lt;EM&gt;lwip_dhcp_usb&lt;/EM&gt; SDK demo?&lt;/P&gt;
&lt;P&gt;I believe this might help you with your query.&lt;/P&gt;
&lt;P&gt;Best regards, Daniel.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 20:29:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1595010#M4173</guid>
      <dc:creator>DanielRuvalcaba</dc:creator>
      <dc:date>2023-02-07T20:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: USB device RNDIS on iMX RT1176</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1595213#M4178</link>
      <description>&lt;P&gt;Dear Daniel,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;MCUXpresso SDK USB RNDIS &amp;amp; LWIP User Guide&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;lwip_dhcp_usb&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;SDK demo is based on USB Host RNDIS. I studied the source file of usb_ethernetif_freertos.c. There are two threads that handle usb event and data communication. The interface and callback functions tightly dependent on usb host core and class functions. I think the task migrating usb host RNDIS to device RNDIS is very complex for me. On the other hand,&amp;nbsp;The&amp;nbsp;&lt;EM&gt;MCUXpresso SDK&amp;nbsp;usb_device_cdc_vnic demo is useful reference. I plan to add LWIP tcp/ip stacks to usb vnic. Do you think this is an easier option?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;After all, I hope&amp;nbsp;The&amp;nbsp;MCUXpresso SDK provide USB device RNDIS&amp;amp;LWIP.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 04:27:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1595213#M4178</guid>
      <dc:creator>zachyu</dc:creator>
      <dc:date>2023-02-08T04:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: USB device RNDIS on iMX RT1176</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1596728#M4188</link>
      <description>&lt;P&gt;Unfortunately, I´m not able to tell you a "best" way to achieve this since we don’t have a guide or tutorial on how to do this.&lt;/P&gt;
&lt;P&gt;I´m sorry for the inconvenience this might cause you.&lt;/P&gt;
&lt;P&gt;Best regards, Daniel.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 16:20:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1596728#M4188</guid>
      <dc:creator>DanielRuvalcaba</dc:creator>
      <dc:date>2023-02-09T16:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: USB device RNDIS on iMX RT1176</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1602806#M4201</link>
      <description>&lt;P&gt;Finally I succeed to realize&amp;nbsp;USB device RNDIS function based on the demo of&amp;nbsp;usb_device_cdc_vnic. The data throughput about 120Mbps is obtained. I think the throughput may be optimized at some extend.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 10:11:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1602806#M4201</guid>
      <dc:creator>zachyu</dc:creator>
      <dc:date>2023-02-21T10:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: USB device RNDIS on iMX RT1176</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1674973#M4361</link>
      <description>&lt;P&gt;Hi! I'm glad that you managed to make it work. Could you leave some tips on your "journey" to making it work? I myself now struggle to do it, so I would be very grateful. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 13:22:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/USB-device-RNDIS-on-iMX-RT1176/m-p/1674973#M4361</guid>
      <dc:creator>mbora</dc:creator>
      <dc:date>2023-06-23T13:22:59Z</dc:date>
    </item>
  </channel>
</rss>

