USB MSC not working on STM32U5G9J-DK1, but same configuration works on DK2
Hi,
I'm working on a USB Mass Storage Class (MSC) application using the STM32U5 series. I have a working firmware that correctly enumerates as a USB MSC device on STM32U5G9J-DK2 - Windows detects it and loads the built-in USBSTOR.SYS driver as expected. The configurations I've used are similar to the DFU example provided for the same board on STMCube IDE.
However, when I flash the code with similar configurations to the STM32U5G9J-DK1, it fails to enumerate properly. In Windows Device Manager, I get:
Windows has stopped this device because it has reported problems. (Code 43)
The USB device returned an invalid USB device descriptor.
How can I fix this?

