USB CDC Device Not Recognized on STM32F466 — Internal PHY Configuration Question
Hi,
I'm currently encountering an issue with USB CDC on the STM32F466: the device is not being recognized as a USB CDC device.
I'm using the USB_OTG_FS peripheral, with the USB_DEVICE middleware configured as CDC. However, in the Parameter Settings for USB_OTG_FS, I don't see an option for Internal PHY.

I then tried using USB_OTG_HS with Internal FS PHY instead, and in that configuration, the Internal PHY option is available in the parameter settings.

So I'd like to confirm the following:
Is the Internal PHY option only available when using Internal FS PHY (i.e., only through USB_OTG_HS configured for FS mode), and not available for USB_OTG_FS directly?
If I need to use CDC with USB_OTG_FS, do I need to add external pull-up resistors (since there's no internal PHY option to handle this automatically)?
Thanks in advance for your help.
