Question
STM32G0B1RE USB_DRD_FS
Hi everyone,
I am currently working on a project involving the STM32G0B1RE microcontroller and had encountered an issue while configuring the USB_DRD_FS (Dual Role Device Full Speed) in Device mode using STM32CubeIDE.
Here are the steps I followed:
- I selected the USB_DRD_FS peripheral and set it to Device mode.
- I configured the USB_Device in CDC (Communications Device Class) mode under Middleware.
After completing these configurations, I noticed that the GPIO pins associated with the USB_DRD_FS peripheral didn't appear in the generated code or usbd_conf.c
Best regards,
Sravani
