stm32f303 Unknown USB device is being displayed.
I created PCB by basically following this design, but I used as MCU the STM32F303CBT6. Programming through FTDI programmer works all fine, but when I try to use the onboard USB port, Windows doesn't want to accept it and in device manager says that it's a unknown device.
By reading through data sheets I've figured that for USB to work we need to enter DFU bootloader mode, by setting BOOT0 HIGH and BOOT1 LOW. Still Windows doesn't want to support USB.
I've also tried powering with external power supply the PCB and then connecting do PC. Still nothing...
I've tried turning USB on through STM32CubeMx by using external crystal, still nothing...
As my goal is to later program stm32f3 using Arduino IDE I'm quite lost what more should I try.
Your help would be greatly appreciated :)
