<?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: SDK Function execution times for each module? in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1181295#M6990</link>
    <description>&lt;P&gt;see how to use it directly from the application code: &lt;A href="https://mcuoneclipse.com/2017/01/30/cycle-counting-on-arm-cortex-m-with-dwt/" target="_self"&gt;Cycle Counting on ARM Cortex-M with DWT&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2020 07:33:32 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2020-11-11T07:33:32Z</dc:date>
    <item>
      <title>SDK Function execution times for each module?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1179706#M6981</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;is there any document which give&amp;nbsp;SDK Function execution times?&lt;/P&gt;&lt;P&gt;e.g. in Flash driver and the follow function -&amp;gt; "&lt;SPAN&gt;FLASH_DRV_Program"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or other functions like LPSPI?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 15:16:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1179706#M6981</guid>
      <dc:creator>JeorgeB</dc:creator>
      <dc:date>2020-11-07T15:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: SDK Function execution times for each module?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1179755#M6983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;JeorgeB,&lt;/P&gt;
&lt;P&gt;Please refer: &lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Measure-the-running-time-of-one-function-on-S32K/ta-p/1114941" target="_self"&gt;Measure the running time of one function on S32K&lt;/A&gt;&lt;BR /&gt;The unit of measurements of the variabile &lt;STRONG&gt;ARM_CM_DWT_CYCCNT&lt;/STRONG&gt; is &lt;STRONG&gt;CORE_CLK&lt;/STRONG&gt; cycles.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 00:42:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1179755#M6983</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2020-11-09T00:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: SDK Function execution times for each module?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1179843#M6984</link>
      <description>&lt;P&gt;Thanks for kind reply,&amp;nbsp;&lt;/P&gt;&lt;P&gt;in s32kxx RM, page 2143, there is a table which says DWT in s32k142 can not be access by user application.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 893px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/129397iCE3AAE8C348734FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;so, for each function we can not use this unit in runtime.&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any document from NXP which give SDK function times? or we should measure them in debug mode and consider that in run time application?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 04:49:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1179843#M6984</guid>
      <dc:creator>JeorgeB</dc:creator>
      <dc:date>2020-11-09T04:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: SDK Function execution times for each module?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1179894#M6985</link>
      <description>&lt;P&gt;We don't have document which give SDK Function execution times.&lt;BR /&gt;I think you can have a test on your board.&lt;BR /&gt;You can also refer: &lt;A href="https://community.nxp.com/t5/S32K/Help-with-the-library-elapsed-time-for-the-time-analysis-of/td-p/1154914" target="_self"&gt;Help with the library elapsed_time for the time analysis of function&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 06:41:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1179894#M6985</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2020-11-09T06:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: SDK Function execution times for each module?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1180116#M6987</link>
      <description>&lt;P&gt;&lt;SPAN&gt;unfortunately I have not access to board yet and want to know is true my opinion about DWT? (it is not possible to use DWT in run time application by CPU).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 13:29:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1180116#M6987</guid>
      <dc:creator>JeorgeB</dc:creator>
      <dc:date>2020-11-09T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: SDK Function execution times for each module?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1181295#M6990</link>
      <description>&lt;P&gt;see how to use it directly from the application code: &lt;A href="https://mcuoneclipse.com/2017/01/30/cycle-counting-on-arm-cortex-m-with-dwt/" target="_self"&gt;Cycle Counting on ARM Cortex-M with DWT&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 07:33:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/SDK-Function-execution-times-for-each-module/m-p/1181295#M6990</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2020-11-11T07:33:32Z</dc:date>
    </item>
  </channel>
</rss>

