We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3195524 commit 3c798a3Copy full SHA for 3c798a3
src/usb_hs.rs
@@ -2,6 +2,15 @@
2
//!
3
//! Requires the `usb_hs` feature.
4
5
+//! ## ULPI Transciever Delay
6
+//!
7
+//! Some ULPI PHYs like the Microchip USB334x series require a delay between the
8
+//! ULPI register write that initiates the HS Chirp and the subsequent transmit
9
+//! command, otherwise the HS Chirp does not get executed and the deivce
10
+//! enumerates in FS mode. The STM32H7 series supports adding this delay to work
11
+//! with the affected PHYs. Enable the `synopsys-usb-otg/xcvrdly` feature to add
12
+//! this delay.
13
14
//! # Examples
15
16
//! - [USB Serial Port](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/usb_serial.rs)
0 commit comments