Unable to use USB-OTG on NUCLEO-H755ZI-Q with CubeMX 6.7.0
I'm trying to use USB-OTG on NUCLEO-H755ZI-Q. I first created a new project within STM32CubeIDE and set all pins to their default setting. Then, I set USB-OTG to CDC and downloaded it to my board.
However, with CubeMX 6.7.0, I can not see the USB device showing up in my windows device manager. After I created another project using the same setting with CubeMX 6.6.1, the CDC device correctly showed up with the name "USB serial device (COM13)".
I also checked the USB interrupt triggered in the project created in CubeMX 6.7.0. OTG_FS_IRQHandler is triggered whenever I plug in the USB to my computer. Therefore, I would suspect it to be a problem in the firmware in version STM32Cude FW_H7 V1.11.0.
Below are my USB_OTG_FS and USB_DEVICE_M7 setting, and USB clock is set to RC48 in clock tree.


