Hi I have STM32F373VCT6 on the board that I am bringing up. I am trying to open up the USB_FS as VCP. I use 20 MHz oscillator, which gives 48 Mhz USB clock and 24 MHz for APB2. I use the code below: while (1) { /* USER CODE END WHILE */ /* USER CO...