STM32U575 USB CDC
Hello everyone,
I want to make a usb connection using USB_OTG_FS_DP and USB_OTG_FS_DM pins on the STM32U575 board. When I tried it with the examples found on the internet, it didn't work. When I tried the same method on the STM32F401 board, it was enough to select only USB_OTG_FS -> Device Only and Middleware -> USB_DEVICE -> virtual com port. What basic settings do I need to make to see my STM32U575 board as a virtual com port on the computer? I'm not very experienced in this. Thank you in advance for your help. Also, when I use the ux_device_cdc_acm example in CubeIDE, it does not appear as a virtual com port.
