<?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: MPC5748G USB Command Reset Issue in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731260#M9944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you solved the problem? I met the same situiation in devkit hardware platform. I used SDK v9.0.0 demo, and found the code ran on&lt;/P&gt;&lt;P&gt;while ((ehciInstance-&amp;gt;ehciIpBase-&amp;gt;USBCMD &amp;amp; USBHS_USBCMD_RST_MASK) &amp;gt; 0U)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2018 01:16:54 GMT</pubDate>
    <dc:creator>lognight</dc:creator>
    <dc:date>2018-06-25T01:16:54Z</dc:date>
    <item>
      <title>MPC5748G USB Command Reset Issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731258#M9942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I enable the 80MHz clock and configure the USB PINs hardware in Processorexpert in SDS32 IDE.&lt;/P&gt;&lt;P&gt;For USB intialization, I set the RST bit to be 1 in regisetr USBCMD trying to reset the USB module. But no matter how long time&amp;nbsp;is passed, the reset process couldn't be successfully finished(the RSET bit in USBCMD couldn't change from 1 to 0). Can anybody give me some advice to resolve this issue? I am debugg usb feature in DEVkit&amp;nbsp;MPC5748G&amp;nbsp;demo&amp;nbsp; EVB board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 03:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731258#M9942</guid>
      <dc:creator>yanglei1</dc:creator>
      <dc:date>2018-02-09T03:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G USB Command Reset Issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731259#M9943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my source code is as the following:&lt;/P&gt;&lt;P&gt;UHSTNC_Type *uhostnc_base;&lt;BR /&gt; UHST_Type *base;&lt;BR /&gt; uhostnc_base = s_usbHostNCBases[0];&lt;BR /&gt; base = s_usbHostBases[0];&lt;BR /&gt; unsigned int count = 10000;&lt;BR /&gt; unsigned int reg;&lt;/P&gt;&lt;P&gt;// reset usb controller&lt;BR /&gt; reg = base-&amp;gt;USBCMD;&lt;BR /&gt; reg |= UHST_USBCMD_RST_MASK;&lt;BR /&gt; base-&amp;gt;USBCMD = reg;&lt;BR /&gt; // check if reset done, port is enabled&lt;BR /&gt; while (base-&amp;gt;USBCMD &amp;amp; UOTG_USBCMD_RST_MASK);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the clock is configured, the previous code to initialize the usb host is called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 14:48:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731259#M9943</guid>
      <dc:creator>yanglei1</dc:creator>
      <dc:date>2018-02-09T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G USB Command Reset Issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731260#M9944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you solved the problem? I met the same situiation in devkit hardware platform. I used SDK v9.0.0 demo, and found the code ran on&lt;/P&gt;&lt;P&gt;while ((ehciInstance-&amp;gt;ehciIpBase-&amp;gt;USBCMD &amp;amp; USBHS_USBCMD_RST_MASK) &amp;gt; 0U)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 01:16:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731260#M9944</guid>
      <dc:creator>lognight</dc:creator>
      <dc:date>2018-06-25T01:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G USB Command Reset Issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731261#M9945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you solved it？&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 09:34:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731261#M9945</guid>
      <dc:creator>kentsun</dc:creator>
      <dc:date>2019-01-22T09:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G USB Command Reset Issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731262#M9946</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 was having the same issue. Seems like the USB phy wasn't clocked&amp;nbsp;at all and that's why it was stuck on trying to reset.&lt;/P&gt;&lt;P&gt;The reason was that R72 on my development board&amp;nbsp;was not populated (see&amp;nbsp;&lt;A href="https://www.nxp.com/downloads/en/schematics/DEVKIT-MPC5748G-SCH.pdf"&gt;https://www.nxp.com/downloads/en/schematics/DEVKIT-MPC5748G-SCH.pdf&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;After placing the missing resistor, the USB examples from S32 Design Studio work fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 09:16:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-USB-Command-Reset-Issue/m-p/731262#M9946</guid>
      <dc:creator>jakobgen</dc:creator>
      <dc:date>2019-07-09T09:16:12Z</dc:date>
    </item>
  </channel>
</rss>

