Posted on January 15, 2013 at 21:16
Hello Stm32 friends,
I am trying to implement an usb isochronous transfer with an STM32F4Discovery to a PC Win7(32Bit) using libusb.
On WinXp with usb audio class 1 driver i can send the max. Lengt...
Posted on January 15, 2013 at 20:49
Hy STM32 friends,
I am trying to implement an isochronous USB Audio Device with the USB OTG HS Core on the STM32F4Discovery with embedded FS PHY in DMA mode.
I recieve the setup telegram over EP0 with ...
Posted on January 15, 2013 at 21:40Hy clive1, Thanks for the reply I have checked that the only difference is i didnt define USB_OTG_EXTERNAL_VBUS_ENABLED which is only used for the ulpi interface and USB_OTG_HS_DEDICATED_EP1_ENABLED which i don't u...