Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imxRT1170 UX_EHCI_BASE and UX_EHCI_USBPHY Adress is not correct #115

Open
jochsk opened this issue Sep 13, 2023 · 0 comments
Open

imxRT1170 UX_EHCI_BASE and UX_EHCI_USBPHY Adress is not correct #115

jochsk opened this issue Sep 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jochsk
Copy link

jochsk commented Sep 13, 2023

In

  • UsbX/common/usbx_host_controllers/src/ux_hcd_ehci_port_reset.c
  • UsbX/common/usbx_host_controllers/src/ux_hcd_ehci_port_status_get.c
    the UX_EHCI_USBPHY and UX_EHCI_BASE is hard coded.
    This Adress doesnt match to imxRT1070 the base of USB isn't equal for all imxrt devices.
/* imxrt 1060*/
#define UX_EHCI_USBPHY1                     (0x400D9000u)
#define UX_EHCI_USBPHY2                     (0x400DA000u)
#define UX_EHCI_BASE1                       (0x402E0100u)
#define UX_EHCI_BASE2                       (0x402E0300u)
/* imxrt 1170*/
#define UX_EHCI_USBPHY1                     (0x40434000u) 
#define UX_EHCI_USBPHY2                     (0x40438000u) 
#define UX_EHCI_BASE1                       (0x40430100u)
#define UX_EHCI_BASE2                       (0x4042C100u) 
@jochsk jochsk added the bug Something isn't working label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant