8bb0e7a504
The error is detected if USART1 TX configured to PA9 and RX to PA10. The serial cable removal stops the USB communication. In case of VBUS sensing deactivation, erroneously both USB_OTG_GCCFG_VBUSBSEN and USB_OTG_GCCFG_NOVBUSSENS are set in GCCFG. Correct handling is: - VBUS sensing deactivation: set USB_OTG_GCCFG_NOVBUSSENS in GCCFG. - VBUS sensing activation: set USB_OTG_GCCFG_VBUSBSEN in GCCFG. ST Bug Tracker ID: 34714 Signed-off-by: Istvan Bisz <istvan.bisz@t-online.hu> |
||
---|---|---|
.. | ||
lib | ||
stm32cube | ||
CMakeLists.txt |