How to make USB_FS work ???
hi, i'm trying to make USB_FS work on my custom board.
my desired configuration is peripheral (otg can be ok, i have jumper on id: PA_10)
i already have 2 USB HS so i can use only USB_FS mapped on PA_11 and PA_12 as OTG.
i follow the st wiki at the point 3.3.1 witn dr_mode = "peripheral";
my result is:
i can see 49000000.usb-otg under /sys/class/udc/
i can create one gadget device in /sys/kernel/config/usb_gadget/g1 (i created serial over usb)
as i assign 49000000.usb-otg > /sys/kernel/config/usb_gadget/g1/UDC, usb does not turn on, i always have 0V on PA_11 and PA_12
if i follow the st wiki at the point 3.3.2 witn dr_mode = "peripheral";
all works great and i can create my usb gadget
more info:
my micro is STM32MP157F
i'm using linux 5.10.10
i have NO hardware pull_up or pull_down on any line
i have VDD3V3_USBFS shorted with VDD3V3_USBHS (both connected to 3.3v)
my otg port is B_TYPE and i have one jumper to select OTG mode (i need only peripheral)
can anyone help me?
