Question
Hello guys, I am working with STM32G0C1RET6. I want to use STM32 as a USB host and want to save data on USB flash stick. I followed some tutorial from ST microcontroller's youtube channel but I am still not able to mount my USB device. what should I
Here are details about my project:
- I have connected my USB_DM and USB_DP pin directly to USB connector.
- I enable A9 and selected as a GPIO output using VBUS setting in CUBEIDE. Which is providing me 3.3V
- I read that there is inbuilt pull up resistor in STM32G0C1RET6. So, I connected USB connector directly to pins
- I used "f_mount" function to mount my usb device.
My USB device is using FAT32 format. I AM SORRY if I made some dumb mistake; I am newbie
