2019-10-28 04:37 AM
I'm currently configuring a USB Host for HID in CubeMX. Everything seems clear, but I don't know how to configure the Drive_VBUS_FS option.
On my board, I decided to provide 5V to VBUS directly (with ESD and overcurrent protection), but without involving the STM32. This makes me wonder if VBUS sensing is possible at all?
And for the Drive_VBUS_FS, I don't want to drive VBUS, but there is no such option available except for keeping the selection at Undefined, which seems to be an invalid state.
So how do I configure this properly with my board layout, or is the layout not correct?
2020-03-12 03:03 AM
I have the same question....
2020-09-25 02:09 AM
I have the same question....
2020-09-25 05:49 AM
I've learned (and tried successfully) that you leave Drive_VBUS_FS as undefined. So no VBUS driving, and no VBUS sensing.
2020-09-25 05:55 AM
Thanks!
2024-05-28 05:27 PM
The following option: 'NO_SW_VBUS_DRIVE_FS' in the latest version of STM32CubeMX has solved this issue!