STM32 Nucleo h745zi-q: USB-Device not recognized
Hey im currently trying to use the CubeIDE to create a simple USB COM Communication.
I used the following settings
System Core
- RCC: HSE = Crystal\Ceramic Resonator
Connectivity
- USB_OTG_FS
- Mode: Device_Only
- VBUS: Disable
- No Activate_SOF
- Speed: Fullspeed 12Mbits
Middleware:
- USB_DEVICE_M7: Class for FS IP = Virtual Com Port
Clock Config


The NVIC1 USB on the go fs global interrupt also seems to be set.
When i run the generated code however, windows gives me the warning, that the usb-device is not recognized.
In the device manager it says Code 43, error requesting the USD_device descriptors.
Does anyone have an Idea, why this error is occuring? I think my clock or general setup could be the problem, but I sadly haven't found the issue yet.
Any help is greatly appreciated
