<?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 kl02 pwm resolution at 48MHz in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl02-pwm-resolution-at-48MHz/m-p/351741#M17407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the best pwm resolution for the KL02 running at 48MHz? 20ns or 40ns or 80ns? I want to operate it from the internal clock, using the pll to get 48Mhz for the core and then the according max. speed for the pwm peripherals/timers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 11:17:25 GMT</pubDate>
    <dc:creator>azamatbagatov</dc:creator>
    <dc:date>2015-02-05T11:17:25Z</dc:date>
    <item>
      <title>kl02 pwm resolution at 48MHz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl02-pwm-resolution-at-48MHz/m-p/351741#M17407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the best pwm resolution for the KL02 running at 48MHz? 20ns or 40ns or 80ns? I want to operate it from the internal clock, using the pll to get 48Mhz for the core and then the according max. speed for the pwm peripherals/timers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 11:17:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl02-pwm-resolution-at-48MHz/m-p/351741#M17407</guid>
      <dc:creator>azamatbagatov</dc:creator>
      <dc:date>2015-02-05T11:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: kl02 pwm resolution at 48MHz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl02-pwm-resolution-at-48MHz/m-p/351742#M17408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Please note that the KL02 does not count with PLL, I guess you mean FLL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Theoretically, with the device running at 48 MHz (&lt;STRONG&gt;MCGFLLCLK&lt;/STRONG&gt; as a source clock) the best PWM resolution would be 41.6 ns. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;When the TPM is set as PWM, the &lt;STRONG&gt;minimum&lt;/STRONG&gt; value for the TPMx_MOD is 2 and as a consequence, the PWM frequency is 24 MHz or 41.6 ns. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;If you set your device as mentioned before, please note the General switching specifications in datasheet from the following link:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;A href="http://www.freescale.com/files/32bit/doc/data_sheet/KL02P20M48SF0.pdf"&gt;&lt;SPAN style="color: windowtext;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://www.freescale.com/files/32bit/doc/data_sheet/KL02P20M48SF0.pdf" target="test_blank"&gt;http://www.freescale.com/files/32bit/doc/data_sheet/KL02P20M48SF0.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Hope this information will be useful for you. :smileyhappy:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Have a great day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;David Diaz.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 22:21:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl02-pwm-resolution-at-48MHz/m-p/351742#M17408</guid>
      <dc:creator>david_diaz</dc:creator>
      <dc:date>2015-02-09T22:21:50Z</dc:date>
    </item>
  </channel>
</rss>

