-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: usb stm32H5 and stm32U5 have an independent power supply
The stm32H5 mcu has an independent USB supply to be enabled at init with LL_PWR_EnableVDDUSB function like the stm32U5 serie. Both series have PWR_USBSCR_USB33SV bit in their USBSCR POWER reg. and other series all have PWR_CR2_USV bit in their CR2 POWER reg. Signed-off-by: Francois Ramu <francois.ramu@st.com>
- Loading branch information
1 parent
98336b2
commit 6e678e3
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters