<?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: KE1xF: Is the current timer value of LPIT valid? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE1xF-Is-the-current-timer-value-of-LPIT-valid/m-p/836302#M50571</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'm using the LPIT only for unimportant time measurements on the KE1xF but I did not see any problem. I just wanted to know if the same problem as on the S32K can happen as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried your suggestion to read out the timer value in a buffer. The timer value was monotonically decreasing without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems the LPIT on the KE1xF could be used for time measurements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark, thank you for pointing me to the instruction counter. I will have a look on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2018 11:27:08 GMT</pubDate>
    <dc:creator>raul10</dc:creator>
    <dc:date>2018-10-09T11:27:08Z</dc:date>
    <item>
      <title>KE1xF: Is the current timer value of LPIT valid?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE1xF-Is-the-current-timer-value-of-LPIT-valid/m-p/836299#M50568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the LPIT implementation of the S32K series one cannot rely on the current timer value, see&amp;nbsp;&lt;A href="https://community.nxp.com/thread/485783"&gt;Problem with LPIT&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://community.nxp.com/thread/473627"&gt;LPIT TMR_CUR_VAL sporadically returning 0xFFFF'FFFF&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know if this is&amp;nbsp;also applies on the KE1xF? There is no hint in the manual as it is on the S32K but the implemenation seems to be similar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 09:36:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE1xF-Is-the-current-timer-value-of-LPIT-valid/m-p/836299#M50568</guid>
      <dc:creator>raul10</dc:creator>
      <dc:date>2018-10-08T09:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: KE1xF: Is the current timer value of LPIT valid?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE1xF-Is-the-current-timer-value-of-LPIT-valid/m-p/836300#M50569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LPIT implementation is very probably identical in all parts using it (however check the errata sheets to see if there are know restrictions in the particular version used).&lt;BR /&gt;Since the KE1xF has a Cortex-M4 core you may also be interested in its 32 bit instruction counter (in the Data Watch and Trace Unit) which gives core clock resolution for time stamps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;BR /&gt;Kinetis KE1xF:&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KE15Z.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KE15Z.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FTWR-KE18F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TWR-KE18F.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For less questions and faster, cheaper developments: try uTasker for Kinetis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 22:11:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE1xF-Is-the-current-timer-value-of-LPIT-valid/m-p/836300#M50569</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-10-08T22:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: KE1xF: Is the current timer value of LPIT valid?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE1xF-Is-the-current-timer-value-of-LPIT-valid/m-p/836301#M50570</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 have checked the errata of KE1xF, it does not mention the issue of LPIT.&lt;/P&gt;&lt;P&gt;I want to know whether it is a debugger issue or LPIT itself. If you set up the LPITx_TVALn register with a large value and use FTM, SYSTICK...module to generate a fixed cycle time interrupt, in the ISR, read the LPITx_CVALn to a buffer, after the buffer is full, check the buffer, what is the result?&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 06:51:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE1xF-Is-the-current-timer-value-of-LPIT-valid/m-p/836301#M50570</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2018-10-09T06:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: KE1xF: Is the current timer value of LPIT valid?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE1xF-Is-the-current-timer-value-of-LPIT-valid/m-p/836302#M50571</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'm using the LPIT only for unimportant time measurements on the KE1xF but I did not see any problem. I just wanted to know if the same problem as on the S32K can happen as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried your suggestion to read out the timer value in a buffer. The timer value was monotonically decreasing without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems the LPIT on the KE1xF could be used for time measurements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark, thank you for pointing me to the instruction counter. I will have a look on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 11:27:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE1xF-Is-the-current-timer-value-of-LPIT-valid/m-p/836302#M50571</guid>
      <dc:creator>raul10</dc:creator>
      <dc:date>2018-10-09T11:27:08Z</dc:date>
    </item>
  </channel>
</rss>

