<?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: FreeRTOS Task Aware Debugger for GDB Shows Nothing in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873875#M1571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I am using ARM9.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2019 03:13:36 GMT</pubDate>
    <dc:creator>a5581267</dc:creator>
    <dc:date>2019-02-20T03:13:36Z</dc:date>
    <item>
      <title>FreeRTOS Task Aware Debugger for GDB Shows Nothing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873871#M1567</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 am using NXP FreeRTOS Task Aware Debugger for GDB for monitoring tasks.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FreeRTOS is&amp;nbsp; v7.5.3&lt;/STRONG&gt;. &lt;STRONG&gt;Task Aware Debugger is&amp;nbsp;v1.0.2&lt;/STRONG&gt; (201704260904).&lt;/P&gt;&lt;P&gt;Besides, I have changed some configurations in FreeRTOSConfig.h &amp;nbsp;is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;#define configUSE_IDLE_HOOK&lt;/STRONG&gt; &lt;STRONG&gt;1&lt;/STRONG&gt; (so it should be at least a task idle_task )&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;#define configUSE_TRACE_FACILITY 1&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a task_main in my program.&lt;/P&gt;&lt;P&gt;When I am in debugging mode, I have tried to suspend the program and check running task.&lt;/P&gt;&lt;P&gt;However, it &lt;STRONG&gt;shows nothing in all views&lt;/STRONG&gt; (Task list, Queue list, Timer list) like following picture.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any suggesting for this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72519iC439E66A171C0050/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 10:18:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873871#M1567</guid>
      <dc:creator>a5581267</dc:creator>
      <dc:date>2019-02-19T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS Task Aware Debugger for GDB Shows Nothing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873872#M1568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your FreeRTOS version is probably simply too old (the current version is 10.x) and the current Plugin is V1.0.8 in MCUXpresso IDE 10.3.0. Which MCUXpresso IDE are you using?&lt;/P&gt;&lt;P&gt;I suggests you check the gdb Console view in Eclipse, you can check as well &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; .&lt;/P&gt;&lt;P&gt;You can check as well &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/03/18/better-freertos-debugging-in-eclipse/" title="https://mcuoneclipse.com/2017/03/18/better-freertos-debugging-in-eclipse/"&gt;Better FreeRTOS Debugging in Eclipse | MCU on Eclipse&lt;/A&gt;&amp;nbsp; which&amp;nbsp; shows the settings for V9.0.0.&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>Tue, 19 Feb 2019 13:33:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873872#M1568</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-02-19T13:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS Task Aware Debugger for GDB Shows Nothing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873873#M1569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: small;"&gt;Hello, thank you for you reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;Now I am using Eclipse&amp;nbsp;Kepler.&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;It it compatible for this tool ?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 16:15:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873873#M1569</guid>
      <dc:creator>a5581267</dc:creator>
      <dc:date>2019-02-19T16:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS Task Aware Debugger for GDB Shows Nothing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873874#M1570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has been developed for Kinetis Design Studio (Luna) and MCUXpresso IDE (latest version is Oxygen based).&lt;/P&gt;&lt;P&gt;What is the microcontroller you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 19:14:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873874#M1570</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-02-19T19:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS Task Aware Debugger for GDB Shows Nothing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873875#M1571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I am using ARM9.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 03:13:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873875#M1571</guid>
      <dc:creator>a5581267</dc:creator>
      <dc:date>2019-02-20T03:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS Task Aware Debugger for GDB Shows Nothing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873876#M1572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, I've checked the TAD Log&lt;/P&gt;&lt;P&gt;Maybe you have some idea for that.&lt;/P&gt;&lt;P&gt;Log text:&lt;/P&gt;&lt;P&gt;12:29:15.350 INFO: [TadModel] DSF session ID 5 has started.&lt;BR /&gt;12:29:20.47 INFO: [TadState] TAD state changed: DEBUG_STARTED -&amp;gt; DEBUG_INIT_0 (SUSPENDED, USER_REQUEST)&lt;BR /&gt;12:29:24.620 INFO: [TadState] TAD state changed: DEBUG_INIT_0 -&amp;gt; DEBUG_INIT_1 (RESUMED, USER_REQUEST)&lt;BR /&gt;12:29:46.964 INFO: [TadState] TAD state changed: DEBUG_INIT_1 -&amp;gt; DEBUG_SUSPENDED (SUSPENDED, USER_REQUEST)&lt;BR /&gt;12:29:47.28 INFO: [TadModel] DSF session ID 5 has ended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 07:24:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873876#M1572</guid>
      <dc:creator>a5581267</dc:creator>
      <dc:date>2019-02-20T07:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS Task Aware Debugger for GDB Shows Nothing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873877#M1573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which NXP part/device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 09:22:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873877#M1573</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-02-20T09:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS Task Aware Debugger for GDB Shows Nothing</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873878#M1574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hennry:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you try MCUXpresso v10.3.1. From the release note, one similar issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/community/mcuxpresso/mcuxpresso-ide/blog/2019/02/21/mcuxpresso-ide-v1031-now-available"&gt;https://community.nxp.com/community/mcuxpresso/mcuxpresso-ide/blog/2019/02/21/mcuxpresso-ide-v1031-now-available&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 06:27:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/FreeRTOS-Task-Aware-Debugger-for-GDB-Shows-Nothing/m-p/873878#M1574</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2019-03-01T06:27:33Z</dc:date>
    </item>
  </channel>
</rss>

