<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Translating MQX error codes in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Translating-MQX-error-codes/m-p/185138#M3103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wayne Hawthome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file mqx.h has section&amp;nbsp; TASK ERROR CODES where are error codes which are used by Kernel. I'll share at least the start of those:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define MQX_INVALID_POINTER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;(MQX_ERROR_BASE|0x01)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;#define MQX_INVALID_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;(MQX_ERROR_BASE|0x02)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;#define MQX_NOT_RESOURCE_OWNER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;(MQX_ERROR_BASE|0x03)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This header file is located at mqx/source/include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2012 17:07:42 GMT</pubDate>
    <dc:creator>c0170</dc:creator>
    <dc:date>2012-11-22T17:07:42Z</dc:date>
    <item>
      <title>Translating MQX error codes</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Translating-MQX-error-codes/m-p/185137#M3102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been searching through the various fora and the documentation and I can't seem to find the answer I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running code that has a call to _task_get_error().&amp;nbsp; Most of the time, this returns 0, however, in some calls, I see a different error code produced.&amp;nbsp; How do you translate the error code to a useable statement?&amp;nbsp; Other RTOS's provide either a .h file or a function that translates system error codes to human-readable statements...does MQX provide this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 13:56:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Translating-MQX-error-codes/m-p/185137#M3102</guid>
      <dc:creator>waynehawthorne</dc:creator>
      <dc:date>2012-11-22T13:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Translating MQX error codes</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Translating-MQX-error-codes/m-p/185138#M3103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wayne Hawthome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file mqx.h has section&amp;nbsp; TASK ERROR CODES where are error codes which are used by Kernel. I'll share at least the start of those:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define MQX_INVALID_POINTER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;(MQX_ERROR_BASE|0x01)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;#define MQX_INVALID_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;(MQX_ERROR_BASE|0x02)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;#define MQX_NOT_RESOURCE_OWNER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;(MQX_ERROR_BASE|0x03)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This header file is located at mqx/source/include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 17:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Translating-MQX-error-codes/m-p/185138#M3103</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-11-22T17:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Translating MQX error codes</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Translating-MQX-error-codes/m-p/185139#M3104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 17:21:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Translating-MQX-error-codes/m-p/185139#M3104</guid>
      <dc:creator>waynehawthorne</dc:creator>
      <dc:date>2012-11-22T17:21:17Z</dc:date>
    </item>
  </channel>
</rss>

