<?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: TaskList empty with FreeRTOS in S32 Design Studio for S32Platform in S32K</title>
    <link>https://community.nxp.com/t5/S32K/TaskList-empty-with-FreeRTOS-in-S32-Design-Studio-for/m-p/1357676#M12488</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;should below articles address this?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2018/06/29/show-freertos-threads-in-eclipse-debug-view-with-segger-j-link-and-nxp-s32-design-studio/" target="_blank"&gt;https://mcuoneclipse.com/2018/06/29/show-freertos-threads-in-eclipse-debug-view-with-segger-j-link-and-nxp-s32-design-studio/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2019/12/31/implementing-freertos-performance-counters-on-arm-cortex-m/" target="_blank"&gt;https://mcuoneclipse.com/2019/12/31/implementing-freertos-performance-counters-on-arm-cortex-m/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 07:20:30 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2021-10-19T07:20:30Z</dc:date>
    <item>
      <title>TaskList empty with FreeRTOS in S32 Design Studio for S32Platform</title>
      <link>https://community.nxp.com/t5/S32K/TaskList-empty-with-FreeRTOS-in-S32-Design-Studio-for/m-p/1357278#M12475</link>
      <description>&lt;P&gt;Hello everbody!&lt;/P&gt;&lt;P&gt;I am using the S32K148EVB with Segger J-Link Debugger and S32 Design Studio for S32 Platform.&lt;/P&gt;&lt;P&gt;I imported the freertos example, let it run and it works&lt;BR /&gt;So far, so good.&lt;BR /&gt;But now i want to see the TaskList, Queue List, Timer List and Heap Usage.&lt;BR /&gt;But those lists are not getting populated.&lt;/P&gt;&lt;P&gt;According to several google entries, this should be done by setting the OSAwareness option and other stuff.&lt;/P&gt;&lt;P&gt;Also there are a bunch of settings in the FreeRTOSConfig.h file which should changed according to this entries.&lt;/P&gt;&lt;P&gt;But somehow there are no settings specific for the S32K148 to find.&lt;/P&gt;&lt;P&gt;Can you tell me which settings I really have to change in order to get the FreeRTOS Task Aware Debugger for GDB running?&lt;/P&gt;&lt;P&gt;BTW it is also not working with the onboard PEmicro debugging interface.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christof&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 15:13:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/TaskList-empty-with-FreeRTOS-in-S32-Design-Studio-for/m-p/1357278#M12475</guid>
      <dc:creator>christofhaiding</dc:creator>
      <dc:date>2021-10-18T15:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: TaskList empty with FreeRTOS in S32 Design Studio for S32Platform</title>
      <link>https://community.nxp.com/t5/S32K/TaskList-empty-with-FreeRTOS-in-S32-Design-Studio-for/m-p/1357676#M12488</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;should below articles address this?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2018/06/29/show-freertos-threads-in-eclipse-debug-view-with-segger-j-link-and-nxp-s32-design-studio/" target="_blank"&gt;https://mcuoneclipse.com/2018/06/29/show-freertos-threads-in-eclipse-debug-view-with-segger-j-link-and-nxp-s32-design-studio/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2019/12/31/implementing-freertos-performance-counters-on-arm-cortex-m/" target="_blank"&gt;https://mcuoneclipse.com/2019/12/31/implementing-freertos-performance-counters-on-arm-cortex-m/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 07:20:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/TaskList-empty-with-FreeRTOS-in-S32-Design-Studio-for/m-p/1357676#M12488</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2021-10-19T07:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: TaskList empty with FreeRTOS in S32 Design Studio for S32Platform</title>
      <link>https://community.nxp.com/t5/S32K/TaskList-empty-with-FreeRTOS-in-S32-Design-Studio-for/m-p/1357728#M12490</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;I already did the things from the first link, the tasks are shown at the Debug View.&lt;/P&gt;&lt;P&gt;Regarding the second link: I am using the S32 Design Studio for S32 Platform with the S32K1xx SDK RTM v4.0.2.&lt;BR /&gt;Seems there is no support for functions like "&lt;SPAN&gt;McuArmTools_InitCycleCounter()"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I deal with that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christof&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 08:04:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/TaskList-empty-with-FreeRTOS-in-S32-Design-Studio-for/m-p/1357728#M12490</guid>
      <dc:creator>christofhaiding</dc:creator>
      <dc:date>2021-10-19T08:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: TaskList empty with FreeRTOS in S32 Design Studio for S32Platform</title>
      <link>https://community.nxp.com/t5/S32K/TaskList-empty-with-FreeRTOS-in-S32-Design-Studio-for/m-p/1357735#M12491</link>
      <description>&lt;P&gt;Hi Petr!&lt;/P&gt;&lt;P&gt;I have also another question:&lt;BR /&gt;Is it possible to debug stuff like: code coverage, time line and other detailed debugging with the J-Link Pro Probe native in S32 Design Studio?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christof&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 08:16:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/TaskList-empty-with-FreeRTOS-in-S32-Design-Studio-for/m-p/1357735#M12491</guid>
      <dc:creator>christofhaiding</dc:creator>
      <dc:date>2021-10-19T08:16:49Z</dc:date>
    </item>
  </channel>
</rss>

