<?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>MQX Software SolutionsのトピックUSB Pin Configuration change in MQX USB Stack.</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Pin-Configuration-change-in-MQX-USB-Stack/m-p/300485#M9668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used the MQX usb Stack for my usb application and TWRMCF54418 board for testing. In tower board schematic USBH_DP and USBH_DM pin are used for usb communication. In my board schematic i have used USBO_DP and USBO_DM pin for usb communication. Then what are the changes i have to do in MQX usb stack or which register i have to configure to change the usb pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Panks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 15:03:57 GMT</pubDate>
    <dc:creator>panks</dc:creator>
    <dc:date>2014-03-20T15:03:57Z</dc:date>
    <item>
      <title>USB Pin Configuration change in MQX USB Stack.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Pin-Configuration-change-in-MQX-USB-Stack/m-p/300485#M9668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used the MQX usb Stack for my usb application and TWRMCF54418 board for testing. In tower board schematic USBH_DP and USBH_DM pin are used for usb communication. In my board schematic i have used USBO_DP and USBO_DM pin for usb communication. Then what are the changes i have to do in MQX usb stack or which register i have to configure to change the usb pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Panks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 15:03:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Pin-Configuration-change-in-MQX-USB-Stack/m-p/300485#M9668</guid>
      <dc:creator>panks</dc:creator>
      <dc:date>2014-03-20T15:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: USB Pin Configuration change in MQX USB Stack.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Pin-Configuration-change-in-MQX-USB-Stack/m-p/300486#M9669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;look into the file&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;Freescale MQX 4.1_install_path&amp;gt;\mqx\source\bsp\twrmcf54418\twrmcf54418.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;on line 154, USB related board definitions start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;USBCFG_USBOTG_CONNECTOR can't be set to USBCFG_CONNECTOR_STANDARD in this bsp, as on tower there is no physical connection. but you change it here if your have custom board, where physical connection is available &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;line 174 and 175 assign usb modules to host/device stack. per&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;lt;Freescale MQX 4.1_install_path&amp;gt;\mqx\source\bsp\twrmcf54418\init_usb.c,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;ehci0 is USBOTG module, ehci1 is USBHOST module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&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, 25 Mar 2014 21:32:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Pin-Configuration-change-in-MQX-USB-Stack/m-p/300486#M9669</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2014-03-25T21:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: USB Pin Configuration change in MQX USB Stack.</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Pin-Configuration-change-in-MQX-USB-Stack/m-p/300487#M9670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soledad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the usb connection as follow in my usb board....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USBO_VBUS_EN ---&amp;gt;G13 (mcf54418 pin)&lt;/P&gt;&lt;P&gt;USBO_VBUS_OC----&amp;gt;H15 (mcf54418 pin)&lt;/P&gt;&lt;P&gt;USBO_DM----&amp;gt;A14 (mcf54418 pin)&lt;/P&gt;&lt;P&gt;USBO_DP----&amp;gt;B14 (mcf54418 pin)&lt;/P&gt;&lt;P&gt;IRQ6----&amp;gt;USB_OTG_VBUS( HERE USED ORed GATE IC ---- TO DETECT VBUS SIGNAL)&lt;/P&gt;&lt;P&gt;IRQ7 (F12)---&amp;gt; ( ID pin are connected here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to used internal usb otg controller . I am using usb module as a device, but when i plug in usb i have get high signal at pin IRQ6 ( Vbus detect signal). but in twr IRQ6 pin are used for clock....then how to handle the IRQ6 pin event in usb stack and also ID pin event&amp;nbsp; at IRQ7.....because in twr board external usb controller used for usb otg.....&lt;/P&gt;&lt;P&gt;please suggest me the proper changes in usb stack as per my above usb connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Panks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 07:45:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/USB-Pin-Configuration-change-in-MQX-USB-Stack/m-p/300487#M9670</guid>
      <dc:creator>panks</dc:creator>
      <dc:date>2014-03-26T07:45:30Z</dc:date>
    </item>
  </channel>
</rss>

