<?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: MCUxpresso: FreeRTOS task and queue list windows empty in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MCUxpresso-FreeRTOS-task-and-queue-list-windows-empty/m-p/2325839#M244269</link>
    <description>&lt;P&gt;I got this working by upgrading to&amp;nbsp;SEGGER J-Link V9.22 software.&lt;BR /&gt;As always it takes a couple of tries to get something into the FreeRTOS-aware windows (long-standing MCUxpresso bug).&lt;/P&gt;&lt;P&gt;Contrary to some documentation on this site, at least for Segger the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;freertos_tasks_c_additions.h&lt;/FONT&gt; file is &lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt; required.&lt;BR /&gt;The relevant&amp;nbsp;FreeRTOSCOnfig settings I'm now using are:&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;/* Run time and task stats gathering related definitions. */
#define configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H  0 // DRN: NOT required for FreeRTOS-aware debugger windows??
#define configGENERATE_RUN_TIME_STATS          0
#define configUSE_TRACE_FACILITY               0 // DRN: NOT required for FreeRTOS-aware debugger windows, prerequisite for vTaskList(), vTaskGetRunTimeStats(), etc.
#define configUSE_STATS_FORMATTING_FUNCTIONS   0 // DRN: NOT required for FreeRTOS-aware debugger windows
#define configENABLE_BACKWARD_COMPATIBILITY     1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2026 01:33:15 GMT</pubDate>
    <dc:creator>davenadler</dc:creator>
    <dc:date>2026-03-04T01:33:15Z</dc:date>
    <item>
      <title>MCUxpresso: FreeRTOS task and queue list windows empty</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCUxpresso-FreeRTOS-task-and-queue-list-windows-empty/m-p/2325236#M244237</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The IDE FreeRTOS-aware windows do not display anything.&lt;BR /&gt;At one time this worked fine, and now going back to it a year later nothing shows up.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;large FreeRTOS application running on imxRT1024.&lt;/LI&gt;&lt;LI&gt;debug build&lt;/LI&gt;&lt;LI&gt;paused debugger &lt;STRONG&gt;&lt;U&gt;after&lt;/U&gt;&lt;/STRONG&gt; scheduler is running&lt;/LI&gt;&lt;LI&gt;debugger is working fine, showing all threads (tasks)&lt;/LI&gt;&lt;LI&gt;MCUXpresso IDE v24.9 [Build 25] [2024-09-26] on Windows 10&lt;/LI&gt;&lt;LI&gt;segger J-Link software version V8.12&lt;/LI&gt;&lt;LI&gt;freertos_tasks_c_additions.h added from SDK_2_15_000_MIMXRT1024xxxxx&lt;BR /&gt;also added&amp;nbsp; __attribute__((used)) to FreeRTOSDebugConfig[] to ensure loading&lt;/LI&gt;&lt;LI&gt;debugger reads&amp;nbsp;FreeRTOSDebugConfig[24] just fine (note size 24)&lt;/LI&gt;&lt;LI&gt;FreeRTOSConfig.h includes:&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;#define configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H 1 // DRN: may be required for FreeRTOS-aware debugger windows??&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;#define configGENERATE_RUN_TIME_STATS 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;#define configUSE_TRACE_FACILITY 1 // legacy trace, prerequisite for configUSE_TRACE_FACILITY&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;#define configUSE_STATS_FORMATTING_FUNCTIONS 1 // DRN: may be required for FreeRTOS-aware debugger windows??&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)) 13.2.1 20231009&lt;/LI&gt;&lt;LI&gt;JLink debugger configuration enables FreeRTOS:&lt;BR /&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JLink_debug_cfg.PNG" style="width: 975px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/378131i687CECEB4DD75AAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="JLink_debug_cfg.PNG" alt="JLink_debug_cfg.PNG" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 23:29:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCUxpresso-FreeRTOS-task-and-queue-list-windows-empty/m-p/2325236#M244237</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2026-03-02T23:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: MCUxpresso: FreeRTOS task and queue list windows empty</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCUxpresso-FreeRTOS-task-and-queue-list-windows-empty/m-p/2325321#M244247</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/132425"&gt;@davenadler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you so much for your interest in our products and for using our community.&lt;/P&gt;
&lt;DIV&gt;First, I recommend referring to the MCUXpresso IDE FreeRTOS Debug Guide for detailed requirements and configuration steps:&lt;/DIV&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=UG10059&amp;amp;appType=license&amp;amp;location=null" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=UG10059&amp;amp;appType=license&amp;amp;location=null&lt;/A&gt;&lt;/P&gt;
&lt;DIV&gt;Second, regarding your issue, please try the following actions to address the likely root cause:&lt;/DIV&gt;
&lt;P&gt;1:&amp;nbsp;Set configENABLE_BACKWARD_COMPATIBILITY to 0 in FreeRTOSConfig.h&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;A similar case was reported in the NXP Community, where setting this macro to 0 resolved the problem of an empty FreeRTOS Task List.&lt;BR /&gt;Please apply the same fix to test whether it resolves your issue.&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/MCUXpresso-IDE/Freertos-debug-issue/m-p/1403312" target="_blank"&gt;Solved: Freertos debug issue - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;2:&amp;nbsp;Follow the configuration described in Section 4.2 (SEGGER J‑Link probes) of the MCUXpresso IDE 25.06 FreeRTOS Debug Guide&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;FreeRTOS thread-aware debugging for SEGGER J‑Link is disabled by default, and you must explicitly enable the RTOS plug‑in (GDBServer/RTOSPlugin_FreeRTOS) in your J‑Link Launch Configuration.&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;Wish it helps you&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;MayLiu&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Mar 2026 03:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCUxpresso-FreeRTOS-task-and-queue-list-windows-empty/m-p/2325321#M244247</guid>
      <dc:creator>mayliu1</dc:creator>
      <dc:date>2026-03-03T03:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: MCUxpresso: FreeRTOS task and queue list windows empty</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCUxpresso-FreeRTOS-task-and-queue-list-windows-empty/m-p/2325839#M244269</link>
      <description>&lt;P&gt;I got this working by upgrading to&amp;nbsp;SEGGER J-Link V9.22 software.&lt;BR /&gt;As always it takes a couple of tries to get something into the FreeRTOS-aware windows (long-standing MCUxpresso bug).&lt;/P&gt;&lt;P&gt;Contrary to some documentation on this site, at least for Segger the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;freertos_tasks_c_additions.h&lt;/FONT&gt; file is &lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt; required.&lt;BR /&gt;The relevant&amp;nbsp;FreeRTOSCOnfig settings I'm now using are:&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;/* Run time and task stats gathering related definitions. */
#define configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H  0 // DRN: NOT required for FreeRTOS-aware debugger windows??
#define configGENERATE_RUN_TIME_STATS          0
#define configUSE_TRACE_FACILITY               0 // DRN: NOT required for FreeRTOS-aware debugger windows, prerequisite for vTaskList(), vTaskGetRunTimeStats(), etc.
#define configUSE_STATS_FORMATTING_FUNCTIONS   0 // DRN: NOT required for FreeRTOS-aware debugger windows
#define configENABLE_BACKWARD_COMPATIBILITY     1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 01:33:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCUxpresso-FreeRTOS-task-and-queue-list-windows-empty/m-p/2325839#M244269</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2026-03-04T01:33:15Z</dc:date>
    </item>
  </channel>
</rss>

