Question
STM32 Cube USB Host wmaxpacketsize problem
Posted on August 14, 2014 at 00:13
Hi,
I use STM32F205ZE USB FS Host library for UVC device. Some UVC device has ISOC EP wMaxPacketSize=192Bytes, but others device's wmaxpacketsize > 500Bytes.I can get JPEG stream if device wMaxPacketSize=192Bytes or =<500Bytes. When i use some UVC devices (wmaxpacketsize > 500bytes) i can't receive to any JPEG stream packet. How can i fix this problem?Thanks. #usbh_isocreceivedata-buffer-read #stm32-usb-host-uvc #cube-usb-host