<?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>LPC MicrocontrollersのトピックRe: Spurious detach interrupts with LPC55s28</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/2004386#M57329</link>
    <description>&lt;P&gt;Find attached the usb examples from your mcux-sdk-examples-MCUX_2.16.100&lt;BR /&gt;All of them contain the following for the HS USB port:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;USBPHY&lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;USB1_VBUS_DETECT_SET&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;USBPHY_USB1_VBUS_DETECT_PWRUP_CMPS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;0x02&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 29 Nov 2024 14:43:23 GMT</pubDate>
    <dc:creator>AraStep</dc:creator>
    <dc:date>2024-11-29T14:43:23Z</dc:date>
    <item>
      <title>Spurious detach interrupts with LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/1993799#M57244</link>
      <description>&lt;P&gt;We are developing a mouse/dongle product based on the LPC55s28.&lt;BR /&gt;When the device is in suspend mode, it receives spurious detach interrupts (USB_LPC3511IP_DEVCMDSTAT_VBUS_DEBOUNCED)&lt;BR /&gt;We are using the USB_PreLowpowerMode() function from the mouse examples in the SDK.&lt;/P&gt;&lt;P&gt;This function writes a 2 into the PWRUP_CMPS field of USBPHY-&amp;gt;USB1_VBUS_DETECT&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;USBPHY&lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;USB1_VBUS_DETECT_SET&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;USBPHY_USB1_VBUS_DETECT_PWRUP_CMPS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;0x02&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;However, the data sheet indicates that valid values for this field are 0 or 7.&lt;BR /&gt;Can you explain the effect this will have? When we changed the value to 7, the spurious IRQs stopped.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ara Stepanian&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 15:13:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/1993799#M57244</guid>
      <dc:creator>AraStep</dc:creator>
      <dc:date>2024-11-13T15:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Spurious detach interrupts with LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/1998427#M57297</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223989"&gt;@AraStep&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your patience.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please tell me which mouse example, and also share your project, I will help to check on my side. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 03:23:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/1998427#M57297</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-11-21T03:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Spurious detach interrupts with LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/1998936#M57300</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;If you look in SDK_2_16_100_LPC55S28, all the usb examples for the LPC55c28 have the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;USBPHY-&amp;gt;USB1_VBUS_DETECT_SET = USBPHY_USB1_VBUS_DETECT_PWRUP_CMPS(0x02);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our project is based on one of the usb suspend resume device examples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 14:06:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/1998936#M57300</guid>
      <dc:creator>AraStep</dc:creator>
      <dc:date>2024-11-21T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spurious detach interrupts with LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/2003299#M57324</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223989"&gt;@AraStep&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please tell us the specified USB demo you are refer to I&amp;nbsp;&lt;SPAN&gt;have not found a demo that configures PWRUP_CMPS to 2.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default value is 0x7, means VBUS_VALID comparator is enabled.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1732764230202.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/313001i0A7C7B3D70BBE64C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1732764230202.png" alt="Alice_Yang_0-1732764230202.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 03:24:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/2003299#M57324</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-11-28T03:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Spurious detach interrupts with LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/2004386#M57329</link>
      <description>&lt;P&gt;Find attached the usb examples from your mcux-sdk-examples-MCUX_2.16.100&lt;BR /&gt;All of them contain the following for the HS USB port:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;USBPHY&lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;USB1_VBUS_DETECT_SET&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;USBPHY_USB1_VBUS_DETECT_PWRUP_CMPS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;0x02&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Nov 2024 14:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/2004386#M57329</guid>
      <dc:creator>AraStep</dc:creator>
      <dc:date>2024-11-29T14:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spurious detach interrupts with LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/2008114#M57352</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223989"&gt;@AraStep&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply. I is confirming with internal, I will send to you with any update. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 10:42:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Spurious-detach-interrupts-with-LPC55s28/m-p/2008114#M57352</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-12-05T10:42:19Z</dc:date>
    </item>
  </channel>
</rss>

