How do i need to configure STM32H743 (I have NUCLEO-H743ZI) USB to see it as Serial Port?
What I do now:
- Initialize all peripheral in Default mode (this is the dialogue option)
- USB_OTG_FS MODE: Device Only | Activate VBUS : VBUS sensing | Activate SOF
- USB_DEVICE (as middleware) Class For FS IP: Communication Device Class (Virtual Port Com)
- Default clock configuration (no changes from as it proposed by Cube)
- I generate it as Makefile
And just build it and flash it. The only COM port I saw it's ST-Link (com3)
As sanity check: usb cabel connected to both usb_connectors on board (not only to ST-Link micro usb) after connecting usb to main part of the board LD8 (green) lights up.
The blinking blue led just for debugging purposes, to make sure that board was flashed.

But I don't see another COM port into device manager, only the ST-link one:

