Having trouble getting USB3300 to work with STM32F407
Hello there,
I've prototyped a custom PCB, but I'm having issues getting USB to work, Windows is unable to read the Device Descriptor.
The IO, from what I understand, is connected correctly and the generated code is (seemingly) successfully able to initialize the PHY, and the PC will only detect it as plugged in once the `USBD_Start` method within `MX_USB_DEVICE_Init` was executed thats generated by CubeMX.
Apart from having configured the Clocks and USB HS / Device (Com port example) it is a blank project
As the 3300 needs a 24MHz clock I've decided to configure it as shown here by using MCO2. My clock configuration looks like this: https://i.imgur.com/lAhx1jD.png
I've tried to simplify it by setting PLLI2S to x120 / 5 and thus have the MCO2 be /1 with no difference.
I've tried to switch to Full Speed over High Speed with no difference.
Any help would be appreciated, thank you.
