<?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 S32 design studio in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1704303#M26041</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any way to check the core clocks(running time) of a function in S32DS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Binge.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2023 10:16:52 GMT</pubDate>
    <dc:creator>Binge</dc:creator>
    <dc:date>2023-08-14T10:16:52Z</dc:date>
    <item>
      <title>S32 design studio</title>
      <link>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1704303#M26041</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any way to check the core clocks(running time) of a function in S32DS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Binge.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 10:16:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1704303#M26041</guid>
      <dc:creator>Binge</dc:creator>
      <dc:date>2023-08-14T10:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: S32 design studio</title>
      <link>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1704446#M26047</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you help us elaborate more on your request? We understand that are trying to measure the execution time of a function, but we are not completely sure about it.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 17:10:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1704446#M26047</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-08-14T17:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32 design studio</title>
      <link>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1704589#M26053</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes,I am&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;trying to measure the execution time of a function or a code segment.Please tell me how to do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Binge.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 01:18:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1704589#M26053</guid>
      <dc:creator>Binge</dc:creator>
      <dc:date>2023-08-15T01:18:42Z</dc:date>
    </item>
    <item>
      <title>回复： S32 design studio</title>
      <link>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1704955#M26078</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please refer to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1. use gpio (set high before code &lt;SPAN&gt;execution&amp;nbsp;, set low&amp;nbsp;after code execution&lt;/SPAN&gt;) and hard oscilloscope&lt;/P&gt;&lt;P&gt;2. timer tick count (system time tick or other)&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;please consider the impact of an interruption&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 09:45:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1704955#M26078</guid>
      <dc:creator>YanyiQiu</dc:creator>
      <dc:date>2023-08-15T09:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: S32 design studio</title>
      <link>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1705093#M26088</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There is a thread that talks about a different platform but provides some ideas of the execution time:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-measure-the-execution-time-of-a-function/td-p/590204" target="_blank"&gt;Solved: How can I measure the execution time of a function... - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Another idea is what it was already provided, which is using a timer to measure the entry and exit of the function, it just needs to be set so that it stops when the debugging session is halted by a breakpoint.&lt;/P&gt;
&lt;P&gt;Another possibility is provided under the thread, which is measuring by executed instructions under the function.&lt;/P&gt;
&lt;P&gt;There is also an explanation provided under the following AN:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12078.pdf" target="_blank"&gt;Measuring Interrupt Latency (nxp.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Which could be of use.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 15:57:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32-design-studio/m-p/1705093#M26088</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2023-08-15T15:57:46Z</dc:date>
    </item>
  </channel>
</rss>

