<?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: Code Warrior 10.2 Structure Array problem</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Code-Warrior-10-2-Structure-Array-problem/m-p/248209#M7132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris Stuart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what version of MQX do you use and what board/mcu? I have run Hello world example modified with your structure and editing some members, on CF 51JF board with MQX 4.0 without any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check where the structure residues in memory, generate and open memory map. More questions arise, like what does happen after writing to those members.&lt;/P&gt;&lt;P&gt;I found your post also in CW section, pls if it gets responded there, close this one as well.&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>Tue, 05 Feb 2013 07:41:06 GMT</pubDate>
    <dc:creator>c0170</dc:creator>
    <dc:date>2013-02-05T07:41:06Z</dc:date>
    <item>
      <title>Code Warrior 10.2 Structure Array problem</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Code-Warrior-10-2-Structure-Array-problem/m-p/248208#M7131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I have a question for whoever can possibly help me. I'm working with an embedded coldfire processor, using Code Warrior 10.2 and MQX RTOS. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; As I mentioned, I’m using the MQX operating system which Im still very green with. I havnt worked with RTOS's before this project. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;In my project right now I have about 8 different tasks set up including my “main” task. I have a number&lt;BR /&gt;of global variables declared, and each task has a few local variables declared&lt;BR /&gt;as well. Everything has worked fine to this point, but, for the first time, I just tried to declare&lt;BR /&gt;a simple structure array as a global variable: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;//----------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;typedef&lt;/STRONG&gt; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;struct&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;unsigned&lt;/STRONG&gt; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;int&lt;/STRONG&gt; &lt;SPAN style="color: #0000c0; font-family: 'Courier New'; font-size: 10pt;"&gt;Action&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;unsigned&lt;/STRONG&gt; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;int&lt;/STRONG&gt; &lt;SPAN style="color: #0000c0; font-family: 'Courier New'; font-size: 10pt;"&gt;ActionID&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;char&lt;/STRONG&gt; &lt;SPAN style="color: #0000c0; font-family: 'Courier New'; font-size: 10pt;"&gt;FileName&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;[50];&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;unsigned&lt;/STRONG&gt; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;int&lt;/STRONG&gt; &lt;SPAN style="color: #0000c0; font-family: 'Courier New'; font-size: 10pt;"&gt;Time;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #005032; font-family: 'Courier New'; font-size: 10pt;"&gt;sAction&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;sAction Actions[10];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;//-------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The code compiles, but if I have a line in main that writes to a member of this structure array such as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #1f497d;"&gt;Actions[0].ActionID = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;My code hangs up somewhere in the operating system kernel and nothing ever runs in any task. I started changing and testing&lt;BR /&gt;every variation that I could and simply got much more confused. For instance:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The line of code that assigns 0 to a member (above) does not even have to execute. If it is compiled into&lt;BR /&gt;the code, nothing runs. If I comment the line out, everything runs, but with it in, its under an “if” statement that isn’t even true. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If I change the number of elements in the structure array to be less than 6, My code runs and everything is fine. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I can take this structure array completely out and instead create a simple array like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;//-------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Unsigned int Test[300];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Test[0] = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;//-------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;And my code runs fine.. so I don’t think it’s a memory issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;if I knock my structure down to simply be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;//-----------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;typedef&lt;/STRONG&gt; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;struct&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;unsigned&lt;/STRONG&gt; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;int&lt;/STRONG&gt; &lt;SPAN style="color: #0000c0; font-family: 'Courier New'; font-size: 10pt;"&gt;Action&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #005032; font-family: 'Courier New'; font-size: 10pt;"&gt;sAction&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt; font-family: 'Courier New';"&gt;sAction Actions[30];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt; font-family: 'Courier New';"&gt;//---------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt; font-family: 'Courier New';"&gt;It runs fine. However, if I do this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt; font-family: 'Courier New';"&gt;//---------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;typedef&lt;/STRONG&gt; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;struct&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;unsigned&lt;/STRONG&gt; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;int&lt;/STRONG&gt; &lt;SPAN style="color: #0000c0; font-family: 'Courier New'; font-size: 10pt;"&gt;Action&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;unsigned&lt;/STRONG&gt; &lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: 'Courier New';"&gt;int&lt;/STRONG&gt; &lt;SPAN style="color: #0000c0; font-family: 'Courier New'; font-size: 10pt;"&gt;ActionID&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #005032; font-family: 'Courier New'; font-size: 10pt;"&gt;sAction&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;sAction Actions[10];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;//-----------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;it no longer works, unless, as I mentioned, I make the array less than 6 elements.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If I create the structure array &lt;STRONG&gt;inside of a task&lt;/STRONG&gt;, everything is fine. I can make it a structure array of 200&lt;BR /&gt;and its still fine. This is only if I’m trying to make it global.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Any ideas? Could this be an optimization thing or a MQX thing? Am I missing something?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 20:48:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Code-Warrior-10-2-Structure-Array-problem/m-p/248208#M7131</guid>
      <dc:creator>chris2012</dc:creator>
      <dc:date>2013-02-04T20:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior 10.2 Structure Array problem</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Code-Warrior-10-2-Structure-Array-problem/m-p/248209#M7132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris Stuart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what version of MQX do you use and what board/mcu? I have run Hello world example modified with your structure and editing some members, on CF 51JF board with MQX 4.0 without any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check where the structure residues in memory, generate and open memory map. More questions arise, like what does happen after writing to those members.&lt;/P&gt;&lt;P&gt;I found your post also in CW section, pls if it gets responded there, close this one as well.&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>Tue, 05 Feb 2013 07:41:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Code-Warrior-10-2-Structure-Array-problem/m-p/248209#M7132</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2013-02-05T07:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior 10.2 Structure Array problem</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Code-Warrior-10-2-Structure-Array-problem/m-p/248210#M7133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m very new and green with Codewarrior and RTOS so generating an open memory map is not even something I understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did stumble on something that seems to have fixed my problem. Maybe you can tell what is going on by knowing what I did to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m using the M52235EVB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was defining my tasks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;const TASK_TEMPLATE_STRUCT  MQX_template_list[] =&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;   /* Task Index, Function,               Stack,   Priority,      Name,                               Attributes,          Param, Time Slice */&lt;/P&gt;&lt;P&gt;    { 1,   main_task,                     2000,    20,            "Main",                             MQX_AUTO_START_TASK,          0,    0 },&lt;/P&gt;&lt;P&gt;    { 2,   udp_CntrlPort_RX_task,         2000,    10,            "Udp_ControlPort_RX_task",       0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    { 3,   Heartbeat_task,                2000,     19,           "Heartbeat",                  0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    { 4,   QSPI_service_task,             2000,    15,            "QSPI_service",               0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    { 5,   udp_send_packet_task,          2000,    16,            "Udp_send_packet",            0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    { 6,   udp_TestPort_RX_task,          2000,    10,            "Udp_TestPort_RX_task",       0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    &lt;SPAN __jive_macro_name="0"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that I could not call any functions from tasks, or other tasks would never run. Everything would compile, but tasks weren’t all running correctly. Then I changed the stack sizes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;const TASK_TEMPLATE_STRUCT  MQX_template_list[] =&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;   /* Task Index, Function,               Stack,   Priority,      Name,                               Attributes,          Param, Time Slice */&lt;/P&gt;&lt;P&gt;    { 1,   main_task,                     500,    20,             "Main",                             MQX_AUTO_START_TASK,          0,    0 },&lt;/P&gt;&lt;P&gt;    { 2,   udp_CntrlPort_RX_task,         500,    10,             "Udp_ControlPort_RX_task",       0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    { 3,   Heartbeat_task,                500,     19,            "Heartbeat",                  0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    { 4,   QSPI_service_task,             500,    15,             "QSPI_service",               0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    { 5,   udp_send_packet_task,          500,    16,             "Udp_send_packet",            0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    { 6,   udp_TestPort_RX_task,          500,    10,             "Udp_TestPort_RX_task",       0,                                  0,    0 },&lt;/P&gt;&lt;P&gt;    &lt;SPAN __jive_macro_name="0"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now everything works, I can create the structure array in global memory and give it a size of 10 and call functions from my tasks and everything seems to be happy now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain this to me more? I don’t really understand what drives the stack size requirement for each task and what the limits are and how that effects things.&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;Chris Stuart&lt;/P&gt;&lt;P&gt;Show Systems Development&lt;/P&gt;&lt;P&gt;Design &amp;amp; Engineering&lt;/P&gt;&lt;P&gt;Walt Disney World&lt;/P&gt;&lt;P&gt;christopher.stuart@disney.com&amp;lt;mailto:christopher.stuart@disney.com&amp;gt;&lt;/P&gt;&lt;P&gt;Office: (407) 938-1570&lt;/P&gt;&lt;P&gt;Cell: (407) 902-8134&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 07:50:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Code-Warrior-10-2-Structure-Array-problem/m-p/248210#M7133</guid>
      <dc:creator>chris2012</dc:creator>
      <dc:date>2013-02-05T07:50:32Z</dc:date>
    </item>
  </channel>
</rss>

