You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withTX_WAIT_FOREVER
option which results inTX_WAIT_ERROR
error since the call originated fromOTG_FS_IRQHandler
ISR.I think this may be a bug.
USBX version is 6.2.0, compiler GCC.
The text was updated successfully, but these errors were encountered: