<?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: TPM  MCGIRCLK is changing freqency in VLPR mode in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/TPM-MCGIRCLK-is-changing-freqency-in-VLPR-mode/m-p/609912#M6313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I use the 4MHz IRC for TPM driving source. The part nummer is KL26Z256.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2016 10:59:31 GMT</pubDate>
    <dc:creator>nobodyKnows</dc:creator>
    <dc:date>2016-09-12T10:59:31Z</dc:date>
    <item>
      <title>TPM  MCGIRCLK is changing freqency in VLPR mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/TPM-MCGIRCLK-is-changing-freqency-in-VLPR-mode/m-p/609910#M6311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I choosed the MCGIRCLK as source for the TPM Module to generating a PWM. It seem this is working. But if I change from 48Mhz running mode to VLPR the frequency is around 15% slower.&lt;/P&gt;&lt;P&gt;Is it possbile to avoid this issue? Is it also possible to calibrate the internal RC?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and best regards&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maximilian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 07:29:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/TPM-MCGIRCLK-is-changing-freqency-in-VLPR-mode/m-p/609910#M6311</guid>
      <dc:creator>nobodyKnows</dc:creator>
      <dc:date>2016-09-12T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: TPM  MCGIRCLK is changing freqency in VLPR mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/TPM-MCGIRCLK-is-changing-freqency-in-VLPR-mode/m-p/609911#M6312</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;Can you tell me the part number you are using? for the TPM driving clock source, do you use internal 48MHz clock or 4MHz internal reference clock which slower 15% in VLPR mode?&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>Mon, 12 Sep 2016 09:11:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/TPM-MCGIRCLK-is-changing-freqency-in-VLPR-mode/m-p/609911#M6312</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-09-12T09:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: TPM  MCGIRCLK is changing freqency in VLPR mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/TPM-MCGIRCLK-is-changing-freqency-in-VLPR-mode/m-p/609912#M6313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I use the 4MHz IRC for TPM driving source. The part nummer is KL26Z256.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 10:59:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/TPM-MCGIRCLK-is-changing-freqency-in-VLPR-mode/m-p/609912#M6313</guid>
      <dc:creator>nobodyKnows</dc:creator>
      <dc:date>2016-09-12T10:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: TPM  MCGIRCLK is changing freqency in VLPR mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/TPM-MCGIRCLK-is-changing-freqency-in-VLPR-mode/m-p/609913#M6314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Maximilian&lt;/P&gt;&lt;P&gt;I have checked the data sheet of KL26, the requency deviation of internal reference clock&lt;BR /&gt;(fast clock) over temperature and voltage —factory trimmed at nominal VDD and 25 °C is +/-3% at most.&lt;/P&gt;&lt;P&gt;Regarding your issue, i suppose you do not trim it before you use it. The trim value from factory is saved in the address 0x0000_03FE(bit 4:1) for the 4MHz fast internal clock source, you have to read it from the address and write it to the FCTRIM bits in MCG_C4.&lt;/P&gt;&lt;P&gt;For detailed inf, pls refer to the section in RM of KL26:&lt;/P&gt;&lt;P&gt;4.3.1 Alternate non-volatile IRC user trim description&lt;/P&gt;&lt;P&gt;24.3.4 MCG Control 4 Register (MCG_C4)&lt;/P&gt;&lt;P&gt;Hope it can help you&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, 13 Sep 2016 02:39:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/TPM-MCGIRCLK-is-changing-freqency-in-VLPR-mode/m-p/609913#M6314</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-09-13T02:39:24Z</dc:date>
    </item>
  </channel>
</rss>

