Skip to main content
Visitor II
April 27, 2020
Question

STM32F105 USB without VBus sensing

  • April 27, 2020
  • 1 reply
  • 944 views

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 ?

    This topic has been closed for replies.

    1 reply

    Super User
    April 28, 2020

    > it didn't work.

    What does this mean? Look at an example of the USB device you want to use.