<?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: A problem with TAD and stack size in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451779#M15162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Mike_Sandlin, how are you getting along with this?&amp;nbsp; Did you figure it out?&amp;nbsp; I can load this up on my FRDM-K64F if having another sample point helps.&amp;nbsp; You can then send your issue to support and they'll look at it if no one here can figure it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Feb 2016 00:42:32 GMT</pubDate>
    <dc:creator>dave408</dc:creator>
    <dc:date>2016-02-13T00:42:32Z</dc:date>
    <item>
      <title>A problem with TAD and stack size</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451774#M15157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am using KDS 3.0.0, KSDK 1.2.0 and OpenOCD connected to a FRDM-K64 board. TAD works with the hello_frdmk64f demo. While working through some of the lab exercises from this site to familiarize myself with the system and MQX, I found that TAD would not return data when the program was paused. I eventually traced the problem to the stack size declaration in the task setup. With a declared stack size of 900 or less for each task, it works, with a stack size of 1000 or greater, it doesn't. Is there something I have missed in the setup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:55:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451774#M15157</guid>
      <dc:creator>mikesandlin</dc:creator>
      <dc:date>2015-08-19T15:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with TAD and stack size</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451775#M15158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Unfortunately I cannot to reproduce your issue, I tested using the hello_frdmk46f, I increased the stack size to 1500 and it works. &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Could you let me know how did you create your project? &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Could you please add screenshots?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Regards&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 22:42:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451775#M15158</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-08-24T22:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with TAD and stack size</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451776#M15159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Soledad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was my first successful(?) attempt to create a project for MQX. I simply imported, then copied the hello_frdm64f project, then replaced the linked folders and corrected the include paths. I have attached the project source. When I run with a stack size of 700 and hit pause, then select Task List from the drop down list under MQX on the toolbar, I get the task list. With a stack size of 1500, I get a blank. I am new to MQX and the KDS, so it is quite likely I made some silly mistake, but I can't find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Mike Sandlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 16:04:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451776#M15159</guid>
      <dc:creator>mikesandlin</dc:creator>
      <dc:date>2015-08-25T16:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with TAD and stack size</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451777#M15160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running into the same kind of thing with KDS 3.0.0 and KSDK 1.3.0. I'm running on a twrk60d100m and the magic stack size that causes TAD to not display anything is somewhere between 2400 and 2500. In my case I created a standalone project based around the mqx hello example. If I change the stack size of the "world" task to 2500, TAD stops displaying anything as soon as the world task is created. If I change it to 2400, it displays everything fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 21:21:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451777#M15160</guid>
      <dc:creator>yorknh</dc:creator>
      <dc:date>2015-11-16T21:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with TAD and stack size</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451778#M15161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have kind of the same issue with my twr-k60f120m board but TAD stops working after 5000 stack in total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error from the log&lt;/P&gt;&lt;P&gt;(08:45:33.384) NullPointerException: com.freescale.mqx.gdb.tad.model.tasklist.TaskFactory.getData() at 71.line "readMemoryBlock32bit()"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 09:53:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451778#M15161</guid>
      <dc:creator>simonteki</dc:creator>
      <dc:date>2015-12-02T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: A problem with TAD and stack size</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451779#M15162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Mike_Sandlin, how are you getting along with this?&amp;nbsp; Did you figure it out?&amp;nbsp; I can load this up on my FRDM-K64F if having another sample point helps.&amp;nbsp; You can then send your issue to support and they'll look at it if no one here can figure it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 00:42:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/A-problem-with-TAD-and-stack-size/m-p/451779#M15162</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2016-02-13T00:42:32Z</dc:date>
    </item>
  </channel>
</rss>

