USBFS not enumerating as VCP
Hello,
I m using an STM32F249I DISC1 board. I'm trying to start-off with a basic USB VCP loopback functionality. I generated the code for USBFS as a CDC Device (VCP) using CubeMx. I set the clock to 168MHz (so that USBFS is clocked at 48 MHz). I have also given appropriate Stack and Heap sizes. And I am using Windows 10.
However, the board doesn't enumerate as a VCP, in fact it isn't even detected on the bus (i.e. I don't see any activity on my PC).
What else can be the issue? Any code examples that I should refer to?
Thanks
