2020-04-27 07:12 AM
I want to make USB which is operating in Device mode to enable pullup and pulldown resistors and reset without built-in VBus sensing pin. I've tried HAL_PCD_DevConnect(&hpcd_USB_OTG_FS) but it didn't work.
How can I command USB to start working ?
2020-04-27 06:15 PM
> it didn't work.
What does this mean? Look at an example of the USB device you want to use.