<?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 Missing ACK on USB OUT Transactions in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-ACK-on-USB-OUT-Transactions/m-p/2386752#M59619</link>
    <description>&lt;P&gt;My team is having some issues with missing ACKs on USB OUT transactions.&lt;/P&gt;&lt;P&gt;Some info on our system:&lt;/P&gt;&lt;P&gt;* The MCU is LPC5528&lt;/P&gt;&lt;P&gt;* SDK version is 26.03.00.&lt;/P&gt;&lt;P&gt;* For call to USB_DeviceInit, we supply kUSB_ControllerLpcIp3511Fs0 as the first parameter (controllerId) so we're using USB full speed.&lt;/P&gt;&lt;P&gt;It's hard to say much about patterns. What we can state is:&lt;/P&gt;&lt;P&gt;* When we send a lot of messages over USB, once in a while an OUT transaction is missing the ACK. We've caught this with an Ellisys USB analyser. We can see the missing OUT, then 3 retries from the PC and then a USB reset.&lt;/P&gt;&lt;P&gt;* It happens rarely. We set up a script repeating the same simple USB message (target just returns some data, no heavy computing etc.). Sometimes it takes a few iterations, other times thousands of iterations, before the error happens.&lt;/P&gt;&lt;P&gt;We'd like to know if this is a known issue or perhaps there are some tricks to debugging it.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jun 2026 07:31:22 GMT</pubDate>
    <dc:creator>JacobBerggreen</dc:creator>
    <dc:date>2026-06-26T07:31:22Z</dc:date>
    <item>
      <title>Missing ACK on USB OUT Transactions</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-ACK-on-USB-OUT-Transactions/m-p/2386752#M59619</link>
      <description>&lt;P&gt;My team is having some issues with missing ACKs on USB OUT transactions.&lt;/P&gt;&lt;P&gt;Some info on our system:&lt;/P&gt;&lt;P&gt;* The MCU is LPC5528&lt;/P&gt;&lt;P&gt;* SDK version is 26.03.00.&lt;/P&gt;&lt;P&gt;* For call to USB_DeviceInit, we supply kUSB_ControllerLpcIp3511Fs0 as the first parameter (controllerId) so we're using USB full speed.&lt;/P&gt;&lt;P&gt;It's hard to say much about patterns. What we can state is:&lt;/P&gt;&lt;P&gt;* When we send a lot of messages over USB, once in a while an OUT transaction is missing the ACK. We've caught this with an Ellisys USB analyser. We can see the missing OUT, then 3 retries from the PC and then a USB reset.&lt;/P&gt;&lt;P&gt;* It happens rarely. We set up a script repeating the same simple USB message (target just returns some data, no heavy computing etc.). Sometimes it takes a few iterations, other times thousands of iterations, before the error happens.&lt;/P&gt;&lt;P&gt;We'd like to know if this is a known issue or perhaps there are some tricks to debugging it.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 07:31:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-ACK-on-USB-OUT-Transactions/m-p/2386752#M59619</guid>
      <dc:creator>JacobBerggreen</dc:creator>
      <dc:date>2026-06-26T07:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Missing ACK on USB OUT Transactions</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-ACK-on-USB-OUT-Transactions/m-p/2387467#M59622</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/191150"&gt;@JacobBerggreen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have checked the&amp;nbsp; errata of LPC55S2x/LPC552x and have not found any known issues with the lack of ACK directy corresponding to USB0 full speed device OUT. Currently, USB errata mainly focuses on high-speed mode, so it is not directly applicable to your configuration.&lt;BR /&gt;From the phenomenon, the more likely reason is that the OUT endpoint did not prepare the receiving buffer in a timely manner at certain moments, resulting in the device being unable to respond to ACK when the host sends OUT, triggering retry or even reset. It is recommended to focus on confirming whether USB_SeviceRecvRequest() is immediately called after each OUT is completed, and try to minimize the processing in the callback. It is also recommended to check the priority of USB interrupts, avoid long shutdown interrupts.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 03:12:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-ACK-on-USB-OUT-Transactions/m-p/2387467#M59622</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2026-06-29T03:12:28Z</dc:date>
    </item>
  </channel>
</rss>

