<?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>MQX Software Solutions中的主题 Re: MQX 4.0.1 RTCS examples not working</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-1-RTCS-examples-not-working/m-p/226055#M6101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be better posting MQX-related questions in the MQX forum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/space/2023"&gt;MQX Software Solutions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your problem. nobody has (yet) answered you with "I know what that is", so... Do you have a debugger? You can probably find the cause yourself if you single-step through the code that is failing, or put some breakpoints in appropriate places and then look at the stack to see how the code got there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Jul 2013 23:21:09 GMT</pubDate>
    <dc:creator>TomE</dc:creator>
    <dc:date>2013-07-28T23:21:09Z</dc:date>
    <item>
      <title>MQX 4.0.1 RTCS examples not working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-1-RTCS-examples-not-working/m-p/226052#M6098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using MQX 3.7 with CodeWarrior 10.2 without any problems on my M52259EVB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded and installed MQX 4.0.1 and compiled all the libraries using the default user_config.h and default linker files.&amp;nbsp; I then built several example projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the RTCS and MFS example projects crash with "&lt;/P&gt;&lt;P&gt;***UNHANDLED INTERRUPT ***&lt;/P&gt;&lt;P&gt;Vector#: 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to occur right when RTCS_create() is called.&amp;nbsp; Other projects like the flashx, hello world, and some shell examples run without any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I need to change in the user_config.h file to get the RTCS and MFS examples to run?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&amp;nbsp; This is using the intflash Release build configuration.&amp;nbsp; All libraries and projects built and linked without issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 21:34:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-1-RTCS-examples-not-working/m-p/226052#M6098</guid>
      <dc:creator>njk909</dc:creator>
      <dc:date>2013-07-26T21:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.0.1 RTCS examples not working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-1-RTCS-examples-not-working/m-p/226053#M6099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As near as I can tell, user_config.h, small_ram_config.h, and verif_enabled_config.h are identical between 3.7 and 4.0.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 3.7 httpsrv example works fine, but the 4.0.1 example won't get past RTCS_create().&amp;nbsp; Everything is at stock configuration.&amp;nbsp; I noticed the httpsrv example in 4.0.1 calls for quite a bit more stack for RTCS, but I would assume they tested it like that and it worked on the 52259EVB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&amp;nbsp; The MFS_USB example seems to be crashing on a call to _lwmsgq_receive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 14:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-1-RTCS-examples-not-working/m-p/226053#M6099</guid>
      <dc:creator>njk909</dc:creator>
      <dc:date>2013-07-27T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.0.1 RTCS examples not working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-1-RTCS-examples-not-working/m-p/226054#M6100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update:&amp;nbsp; I traced the source of the crash in the httpsrv example, and it is occuring in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RTCS_create -&amp;gt; RTCS_task_create -&amp;gt; _task_create() -&amp;gt; task_create_internal()-&amp;gt;CHECK_RUN_SCHEDULER()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** UNHANDLED INTERRUPT ***&lt;/P&gt;&lt;P&gt;Vector #: 0&amp;nbsp; 0x0&lt;/P&gt;&lt;P&gt;Offset&amp;nbsp; : 0&amp;nbsp; 0x0&lt;/P&gt;&lt;P&gt;Task Id: 0x10002 Td_ptr 0x20001f38 Stack Frame: 0x2000312c&lt;/P&gt;&lt;P&gt;Interrupt_nesting level: 1&amp;nbsp;&amp;nbsp; PC: 0x00000000&amp;nbsp;&amp;nbsp; SR: 0xf442&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update 2:&amp;nbsp; I tried a different M52259EVB board, and still have the same problem.&amp;nbsp; Tried uninstalling MQX 4.0.1 and reinstalling.&amp;nbsp; Same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone confirm that the httpsrv example works with stock configuration on the M52259EVB with 4.0.1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 20:19:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-1-RTCS-examples-not-working/m-p/226054#M6100</guid>
      <dc:creator>njk909</dc:creator>
      <dc:date>2013-07-27T20:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.0.1 RTCS examples not working</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-1-RTCS-examples-not-working/m-p/226055#M6101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be better posting MQX-related questions in the MQX forum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/space/2023"&gt;MQX Software Solutions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your problem. nobody has (yet) answered you with "I know what that is", so... Do you have a debugger? You can probably find the cause yourself if you single-step through the code that is failing, or put some breakpoints in appropriate places and then look at the stack to see how the code got there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jul 2013 23:21:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-1-RTCS-examples-not-working/m-p/226055#M6101</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2013-07-28T23:21:09Z</dc:date>
    </item>
  </channel>
</rss>

