<?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: TWRVF65GS10-MQX USB host application host_ch9 functions not working in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/TWRVF65GS10-MQX-USB-host-application-host-ch9-functions-not/m-p/362033#M11879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has been a while, I wonder if you have solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 15:32:42 GMT</pubDate>
    <dc:creator>alejandrolozan1</dc:creator>
    <dc:date>2015-05-07T15:32:42Z</dc:date>
    <item>
      <title>TWRVF65GS10-MQX USB host application host_ch9 functions not working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/TWRVF65GS10-MQX-USB-host-application-host-ch9-functions-not/m-p/362031#M11877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When i call host_ch9 function to request device for getting descriptor it's not getting the descriptor values in my host application code-&lt;/P&gt;&lt;P&gt;case USB_DEVICE_INTERFACED:&lt;/P&gt;&lt;P&gt;status=_usb_host_ch9_get_descriptor(usb_device.DEV_HANDLE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; USB_DESC_TYPE_DEV&amp;lt;&amp;lt;8, 0, USB_DESC_LEN_DEV,&lt;/P&gt;&lt;P&gt;&amp;nbsp; (unsigned char *)&amp;amp;dev_ptr-&amp;gt;dev_descriptor);&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (status != USB_OK)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("\r\n no descriptor from ch9functions");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; e = _lwevent_get_signalled();&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (USB_EVENT_DATA &amp;amp; e) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(usb_device.DEV_STATE == USB_DEVICE_INUSE) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; else{&lt;/P&gt;&lt;P&gt;&amp;nbsp; usb_device.DEV_STATE = USB_DEVICE_INUSE;&lt;/P&gt;&lt;P&gt;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (USB_EVENT_CTRL &amp;amp; e) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* kick the outer loop again to handle the CTRL event */&lt;/P&gt;&lt;P&gt;&amp;nbsp; _lwevent_set(&amp;amp;USB_Event, USB_EVENT_CTRL);&lt;/P&gt;&lt;P&gt;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; usb_device.DEV_STATE = USB_DEVICE_INUSE;&lt;/P&gt;&lt;P&gt;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;I have attached my host application code file.Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338716"&gt;xl4usbip_host.h.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338716"&gt;xl4usbip_host.c.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 08:59:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/TWRVF65GS10-MQX-USB-host-application-host-ch9-functions-not/m-p/362031#M11877</guid>
      <dc:creator>manjug</dc:creator>
      <dc:date>2015-03-30T08:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: TWRVF65GS10-MQX USB host application host_ch9 functions not working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/TWRVF65GS10-MQX-USB-host-application-host-ch9-functions-not/m-p/362032#M11878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you getting a kind of error like USBERR_DEVICE_NOT_FOUND or USBERR_INVALID_PIPE_HANDLE? or maybe you are just getting a buffer with 0 data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 16:33:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/TWRVF65GS10-MQX-USB-host-application-host-ch9-functions-not/m-p/362032#M11878</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-04-06T16:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: TWRVF65GS10-MQX USB host application host_ch9 functions not working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/TWRVF65GS10-MQX-USB-host-application-host-ch9-functions-not/m-p/362033#M11879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has been a while, I wonder if you have solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:32:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/TWRVF65GS10-MQX-USB-host-application-host-ch9-functions-not/m-p/362033#M11879</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-05-07T15:32:42Z</dc:date>
    </item>
  </channel>
</rss>

