<?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 Processors中的主题 Re: IMX6SX USB device controller mode examples and documentation</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1494484#M192935</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You should have USB examples in &lt;EM&gt;MQX v5 Software Solutions&lt;/EM&gt; for i.MX6SX:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/mqx-software-solutions/mqx-v5-software-solutions:MQX-V5" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/mqx-software-solutions/mqx-v5-software-solutions:MQX-V5&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/BR&lt;/P&gt;
&lt;P&gt;Vincent&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 05:14:31 GMT</pubDate>
    <dc:creator>Aubineau_FAE</dc:creator>
    <dc:date>2022-07-25T05:14:31Z</dc:date>
    <item>
      <title>IMX6SX USB device controller mode examples and documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1494432#M192932</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I am new developing with IMX6SX, the SABRE board '6SX-SABRE-SDB'.&lt;/P&gt;&lt;P&gt;I am looking for software code examples/snippets in how to initialize the USB in device mode. A USB device mouse/Keyboard example code would be good and a good start base for my application.&lt;/P&gt;&lt;P&gt;Do you know where can I get these?&lt;/P&gt;&lt;P&gt;The reason of my question is because I am developing an application under a custom OS, and I supposedly initialized all the required registers to be used as a USB Device mode, but the computer failed to enumerate my device. I suspect the initial setup message (the one that computer sends first for requesting the device descriptor) is getting stuck or latched somewhere in the dQH even if priming the ENDP0 IN and OUT. Unsure the reason since I haven't plug a USB sniffer. But yeah, an example functional code would be nice to have.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 02:53:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1494432#M192932</guid>
      <dc:creator>gabohkiin</dc:creator>
      <dc:date>2022-07-25T02:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX USB device controller mode examples and documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1494484#M192935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You should have USB examples in &lt;EM&gt;MQX v5 Software Solutions&lt;/EM&gt; for i.MX6SX:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/mqx-software-solutions/mqx-v5-software-solutions:MQX-V5" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/mqx-software-solutions/mqx-v5-software-solutions:MQX-V5&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/BR&lt;/P&gt;
&lt;P&gt;Vincent&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 05:14:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1494484#M192935</guid>
      <dc:creator>Aubineau_FAE</dc:creator>
      <dc:date>2022-07-25T05:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX USB device controller mode examples and documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1495147#M193006</link>
      <description>&lt;P&gt;Thanks Vincent.&lt;/P&gt;&lt;P&gt;I was unable to find the download button for getting the USB examples, is that because MQX is a licensed software?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 02:21:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1495147#M193006</guid>
      <dc:creator>gabohkiin</dc:creator>
      <dc:date>2022-07-26T02:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX USB device controller mode examples and documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1495292#M193019</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OK, it seems not part of the BSP.&lt;/P&gt;
&lt;P&gt;Plan B can be to port the platform SDK (supporting only i.MX6Solo/Dualite &amp;amp; i.MX6Quad/Dual) on the SoloX:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/flit/imx6_platform_sdk" target="_blank"&gt;https://github.com/flit/imx6_platform_sdk&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SoloX has one USB port less but it is based on the same IP.&lt;/P&gt;
&lt;P&gt;The platform SDK is running on Cortex-A9 but it is bare metal code.&lt;/P&gt;
&lt;P&gt;/BR&lt;/P&gt;
&lt;P&gt;Vincent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 06:40:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1495292#M193019</guid>
      <dc:creator>Aubineau_FAE</dc:creator>
      <dc:date>2022-07-26T06:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6SX USB device controller mode examples and documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1496852#M193126</link>
      <description>&lt;P&gt;Thanks Vincent, I appreciate your answer. I will take a look of that code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have another question or issue I will post another question.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 02:01:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6SX-USB-device-controller-mode-examples-and-documentation/m-p/1496852#M193126</guid>
      <dc:creator>gabohkiin</dc:creator>
      <dc:date>2022-07-28T02:01:29Z</dc:date>
    </item>
  </channel>
</rss>

