Question
STM32H523 CubeMX code for USB does not work due to missing HAL_PWREx_EnableVddUSB()
The USB code for STM32H523 and STM32H533 generated by CubeMx v 6.12.1 (from STM32CubeIDE 1.16.1) does not work. It is missing a call to HAL_PWREx_EnableVddUSB() inside HAL_PCD_MspInit()
The example code in:
STM32Cube_FW_H5_V1.3.0\Projects\NUCLEO-H533RE\Applications\USBX\Ux_Device_CDC_ACM\Core\Src\stm32h5xx_hal_msp.c
has it manually added:

Can this be fixed in CubeMx, please.
