Can't receive from USB bulk endpoint despite Windows enumerates and libusb reads descriptor of STM32 custom device class (USB_OTG periph)
For a fast ADC sampling USB device, I am using the USB 2.0 High Speed capable STM32F733 with the embedded USB-HS PHY. In USBView, I can see that the device is enumerated, the libusb code opens the device and claims interface, but when I try to receiv...