<?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>Kinetis MicrocontrollersのトピックRe: Cycle Counting on Kinetis K64F</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cycle-Counting-on-Kinetis-K64F/m-p/1046521#M56893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;you can use it in the debugger (see &lt;A class="link-titled" href="https://mcuoneclipse.com/2018/06/28/measuring-arm-cortex-m-cpu-cycles-spent-with-the-mcuxpresso-eclipse-registers-view/" title="https://mcuoneclipse.com/2018/06/28/measuring-arm-cortex-m-cpu-cycles-spent-with-the-mcuxpresso-eclipse-registers-view/"&gt;Measuring ARM Cortex-M CPU Cycles Spent with the MCUXpresso Eclipse Registers View | MCU on Eclipse&lt;/A&gt; ) or in the application too (see &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/01/30/cycle-counting-on-arm-cortex-m-with-dwt/" title="https://mcuoneclipse.com/2017/01/30/cycle-counting-on-arm-cortex-m-with-dwt/"&gt;Cycle Counting on ARM Cortex-M with DWT | MCU on Eclipse&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;For the later see &lt;A class="link-titled" href="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuArmTools.c" title="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuArmTools.c"&gt;McuOnEclipseLibrary/McuArmTools.c at master · ErichStyger/McuOnEclipseLibrary · GitHub&lt;/A&gt;&amp;nbsp; which is an implementation using the MCUXpresso SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2020 10:49:27 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2020-05-05T10:49:27Z</dc:date>
    <item>
      <title>Cycle Counting on Kinetis K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cycle-Counting-on-Kinetis-K64F/m-p/1046520#M56892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I would know if there are functions to cycle counting on MCUXpresso SDK.&lt;/P&gt;&lt;P&gt;I have seen that ARM processors contains&amp;nbsp;a special register called DWT for this purpose.&lt;/P&gt;&lt;P&gt;Can I use it on my fw release to time elapsed couting or is it meant for debugging only and isn't it a good practice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2020 10:41:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cycle-Counting-on-Kinetis-K64F/m-p/1046520#M56892</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2020-05-05T10:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cycle Counting on Kinetis K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cycle-Counting-on-Kinetis-K64F/m-p/1046521#M56893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;you can use it in the debugger (see &lt;A class="link-titled" href="https://mcuoneclipse.com/2018/06/28/measuring-arm-cortex-m-cpu-cycles-spent-with-the-mcuxpresso-eclipse-registers-view/" title="https://mcuoneclipse.com/2018/06/28/measuring-arm-cortex-m-cpu-cycles-spent-with-the-mcuxpresso-eclipse-registers-view/"&gt;Measuring ARM Cortex-M CPU Cycles Spent with the MCUXpresso Eclipse Registers View | MCU on Eclipse&lt;/A&gt; ) or in the application too (see &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/01/30/cycle-counting-on-arm-cortex-m-with-dwt/" title="https://mcuoneclipse.com/2017/01/30/cycle-counting-on-arm-cortex-m-with-dwt/"&gt;Cycle Counting on ARM Cortex-M with DWT | MCU on Eclipse&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;For the later see &lt;A class="link-titled" href="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuArmTools.c" title="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuArmTools.c"&gt;McuOnEclipseLibrary/McuArmTools.c at master · ErichStyger/McuOnEclipseLibrary · GitHub&lt;/A&gt;&amp;nbsp; which is an implementation using the MCUXpresso SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2020 10:49:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cycle-Counting-on-Kinetis-K64F/m-p/1046521#M56893</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-05-05T10:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cycle Counting on Kinetis K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cycle-Counting-on-Kinetis-K64F/m-p/1046522#M56894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;thank you very much&amp;nbsp;for your support and also for your great blog&amp;nbsp;where&lt;/P&gt;&lt;P&gt;we can learn so many things!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2020 12:50:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Cycle-Counting-on-Kinetis-K64F/m-p/1046522#M56894</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2020-05-05T12:50:07Z</dc:date>
    </item>
  </channel>
</rss>

