stm32g0b1rct6 usb host (MSC) flash drive not working
Hi, I have a customized STM32G0B1RCT6 board, and I'm trying to use its USB host function to connect to a flash drive. I used the file handling function to create a text file and store text files from the controller to the USB. I tried the same steps on the STM32F429I-DISC1 board, and it worked well. However, it's not working on my G0B1RCT6 customized board. Why is this happening, and how can I interface the USB host with the STM32G0B1RCT6 Controller?

On the STM32F429I-DISC1 board, the power supply is coming from the EN and ENABLE pin connected to OTG_FS_PSO, which is in turn connected to PC4. How can I determine the VBUS power supply on the STM32G0B1RCT6?
Anyway, I am sending my code.
