<?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: MCF54415 USB Host in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367788#M12141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garabo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but we cannot afford the Level 2 support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am on my own to get this fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the pursuit, I have succeeded in getting the Host send SETUP packets.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ECU.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/47042i4B5433833B55531A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ECU.png" alt="ECU.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, as you can see, there is also SE1 condition between two packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me now ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2014 13:57:27 GMT</pubDate>
    <dc:creator>nitinkothari</dc:creator>
    <dc:date>2014-10-24T13:57:27Z</dc:date>
    <item>
      <title>MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367780#M12133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Geeks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a system using MCF54415 and I am intending to use the USB OTG port as Host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We took the Tower example project for USB Host. But as the Tower board does not use OTG port for USB Host, I need to make some changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made the following changes in twrmcf54418.h :&lt;/P&gt;&lt;OL&gt;&lt;OL&gt;&lt;LI&gt; Commented&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // #define USBCFG_USBOTG_CONNECTOR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USBCFG_CONNECTOR_ULPI.&lt;/LI&gt;&lt;LI&gt;Added&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define USBCFG_USBOTG_CONNECTOR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USBCFG_CONNECTOR_STANDARD&lt;/LI&gt;&lt;LI&gt;Commented&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // #define USBCFG_DEFAULT_HOST_CONTROLLER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;_bsp_usb_host_ehci1_if)&lt;/LI&gt;&lt;LI&gt;Added&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define USBCFG_DEFAULT_HOST_CONTROLLER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;_bsp_usb_host_ehci0_if)&lt;/LI&gt;&lt;LI&gt;Commented&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // #define USBCFG_EHCI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/LI&gt;&lt;LI&gt;Added&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define USBCFG_EHCI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested it and it is not working (that is why I am here :smileyhappy: ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So all the brainies out there, please help me fixing the issue. Please let me know what and where more changes are to be made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 14:29:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367780#M12133</guid>
      <dc:creator>nitinkothari</dc:creator>
      <dc:date>2014-09-15T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367781#M12134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid that USB OTG is not supported in MQX. What is the purpose of your application to use OTG? Sometimes it is confused the USB OTG with USB as device and later USB as Host. If that is your case then what you need is to use a jumper or switch that tells your device when to act as Host or Device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Garabo&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>Tue, 16 Sep 2014 16:00:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367781#M12134</guid>
      <dc:creator>Luis_Garabo</dc:creator>
      <dc:date>2014-09-16T16:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367782#M12135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garabo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My bad. I did not explain it properly. I am using the USBOTG port as USB Host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I tried with the changes mentioned above but it is not working. Please help me find out what am I missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 17:33:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367782#M12135</guid>
      <dc:creator>nitinkothari</dc:creator>
      <dc:date>2014-09-16T17:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367783#M12136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just some supplement to Garabo's comment. The MQX's USB stack doesn't support OTG opertaion, but you can use the OTG module on MCF54418 as a dule role USB port. With the following modification, you may get it work as a Host port . I just run the msd command demo on TWR-MCF54418 with TWR-SER2, you may try it as well.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46211i8E3B70D035A5D51C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46212iE979A20B588985C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&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>Tue, 23 Sep 2014 08:16:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367783#M12136</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2014-09-23T08:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367784#M12137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with the changes you had mentioned. But the BSP settings mentioned above are not applicable to my setup, hence it did not work. :smileysad:&lt;/P&gt;&lt;P&gt;In my system, there is no ULPI interfaces. I am trying to use the OTG port directly to act as a host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly see the diagram of my setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Nitro.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46259iB8E59674C605F541/image-size/large?v=v2&amp;amp;px=999" role="button" title="Nitro.jpg" alt="Nitro.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what else shall I change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;Nitro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 21:07:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367784#M12137</guid>
      <dc:creator>nitinkothari</dc:creator>
      <dc:date>2014-09-25T21:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367785#M12138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to configure the OTG registers to act as a Host.&amp;nbsp; To achieve this, I had changed the reference to structure USBHOST to USBOTG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am still not able to get any activity on the ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the current status of the registers :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 378px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" width="217"&gt;Register Name&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="161"&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_ID&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0xe241fa05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_HWGENERAL&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x000007c5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_HWHOST&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x10020001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;HWDEVICE&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000009&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_HWTXBUF&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x80040604&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_HWRXBUF&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000404&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;GPTIMER0LD&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;GPTIMER0CTL&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;GPTIMER1LD&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;GPTIMER1CTL&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_HCIVERSION&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x0100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_CAPLENGTH&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_HCSPARAMS&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00010011&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_HCCPARAMS&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000006&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;DCIVERSION&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x0000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;DCCPARAMS&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000184&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_USBCMD&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00010001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_USBSTS&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000088&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_USBINTR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000037&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_FRINDEX&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00003490&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;DEVICEADDR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_PERIODICLISTBASE&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_ASYNCLISTADDR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;EPLISTADDR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_TTCTRL&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_BURSTSIZE&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00001010&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_TXFILLTUNING&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00020000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;ULPI_VIEWPORT&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x08000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_CONFIGFLAG&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_PORTSC1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0xed001c00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;OTGSC&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00203020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;USB_OTG_USBMODE&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;EPSETUPSR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;EPPRIME&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;EPFLUSH&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;EPSR&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;EPCOMPLETE&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;EPCR0&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00800080&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;EPCR1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;EPCR2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;EPCR3&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="19"&gt; &lt;/TD&gt;&lt;TD class="xl70" style="border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;CCR&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x527f&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;RCON&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x1259&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;CIR&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x2802&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;MISCCR&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x2f7c&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;CDRH&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x0101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;CDRL&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x0000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;UOCSR&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x3810&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;UHCSR&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x0000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;MISCCR3&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x0000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;MISCCR2&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0xa89f&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;ADCTSR&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x0000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="19" style="border-top: none;"&gt;DACTSR&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;0x0000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: none;"&gt;FNACR&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;0x00000000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Can anyone please point out what am I missing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is it even possible to implement a Host on OTG port without ULPI interface ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 20:59:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367785#M12138</guid>
      <dc:creator>nitinkothari</dc:creator>
      <dc:date>2014-10-17T20:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367786#M12139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone out there ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:45:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367786#M12139</guid>
      <dc:creator>nitinkothari</dc:creator>
      <dc:date>2014-10-20T18:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367787#M12140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;I checked with me experts. It is nos possible to recreate the scenario with our boards. Otherwise we were already able to solve the issue. Having taking a look to your board in our labs is unfortunately not par of our scope as free support for MQX. I am really sorry but it would be necessary to recommend the Level 2 support for MQX. This kind of support is included with this level. For more details you can check this link: &lt;A class="generated-link" data-jive-statusinputadd="true" data-jive-truncation-flag="true" href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX_SUPPORT&amp;amp;tid=vanMQX/Support"&gt;Freescale MQX™ Support|Freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am sorry for the inconvenience this may cause you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Garabo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 13:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367787#M12140</guid>
      <dc:creator>Luis_Garabo</dc:creator>
      <dc:date>2014-10-22T13:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367788#M12141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garabo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but we cannot afford the Level 2 support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am on my own to get this fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the pursuit, I have succeeded in getting the Host send SETUP packets.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ECU.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/47042i4B5433833B55531A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ECU.png" alt="ECU.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, as you can see, there is also SE1 condition between two packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me now ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 13:57:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367788#M12141</guid>
      <dc:creator>nitinkothari</dc:creator>
      <dc:date>2014-10-24T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367789#M12142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;Let me ask my experts to review and suggest you solutions.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Garabo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 15:22:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367789#M12142</guid>
      <dc:creator>Luis_Garabo</dc:creator>
      <dc:date>2014-10-27T15:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367790#M12143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garabo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your efforts. It seems that I have fixed the issue and the port is communicating now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the MFS is giving me error : MFS_NOT_A_DOS_DISK. Shall I create a new thread for this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nitro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 15:28:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367790#M12143</guid>
      <dc:creator>nitinkothari</dc:creator>
      <dc:date>2014-10-27T15:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: MCF54415 USB Host</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367791#M12144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;Congratulations for solving the problem!&lt;/P&gt;&lt;P&gt;Yes, please help us to create a new thread. If you can add source code or example project that help us to recreate the problem please add it. In advance I can tell you that a FAT16 or FAT32 formatting usually solves this issue.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Garabo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 16:53:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MCF54415-USB-Host/m-p/367791#M12144</guid>
      <dc:creator>Luis_Garabo</dc:creator>
      <dc:date>2014-10-27T16:53:11Z</dc:date>
    </item>
  </channel>
</rss>

