2015-04-27 01:44 AM
Hey everyone,
I'm setting up my STM32F415 as a USB host and want to use a composite HID/MSC device with it. The relevant example in the USB Host library seems to be the dual core one, but it makes use of both USB_FS and USB_HS. Anyone know if it's necessary to use both fs and hs or if I can just use FS?