<?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: frdm-k28 freertos debug tasks not listed in task-list window in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684669#M697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;the problem is created by your app task&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xTaskCreate(app, "App", 1024 * 20, NULL, uart_task_PRIORITY, NULL);
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Above you are creating that task with 80 kByte (!!!) stack. This causes problem in the task view (of course it should not create that issue, so I have reported it to the developer).&lt;/P&gt;&lt;P&gt;If you use 4K (1024) instead of 80KByte, the problem goes away.&lt;/P&gt;&lt;P&gt;Can you give this a try?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 11:34:49 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2017-08-02T11:34:49Z</dc:date>
    <item>
      <title>frdm-k28 freertos debug tasks not listed in task-list window</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684662#M690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27062i400A4B022B1B28F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm using frdm-k28 and P&amp;amp;E opensda onboard debuger, in a freertos project, the problem is tasks listed in &amp;lt; debug &amp;gt; window, but not listed in &amp;lt;Task List (FreeRTOS)&amp;gt; window. anyone met and fixed this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &amp;lt; Heap Usage (FreeRTOS) &amp;gt; window works as blew pic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27109i4210BA32EF2B247D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 02:07:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684662#M690</guid>
      <dc:creator>rqbh</dc:creator>
      <dc:date>2017-07-27T02:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k28 freertos debug tasks not listed in task-list window</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684663#M691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;can you check what the console view shows (see &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/07/27/troubleshooting-tips-for-freertos-thread-aware-debugging-in-eclipse/" title="https://mcuoneclipse.com/2017/07/27/troubleshooting-tips-for-freertos-thread-aware-debugging-in-eclipse/"&gt;Troubleshooting Tips for FreeRTOS Thread Aware Debugging in Eclipse | MCU on Eclipse&lt;/A&gt;&amp;nbsp;) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 13:56:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684663#M691</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-07-27T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k28 freertos debug tasks not listed in task-list window</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684664#M692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;In the debug console , there is the message " &amp;nbsp;rtos symbels initilized "&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 00:30:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684664#M692</guid>
      <dc:creator>rqbh</dc:creator>
      <dc:date>2017-07-31T00:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k28 freertos debug tasks not listed in task-list window</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684665#M693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;that message is from the P&amp;amp;E debug connection which properly shows the threads in your screenshot. So P&amp;amp;E is working fine. What somehow does not work is the NXP Thread List in that view.&lt;/P&gt;&lt;P&gt;There are some debug logs of that view present in your workspace.&lt;/P&gt;&lt;P&gt;Can you check (or better: post) the log files present inside your workspace folder? They are located in a folder named FreeRTOS_TAD_logs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:54:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684665#M693</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-07-31T16:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k28 freertos debug tasks not listed in task-list window</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684666#M694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log message is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"FreeRTOS Task Aware Debugger for GDB" version 1.0.2 (201704101406)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;(c) 2016 NXP Semiconductors, Inc.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;==================================&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;21:32:43.219 INFO: [TadModel] DSF session ID 10 has started.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;21:32:46.889 INFO: [TadState] TAD state changed: DEBUG_STARTED -&amp;gt; DEBUG_INIT_0 (SUSPENDED, USER_REQUEST)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;21:32:58.251 INFO: [TadState] TAD state changed: DEBUG_INIT_0 -&amp;gt; DEBUG_INIT_1 (RESUMED, USER_REQUEST)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;21:32:58.347 INFO: [TadState] TAD state changed: DEBUG_INIT_1 -&amp;gt; DEBUG_SUSPENDED (SUSPENDED, BREAKPOINT)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;21:32:59.891 INFO: [TadState] TAD state changed: DEBUG_SUSPENDED -&amp;gt; DEBUG_RESUMED (RESUMED, USER_REQUEST)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;08:05:24.530 INFO: [TadModel] DSF session ID 10 has ended.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;any help ?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 00:58:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684666#M694</guid>
      <dc:creator>rqbh</dc:creator>
      <dc:date>2017-08-02T00:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k28 freertos debug tasks not listed in task-list window</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684667#M695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, that log does not show anything interesting. Are you able to share your project so I can have a look? It might be some optimization settings or some settings, not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 06:16:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684667#M695</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-08-02T06:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k28 freertos debug tasks not listed in task-list window</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684668#M696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;thank your for that example. With this I can reproduce the problem, investigating it right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:22:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684668#M696</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-08-02T11:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k28 freertos debug tasks not listed in task-list window</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684669#M697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;the problem is created by your app task&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xTaskCreate(app, "App", 1024 * 20, NULL, uart_task_PRIORITY, NULL);
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Above you are creating that task with 80 kByte (!!!) stack. This causes problem in the task view (of course it should not create that issue, so I have reported it to the developer).&lt;/P&gt;&lt;P&gt;If you use 4K (1024) instead of 80KByte, the problem goes away.&lt;/P&gt;&lt;P&gt;Can you give this a try?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:34:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684669#M697</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-08-02T11:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: frdm-k28 freertos debug tasks not listed in task-list window</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684670#M698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;I will give it a try right now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 00:34:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/frdm-k28-freertos-debug-tasks-not-listed-in-task-list-window/m-p/684670#M698</guid>
      <dc:creator>rqbh</dc:creator>
      <dc:date>2017-08-03T00:34:05Z</dc:date>
    </item>
  </channel>
</rss>

