<?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: RT1062 User-Defined Class (0xFF) USB HOST Example in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2264423#M35886</link>
    <description>&lt;P class=""&gt;You are correct that there is no direct example in the MCUXpresso SDK. However, the SDK provides a USB host stack and several standard class examples for reference.&lt;/P&gt;
&lt;P class=""&gt;The suitable starting point is one of the bare-metal HID host examples, such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class=""&gt;host_hid_mouse_bm&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class=""&gt;usb_host_hid_mouse_keyboard&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/mcuxsdk/latest/html/examples/usb_examples/index.html" target="_blank"&gt;https://mcuxpresso.nxp.com/mcuxsdk/latest/html/examples/usb_examples/index.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2025 06:15:28 GMT</pubDate>
    <dc:creator>Sam_Gao</dc:creator>
    <dc:date>2025-12-17T06:15:28Z</dc:date>
    <item>
      <title>RT1062 User-Defined Class (0xFF) USB HOST Example</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2261526#M35859</link>
      <description>&lt;P&gt;Hello Community!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would like to learn how to implement a "User-defined" (or known as Vendor class per &lt;A href="https://www.usb.org/defined-class-codes" target="_blank" rel="noopener"&gt;USB.org&lt;/A&gt;) Class 0xFF USB Host (bare metal) on the i.MX RT1062 MCU.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Our goal is to connect this with the "Device" which is another i.MX RT MCU that will potentially be running Zephyr RTOS.&lt;/P&gt;&lt;P&gt;As far as I know, there is currently no direct example project from the NXP SDK Builder site that would meet this need.&lt;/P&gt;&lt;P&gt;Can anyone please enlighten me or point me to such example?&amp;nbsp; If that does not exist, what is the best example project to use for adapting to this user-defined class host?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Sat, 13 Dec 2025 07:00:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2261526#M35859</guid>
      <dc:creator>kennethkong852</dc:creator>
      <dc:date>2025-12-13T07:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: RT1062 User-Defined Class (0xFF) USB HOST Example</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2262940#M35872</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199889"&gt;@kennethkong852&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;not sure if this can help you or not, I did this code and use it actively in a number 106x projects:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Working-Custom-USB-example-using-Bulk-transfer-incl-code/m-p/1260056#M13727" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Working-Custom-USB-example-using-Bulk-transfer-incl-code/m-p/1260056#M13727&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 15:22:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2262940#M35872</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2025-12-15T15:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: RT1062 User-Defined Class (0xFF) USB HOST Example</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2263156#M35878</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/105884" target="_self"&gt;&lt;SPAN class=""&gt;carstengroen&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thank you for the references!&lt;/P&gt;&lt;P&gt;It seems that you were implementing Device on the 106x.&lt;/P&gt;&lt;P&gt;I am interested in implementing Host running on the 106x.&lt;/P&gt;&lt;P&gt;However, your work is super helpful in understanding from the Device end, which will help me develop that as well!&lt;/P&gt;&lt;P&gt;Your guide is much appreciated!&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 01:38:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2263156#M35878</guid>
      <dc:creator>kennethkong852</dc:creator>
      <dc:date>2025-12-16T01:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: RT1062 User-Defined Class (0xFF) USB HOST Example</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2264423#M35886</link>
      <description>&lt;P class=""&gt;You are correct that there is no direct example in the MCUXpresso SDK. However, the SDK provides a USB host stack and several standard class examples for reference.&lt;/P&gt;
&lt;P class=""&gt;The suitable starting point is one of the bare-metal HID host examples, such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class=""&gt;host_hid_mouse_bm&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class=""&gt;usb_host_hid_mouse_keyboard&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/mcuxsdk/latest/html/examples/usb_examples/index.html" target="_blank"&gt;https://mcuxpresso.nxp.com/mcuxsdk/latest/html/examples/usb_examples/index.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 06:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2264423#M35886</guid>
      <dc:creator>Sam_Gao</dc:creator>
      <dc:date>2025-12-17T06:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: RT1062 User-Defined Class (0xFF) USB HOST Example</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2265325#M35897</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233161"&gt;@Sam_Gao&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you very much for your reference and suggestion.&lt;/P&gt;&lt;P&gt;How possible would it be for the engineering team to look into providing an exact example (MCUXpresso IDE) project that would serve as a good skeleton/template for implementing a User-defined Vendor class host for the RT106x?&lt;/P&gt;&lt;P&gt;Much appreciated!&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 20:09:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2265325#M35897</guid>
      <dc:creator>kennethkong852</dc:creator>
      <dc:date>2025-12-17T20:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: RT1062 User-Defined Class (0xFF) USB HOST Example</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2266660#M35914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199889"&gt;@kennethkong852&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, there is no plan about the dedicated implementing for this example.&lt;/P&gt;
&lt;P&gt;BTW, please refer to&amp;nbsp;&lt;SPAN&gt;AN14169:&amp;nbsp;How to Generate a User-Defined Class USB Device based on i.MX RT Chips.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN14169.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN14169.pdf&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 08:47:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1062-User-Defined-Class-0xFF-USB-HOST-Example/m-p/2266660#M35914</guid>
      <dc:creator>Sam_Gao</dc:creator>
      <dc:date>2025-12-19T08:47:19Z</dc:date>
    </item>
  </channel>
</rss>

