Hello...
I've been searching through the various fora and the documentation and I can't seem to find the answer I'm looking for.
I'm running code that has a call to _task_get_error(). Most of the time, this returns 0, however, in some calls, I see a different error code produced. How do you translate the error code to a useable statement? Other RTOS's provide either a .h file or a function that translates system error codes to human-readable statements...does MQX provide this?
Thanks!