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

_ux_utility_mutex_on() function called from ISR fails with TX_WAIT_ERROR #117

Open
tdjastrzebski opened this issue Sep 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@tdjastrzebski
Copy link

tdjastrzebski commented Sep 18, 2023

Trying to get one of the STM32 USBX examples available here (MSC host) I stumbled upon an error which probably should not have happen.
Within _ux_utility_mutex_on() function tx_mutex_get() is called with TX_WAIT_FOREVER option which results in TX_WAIT_ERROR error since the call originated from OTG_FS_IRQHandler ISR.
I think this may be a bug.
USBX version is 6.2.0, compiler GCC.

USBX-2 USBX-3
@tdjastrzebski tdjastrzebski added the bug Something isn't working label Sep 18, 2023
@ra1nb0w
Copy link

ra1nb0w commented May 9, 2024

see #48

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

2 participants