synopsys-usb-otg
synopsys-usb-otg copied to clipboard
Serial test fails with timeout if USB 3.0 port is used to communicate with a HighSpeed device
Tested with the STM32F723E-DISCO board and the following example: https://github.com/Disasm/usb-otg-workspace/blob/master/example-f723e-disco-board/examples/serial.rs
serial-threadmark tool was used to feed data to the serial port.
Affected versions: at least 0.2.4 and 0.3.2. Same problem can be reproduced also with the XCore407I board.
Reproducible both with Lenovo X230 USB 3.0 ports, as well as ACER USB 3.0 hub. Tested with synopsys-usb-otg version 0.4.0.
OTG_FS works ok against both X230 and ACER USB hub.
May have common root cause with https://github.com/stm32-rs/synopsys-usb-otg/issues/44