<?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: About LPC1347 USB endpoint communication issues</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-LPC1347-USB-endpoint-communication-issues/m-p/2059362#M57871</link>
    <description>&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244181"&gt;@niupi_plus&lt;/a&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;SPAN&gt;The issue of the OUT interrupt for Endpoint 2 triggering only once may be caused by the following reasons.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="times new roman,times" size="4"&gt;Ensure the interrupt flag for Endpoint 2 is properly cleared in the interrupt handler. Failure to clear the flag can prevent subsequent interrupts from triggering.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="times new roman,times" size="4"&gt;Verify that the buffer for Endpoint 2 is released and reconfigured after each transaction. An unreleased buffer can block further data transfers.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="times new roman,times" size="4"&gt;Review the USB controller configuration to ensure Endpoint 2 is properly enabled and configured for Bulk OUT transactions.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;SPAN&gt;Use a USB protocol analyzer to confirm that the host is sending the OUT transactions correctly.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 09:14:18 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2025-03-11T09:14:18Z</dc:date>
    <item>
      <title>About LPC1347 USB endpoint communication issues</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-LPC1347-USB-endpoint-communication-issues/m-p/2057596#M57852</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;When we developed the USB driver of lpc1347, we found that the OUT interrupt of endpoint 2 can only be triggered once, and the packet capture found that the second trigger is abnormal. Figure 1 shows the correct response after Endpoint 2 normally receives the host OUT transaction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The transaction for OUT at Endpoint 2 is configured to be of type bulk out. Figures 3 and 4 show the source code configured when endpoint 2out interrupts the call.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 07:09:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-LPC1347-USB-endpoint-communication-issues/m-p/2057596#M57852</guid>
      <dc:creator>niupi_plus</dc:creator>
      <dc:date>2025-03-07T07:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: About LPC1347 USB endpoint communication issues</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-LPC1347-USB-endpoint-communication-issues/m-p/2059362#M57871</link>
      <description>&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244181"&gt;@niupi_plus&lt;/a&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;SPAN&gt;The issue of the OUT interrupt for Endpoint 2 triggering only once may be caused by the following reasons.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="times new roman,times" size="4"&gt;Ensure the interrupt flag for Endpoint 2 is properly cleared in the interrupt handler. Failure to clear the flag can prevent subsequent interrupts from triggering.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="times new roman,times" size="4"&gt;Verify that the buffer for Endpoint 2 is released and reconfigured after each transaction. An unreleased buffer can block further data transfers.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="times new roman,times" size="4"&gt;Review the USB controller configuration to ensure Endpoint 2 is properly enabled and configured for Bulk OUT transactions.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;SPAN&gt;Use a USB protocol analyzer to confirm that the host is sending the OUT transactions correctly.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="4"&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 09:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-LPC1347-USB-endpoint-communication-issues/m-p/2059362#M57871</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-03-11T09:14:18Z</dc:date>
    </item>
  </channel>
</rss>

