You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
jeanthom
added a commit
to lambdaconcept/luna
that referenced
this issue
Sep 11, 2024
Removes Full Speed limitation when using custom UTMI PHY. Bump the
associated to 60 MHz (required for achieving 480Mbps throughput).
Fixesgreatscottgadgets#276
Removes Full Speed limitation when using custom UTMI PHY. Bump the
associated clock to 60 MHz (required for achieving 480Mbps throughput).
Fixesgreatscottgadgets#276
povauboin
pushed a commit
to lambdaconcept/luna
that referenced
this issue
Sep 26, 2024
Removes Full Speed limitation when using custom UTMI PHY. Bump the
associated clock to 60 MHz (required for achieving 480Mbps throughput).
Fixesgreatscottgadgets#276
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:
luna/luna/gateware/usb/usb2/device.py
Lines 118 to 123 in 6a8d1e5
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
The text was updated successfully, but these errors were encountered: