Debugging for Nucleo-H7S3L8 USB implementation
I am verifying USB implementation using Nucleo-H7S3L8.
When I executed CDC_Standalone in STM32CubeH7RS using the Debug button and ran the Appli code, the function “HAL_PWREx_EnableUSBVoltageDetector()” in ‘MX_USBPD_Init()’ did not return HAL_OK and an error occurred.Within this function, the “USB regulator ready flag (PWR_CSR2_USB33RDY)” is not set, causing a timeout and resulting in a HAL_ERROR.
However, when I stop debugging, disconnect the USB cable, and reconnect it, the COM port appears in the Windows Device Manager.
I have not made any changes to the contents of CDC_Standalone.
The jumper on JP3 on the board has been changed from STLINK to UCPD.
What should I do to properly debug USB on this board?

