<?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 USB Composite device application development using MQX 3.4 USB device stack in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Composite-device-application-development-using-MQX-3-4-USB/m-p/171117#M1951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;We have sample code for Serial over USB and MSD class&amp;nbsp; using MQX 3.4 USB device stack.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;My requirement is I&amp;nbsp;have &amp;nbsp;to design composite device application &amp;nbsp;which supports CDC+MSD.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;I started working &amp;nbsp;on enumeration portion.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;I am using virtual comport sample code as base code.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;I modified&amp;nbsp;usb_descriptor.c and usb_descriptor.h file for composite device support.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;For Virtual comport application sample code USB_Class_CDC_Init() function.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;To add mass stoarge support I referred MSC sample code and I defien required&amp;nbsp;variables and passed that information to USB_Class_MSC_Init() function.&lt;/FONT&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;When I call &amp;nbsp;USB_Class_MSC_Init() which initialize the mass storage device driver with call back functions,device enumeration is failing.&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;What are all the thing sI have to take care for the composite&amp;nbsp;device application &amp;nbsp;development?&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;Regards,Subhashini&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2010 11:46:14 GMT</pubDate>
    <dc:creator>siddu</dc:creator>
    <dc:date>2010-01-29T11:46:14Z</dc:date>
    <item>
      <title>USB Composite device application development using MQX 3.4 USB device stack</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Composite-device-application-development-using-MQX-3-4-USB/m-p/171117#M1951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;We have sample code for Serial over USB and MSD class&amp;nbsp; using MQX 3.4 USB device stack.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;My requirement is I&amp;nbsp;have &amp;nbsp;to design composite device application &amp;nbsp;which supports CDC+MSD.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;I started working &amp;nbsp;on enumeration portion.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;I am using virtual comport sample code as base code.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;I modified&amp;nbsp;usb_descriptor.c and usb_descriptor.h file for composite device support.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;For Virtual comport application sample code USB_Class_CDC_Init() function.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;To add mass stoarge support I referred MSC sample code and I defien required&amp;nbsp;variables and passed that information to USB_Class_MSC_Init() function.&lt;/FONT&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;When I call &amp;nbsp;USB_Class_MSC_Init() which initialize the mass storage device driver with call back functions,device enumeration is failing.&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;What are all the thing sI have to take care for the composite&amp;nbsp;device application &amp;nbsp;development?&lt;/FONT&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;FONT color="#000000" face="Consolas" size="3"&gt;Regards,Subhashini&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 11:46:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Composite-device-application-development-using-MQX-3-4-USB/m-p/171117#M1951</guid>
      <dc:creator>siddu</dc:creator>
      <dc:date>2010-01-29T11:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: USB Composite device application development using MQX 3.4 USB device stack</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Composite-device-application-development-using-MQX-3-4-USB/m-p/171118#M1952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey did you ever get anywhere with what you wanted to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 05:20:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Composite-device-application-development-using-MQX-3-4-USB/m-p/171118#M1952</guid>
      <dc:creator>frrescaleDevelo</dc:creator>
      <dc:date>2012-04-04T05:20:54Z</dc:date>
    </item>
  </channel>
</rss>

