STM32F105 USB without VBus sensing
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-27 7: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 ?
Labels:
- Labels:
-
STM32Cube MCU Packages
-
STM32F1 Series
-
USB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-27 6:15 PM
> it didn't work.
What does this mean? Look at an example of the USB device you want to use.
If you feel a post has answered your question, please click "Accept as Solution".
