2024-01-24 09:02 PM
Hi
I am working on a custom board based on STM32MP157A . For USBH_EHCI:
Register from reference manual :
Register from ehci specification document :
Regards
Srikanth
Solved! Go to Solution.
2024-01-24 11:41 PM
Hi @Srikanth1
SFAC mean same than in EHCI documentation: "Sixty Four bits Addressing Capabilities".
As listed, it is at 0 in our implementation.
All USBH EHCI and OHCI registers in STM32MP1x fully comply with their relative specification as goal is to use standard available drivers (Linux or other operating system) which adapt their behavior to the read-only parameters provided.
Regards.
2024-01-24 11:41 PM
Hi @Srikanth1
SFAC mean same than in EHCI documentation: "Sixty Four bits Addressing Capabilities".
As listed, it is at 0 in our implementation.
All USBH EHCI and OHCI registers in STM32MP1x fully comply with their relative specification as goal is to use standard available drivers (Linux or other operating system) which adapt their behavior to the read-only parameters provided.
Regards.