Skip to main content
chuck2399
Associate
February 26, 2016
Question

STMF2 USB BULK IN/OUT Incomplete

  • February 26, 2016
  • 1 reply
  • 629 views
Posted on February 26, 2016 at 23:29

Hi,

I'm working on getting a WinUsb working.  I have the device enumerating successfully.  However, when I try to send data on BULK OUT to the device or read data from BULK IN in both cases I see 'incomplete' on my USB analyzer.  I'm not getting ACK or NACK from the phy but the PC is targeting the proper endpoints.  I'm also not able to hit the DataIn or DataOut interrupts when this happens. 

Any ideas?

#stm32 #usb
This topic has been closed for replies.

1 reply

chuck2399
chuck2399Author
Associate
February 27, 2016
Posted on February 27, 2016 at 02:04

Porting issue.  Seems like the EP_OPEN fxns have had some parameters move around.