Hi,
I am experiencing a mysterious issue with USB bulk transfer.
The source code is modified from lpcxpresso54s018_host_cdc_freertos example.
LPC54018 USB1 (host) is connected to SierraWireless RC7620 modem.
Everything works fine until a longer TCP data transfer happens from modem to host.
Then the transfer ends in USB functional stall at bulk transfer in.
E.g FTP transfer of 466 byte file from FTP server to LPC succeeds, but FTP transfer of 468 byte file always ends in USB stall.
The modem operation is verified with LPC18S37, it works without problems.
So it seems that the reason for the problem is USB stack and/or USB1 in LPC54018.
Has anybody any glue, what could be the reason for this kind of behaviour?