-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
Describe the bug
USB high-speed is not working on a NUCLEO-U5A5ZJ-Q and STM32U5A9J-DK. On full-speed works
To Reproduce
Expected behavior
The board should use high-speed usb
Logs and console output
kernel: usb 3-6.1.1.4: new full-speed USB device number 43 using xhci_hcd
kernel: usb 3-6.1.1.4: config 1 interface 1 altsetting 0 endpoint 0x82 has invalid maxpacket 512, setting to 64
kernel: usb 3-6.1.1.4: config 1 interface 1 altsetting 0 endpoint 0x1 has invalid maxpacket 512, setting to 64
kernel: usb 3-6.1.1.4: New USB device found, idVendor=2fe3, idProduct=0001, bcdDevice= 4.01
kernel: usb 3-6.1.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
kernel: usb 3-6.1.1.4: Product: Zephyr CDC ACM sample
kernel: usb 3-6.1.1.4: Manufacturer: ZEPHYR
kernel: usb 3-6.1.1.4: SerialNumber: 4231500120393441
kernel: cdc_acm 3-6.1.1.4:1.0: ttyACM0: USB ACM device
Environment (please complete the following information):
- OS: Linux
- Toolchain: Zephyr SDK
- Commit: eeb1d92
Additional context
see also #86922 (comment) and #86922 in general which seems to introduce the bug