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

The enumeration failed because UX_MEMORY_INSUFFICIENT #139

Open
111llll111 opened this issue Jan 24, 2024 · 1 comment
Open

The enumeration failed because UX_MEMORY_INSUFFICIENT #139

111llll111 opened this issue Jan 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@111llll111
Copy link

Hi,

  1. STM32H573 platform.
  2. USB host mode.
  3. Connect the HUB externally.
  4. External devices on HUB.

By repeatedly pluging and unpluging USB devices, I recognized USB normally at the beginning, but after dozens of experiments, the enumeration failed. Then I found that the reason for the enumeration failure was UX_MEMORY_INSUFFICIENT according to adding log.
How do you solve the UX_MEMORY_INSUFFICIENT problem?

Thanks!

@111llll111 111llll111 added the bug Something isn't working label Jan 24, 2024
@111llll111
Copy link
Author

Hi,

Through debugging, we find that the error is in this position, as shown in the following figure, in the file "ux_host_stack_new_endpoint_create.c", the line 100 requests endpoint resource error.

error

Is the resource requested by the endpoint and not released?

Thanks!

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