<?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>MCUXpresso IDEのトピックRe: how to increase the correlation parameters and processing functions in the FreeRTOS Wireless UART demo application to show the Runtime items in the MCUXpresso IDE FreeRTOS Debug Task List View?</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/how-to-increase-the-correlation-parameters-and-processing/m-p/742448#M1515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Limin Jia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more information about MCUXpresso and FreeRTOS Thread aware debugging on the following document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf" title="https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf"&gt;https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2018 14:52:55 GMT</pubDate>
    <dc:creator>Carlos_Mendoza</dc:creator>
    <dc:date>2018-01-30T14:52:55Z</dc:date>
    <item>
      <title>how to increase the correlation parameters and processing functions in the FreeRTOS Wireless UART demo application to show the Runtime items in the MCUXpresso IDE FreeRTOS Debug Task List View?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/how-to-increase-the-correlation-parameters-and-processing/m-p/742447#M1514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the MCUXpresso IDE FreeRTOS Debug Task List View,If you want to see Task runtime with percentage value. Both configUSE_TRACE_FACILITY and configGENERATE_RUN_TIME_STATS need to be set to 1 in the FreeRTOSConfig.h file.&lt;BR /&gt;I use the SDK_2.2_FRDM-KW41Z and Wireless UART(freeRTOS) is a BLE demo application,in the FreeRTOSConfig.h file, the configGENERATE_RUN_TIME_STATS default setting is 0, When this parameter is changed to 1.in the FreeRTOS.h file, There are the following statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#if ( configGENERATE_RUN_TIME_STATS == 1 )&lt;BR /&gt;&amp;nbsp;#ifndef portCONFIGURE_TIMER_FOR_RUN_TIME_STATS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;#error If configGENERATE_RUN_TIME_STATS is defined then portCONFIGURE_TIMER_FOR_RUN_TIME_STATS must also be defined.&amp;nbsp; portCONFIGURE_TIMER_FOR_RUN_TIME_STATS should call a port layer function to setup a peripheral timer/counter that can then be used as the run time counter time base.&lt;BR /&gt;&amp;nbsp;#endif /* portCONFIGURE_TIMER_FOR_RUN_TIME_STATS */&lt;/P&gt;&lt;P&gt;&amp;nbsp;#ifndef portGET_RUN_TIME_COUNTER_VALUE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;#ifndef portALT_GET_RUN_TIME_COUNTER_VALUE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;#error If configGENERATE_RUN_TIME_STATS is defined then either portGET_RUN_TIME_COUNTER_VALUE or portALT_GET_RUN_TIME_COUNTER_VALUE must also be defined.&amp;nbsp; See the examples provided and the FreeRTOS web site for more information.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;#endif /* portALT_GET_RUN_TIME_COUNTER_VALUE */&lt;BR /&gt;&amp;nbsp;#endif /* portGET_RUN_TIME_COUNTER_VALUE */&lt;/P&gt;&lt;P&gt;#endif /* configGENERATE_RUN_TIME_STATS */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to increase the correlation parameters and processing functions in the FreeRTOS Wireless UART demo application to show the Runtime items in the MCUXpresso IDE FreeRTOS Debug Task List View?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jan 2018 06:15:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/how-to-increase-the-correlation-parameters-and-processing/m-p/742447#M1514</guid>
      <dc:creator>bjemt</dc:creator>
      <dc:date>2018-01-21T06:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the correlation parameters and processing functions in the FreeRTOS Wireless UART demo application to show the Runtime items in the MCUXpresso IDE FreeRTOS Debug Task List View?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/how-to-increase-the-correlation-parameters-and-processing/m-p/742448#M1515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Limin Jia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more information about MCUXpresso and FreeRTOS Thread aware debugging on the following document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf" title="https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf"&gt;https://www.nxp.com/docs/en/quick-reference-guide/MCUXpresso_IDE_FreeRTOS_Debug_Guide.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 14:52:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/how-to-increase-the-correlation-parameters-and-processing/m-p/742448#M1515</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2018-01-30T14:52:55Z</dc:date>
    </item>
  </channel>
</rss>

