User Activity

I am designing a board with STM32 device of P/N STM32G4A1KEUx. I am trying to see if I need to have an external pull up on the USB-FS D+ line for detection. The usual application note don't seem to include this device as it looks. Does this device ha...
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...