<?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: IMXRT117x USB System error in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1900043#M31127</link>
    <description>&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;Thank you for your response, probably I will continue talking to you through mail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2024 08:01:32 GMT</pubDate>
    <dc:creator>jimmyam</dc:creator>
    <dc:date>2024-07-05T08:01:32Z</dc:date>
    <item>
      <title>IMXRT117x USB System error</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1894108#M31002</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I was having a random USB error (Micro : IMXRT 117x) where the USB pen drive attach would not get detected SOME TIMES. Most of the time it works as expected and enumerates, but when this issue happens even if I unplug the device and then re-plug it back, it would not get detected.&lt;/P&gt;&lt;P&gt;I was debugging the issue and it seems when this issue happens I get USB HOST EHCI error interrupt; But it seems in the ISR 'USB_HostEhciIsrFunction' , (in file usb_host_ehci.c) even if it gets 'USBHS_USBSTS_SEI' it is not handled.&lt;/P&gt;&lt;P&gt;Is it possible to reset the host controller (if there is a system error) and get it back working? If so, how can I do that?&lt;/P&gt;&lt;P&gt;I really appreciate if someone can think of any clues here,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:03:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1894108#M31002</guid>
      <dc:creator>jimmyam</dc:creator>
      <dc:date>2024-06-26T07:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT117x USB System error</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1898817#M31100</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217403"&gt;@jimmyam&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;How often does this issue happen? Does it happen with another USB pen drives as well?&lt;/P&gt;
&lt;P&gt;You can try de-initializing and re-initializing the USB module by using:&lt;/P&gt;
&lt;PRE&gt;USB_HostDeinit();&lt;BR /&gt;USB_HostDeinit();&lt;/PRE&gt;
&lt;P&gt;Or, you could also reset the whole system with:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;NVIC_SystemReset();&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 21:41:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1898817#M31100</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-07-03T21:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT117x USB System error</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1899357#M31113</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217403"&gt;@jimmyam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's hard to say the root cause or give you some good direction currently, I am not sure if random USB issue is from h/w or s/w, but to my knowlege, you may check:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the tasks override interrupt when issue happend&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;Host Power configure or unstable voltage&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And would you please give me more details/backgroud about this project(it is an USB pen base on RT117x? PC Plugin?), how to reproduce it?&amp;nbsp; Which sdk example/version are you using?&lt;/P&gt;&lt;P&gt;B.R./Sam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1899357#M31113</guid>
      <dc:creator>Sam_Gao</dc:creator>
      <dc:date>2024-07-04T08:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT117x USB System error</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1900036#M31126</link>
      <description>&lt;P&gt;Thank you Edwin. I tried this, however did not improve the situation.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 07:58:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1900036#M31126</guid>
      <dc:creator>jimmyam</dc:creator>
      <dc:date>2024-07-05T07:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT117x USB System error</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1900043#M31127</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;Thank you for your response, probably I will continue talking to you through mail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 08:01:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/1900043#M31127</guid>
      <dc:creator>jimmyam</dc:creator>
      <dc:date>2024-07-05T08:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT117x USB System error</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/2332275#M36361</link>
      <description>Have you been able to solve that? I am having the same issue, enumeration fails on cold boot and USBSTS.SEI bit is set. My processor is MIMXRT1166.</description>
      <pubDate>Fri, 13 Mar 2026 08:03:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT117x-USB-System-error/m-p/2332275#M36361</guid>
      <dc:creator>tbonkers</dc:creator>
      <dc:date>2026-03-13T08:03:16Z</dc:date>
    </item>
  </channel>
</rss>

