<?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>i.MX RT Crossover MCUsのトピックRe: USB Custom class for RT106x</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842922#M1685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have anyone here done something along the lines of a Bulk/Custom USB class for the RT105x/6x processors ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could really use some help here.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 May 2019 15:50:23 GMT</pubDate>
    <dc:creator>carstengroen</dc:creator>
    <dc:date>2019-05-27T15:50:23Z</dc:date>
    <item>
      <title>USB Custom class for RT106x</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842919#M1682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to make support for some PC tools we are using for an existing product (LPC2458/LPC1788/LPC54608). On this we are using a custom USB class (using 2 bulk endpoints transferring data from device to PC and 2 bulk endpoints transferring data from PC to the device).&lt;BR /&gt;I can't find any examples on custom classes in the RT10xx SDK's, there are a lot of the usual CDC, HID etc etc, but these are tightly "mangled" in with the USB library and it seems like a daunting task to take this apart to make a custom class driver (LOTS of #define and undocumented stuff going on).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This thread explains what I'm trying to accomplish, the thread is from when I did the porting to LPC5460x devices:&amp;nbsp;&lt;A href="https://community.nxp.com/thread/447669"&gt;https://community.nxp.com/thread/447669&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically what I'm after is something along the lines of this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any examples "out there" for doing this, or am I totally on my own ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2019 15:31:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842919#M1682</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2019-01-01T15:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: USB Custom class for RT106x</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842920#M1683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="283367" data-username="carstengroen" href="https://community.nxp.com/people/carstengroen"&gt;Carsten Groen&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;I'd highly recommend you to create a custom USB demo by referring to the attachment.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2019 06:09:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842920#M1683</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-01-02T06:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: USB Custom class for RT106x</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842921#M1684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jeremyzhou"&gt;jeremyzhou&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I will have a look at these. I guess this means that there are no examples around for a custom class then&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2019 08:18:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842921#M1684</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2019-01-02T08:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: USB Custom class for RT106x</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842922#M1685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have anyone here done something along the lines of a Bulk/Custom USB class for the RT105x/6x processors ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could really use some help here.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2019 15:50:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842922#M1685</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2019-05-27T15:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: USB Custom class for RT106x</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842923#M1686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carsten.&lt;/P&gt;&lt;P&gt;I'm in the same predicament as you. I need to implement the USBTMC class on the RT105x. No solution yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 11:56:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842923#M1686</guid>
      <dc:creator>richarddonkin</dc:creator>
      <dc:date>2019-06-24T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: USB Custom class for RT106x</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842924#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Richard,&lt;/P&gt;&lt;P&gt;I find it strange that there is not a single example for Custom USB class in all the wonderful examples that comes with the SDK :smileysad:, such a pity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 15:15:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/USB-Custom-class-for-RT106x/m-p/842924#M1687</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2019-06-24T15:15:42Z</dc:date>
    </item>
  </channel>
</rss>

