Open jeanthom opened 2 months ago
Hi,
I recently noticed that when using Luna with a custom UTMI PHY, it would limit itself to USB FS. The limit is a hardcoded value:
https://github.com/greatscottgadgets/luna/blob/6a8d1e5448e2e4683e403d69fc4eadf25e5c0934/luna/gateware/usb/usb2/device.py#L118-L123
There is no technical limitation preventing us from doing USB HS: we tested a modification of these constants successfully with a ULPI-UTMI translator.
Jean
Hi,
I recently noticed that when using Luna with a custom UTMI PHY, it would limit itself to USB FS. The limit is a hardcoded value:
https://github.com/greatscottgadgets/luna/blob/6a8d1e5448e2e4683e403d69fc4eadf25e5c0934/luna/gateware/usb/usb2/device.py#L118-L123
There is no technical limitation preventing us from doing USB HS: we tested a modification of these constants successfully with a ULPI-UTMI translator.
Jean