initialization Error on USBX
Hello,
I'm encountering an error during USBX initialization.
Inside the _ux_device_stack_initialize function:
memory = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_SLAVE_CLASS) * UX_MAX_SLAVE_CLASS_DRIVER);
When executing the _ux_utility_memory_allocate function, the error occurs at:
_ux_system_mutex_on(&_ux_system -> ux_system_mutex);
What could be causing this error?
