USB HID mouse does not work on STM32F411
Hi, I have STM32F103 and STM32F411. I have successfully made HID mouse on STM32F103, but when I try to make the same on STM32F411, the mouse does not work: "(Code 43) A request for the USB device descriptor failed".
What could be the problem?
The code/configuration is simple I just enable:
Connectivity -> USB_OTG_FS -> Mode: Device_Only
Middleware -> USB_DEVICE -> Class for FS IP: Human Interface Device class (HID)
Everything else is kept default.
Is this because STM32F103 has micro USB and STM32F411 has type-c? Does type-c need additional settings which I am missing?
