User Activity

HII am struggling to set up USB Device only on stm32f105I do set up followingRCC - Crystal resonatorSYS - Debug Serial wireUSB_OTG - Device onlyUSB Device - CDCClock I set up 8MHz and run resolveBuild project and load firmwareAnd after connecting to ...
Could someone explain what exactly do I need to configure to be able to correctly use USB Host HID ?I know that I need to have external oscillator 8MHz configured, but is there anything else required?
HiI have issue with setting up USB Host HID on Stm32f105. It is simple circuit only 8Mhz crystal and 2 22pF caps. And USB port.​I did set up RCC, usb to host only, and HID interface​.After generating code I can see that state machine is changing on i...