Skip to content

USB speed is capped to Full Speed when using a custom UTMI PHY #276

@jeanthom

Description

@jeanthom

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:

else:
self.utmi = bus
self.bus_busy = Const(0)
self.translator = None
self.always_fs = True
self.data_clock = 12e6

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions