USB initialization for NUCLEO-H723ZG board
Hi,
I have a problem when I try to use the USB-HS, in FS mode without ULPI, on the NUCLEO-H723ZG board.
In HAL_PCD_MspInit() function for H7, the pins are not initialized. And the USB doesn't work.

But in the .IOC file, the USB_OTG_HS_DP and USB_OTG_HS_DM pins are active.

But, when I use NUCLEO-F746ZG, the USB_DP_Pin and USB_DM_Pin pins, are initialized fine and work.

Did I do something wrong?
I can made a new define for HAL_PCD_MspInit() function, in other file, USBD-Conf.c for example. Like a wiki page said . But when I regenerate my code STM32CUBEMX writes again HAL_PCD_MspInit() function in stm32h7xx_hal_msp.c file.
Thanks