<?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: Maximum PWM Frequency K22 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Maximum-PWM-Frequency-K22/m-p/618314#M36892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I change my timer and pin to FTM1 and PTA13 and the PWM works correctly on that pin.&amp;nbsp; FTM0 works alright with C7V and PTD7.&amp;nbsp;&amp;nbsp;Still wondering why FTM0 and PTC1 are having this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2017 15:19:13 GMT</pubDate>
    <dc:creator>ee_dugan</dc:creator>
    <dc:date>2017-03-06T15:19:13Z</dc:date>
    <item>
      <title>Maximum PWM Frequency K22</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Maximum-PWM-Frequency-K22/m-p/618312#M36890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the maximum frequency of the PWM using the FTM0 on a MK22FN128VLL10?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why I ask is because I can generate a PWM of 10kHz and duty cycle of 50% using the expected numbers for the registers for FTM0. &amp;nbsp;However, when I try to generate a PWM of 20kHz and duty cycle of 50%, the duty cycle is only 40%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The frequency is core clock is 96MHz. &amp;nbsp;Bus clock is 48MHz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:05:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Maximum-PWM-Frequency-K22/m-p/618312#M36890</guid>
      <dc:creator>ee_dugan</dc:creator>
      <dc:date>2017-03-03T15:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum PWM Frequency K22</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Maximum-PWM-Frequency-K22/m-p/618313#M36891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Investigating this some more at the slower speeds. &amp;nbsp;There seems to be a 5uS delay on switching at the C0V point. &amp;nbsp;Deadtime is set to 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:34:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Maximum-PWM-Frequency-K22/m-p/618313#M36891</guid>
      <dc:creator>ee_dugan</dc:creator>
      <dc:date>2017-03-03T15:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum PWM Frequency K22</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Maximum-PWM-Frequency-K22/m-p/618314#M36892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I change my timer and pin to FTM1 and PTA13 and the PWM works correctly on that pin.&amp;nbsp; FTM0 works alright with C7V and PTD7.&amp;nbsp;&amp;nbsp;Still wondering why FTM0 and PTC1 are having this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:19:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Maximum-PWM-Frequency-K22/m-p/618314#M36892</guid>
      <dc:creator>ee_dugan</dc:creator>
      <dc:date>2017-03-06T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum PWM Frequency K22</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Maximum-PWM-Frequency-K22/m-p/618315#M36893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Douglas,&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&lt;BR /&gt;Please try to test the attached project which generated by Processor Expert using KDS3.2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="FTM0 PTC1 PWM1_SetRatio16.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/15753i9B7D701413930DCF/image-size/large?v=v2&amp;amp;px=999" role="button" title="FTM0 PTC1 PWM1_SetRatio16.png" alt="FTM0 PTC1 PWM1_SetRatio16.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I test the same setting of PWM_LDD on TWR-K22F120M, PTC1 can output the 50% duty PWM.&lt;/P&gt;&lt;P&gt;When Edge-Aligned PWM (EPWM) mode is select, set the CnV half of MOD makes it 50% duty. You can check the value of FTM0_C0V and FTM0_MOD during debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 07:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Maximum-PWM-Frequency-K22/m-p/618315#M36893</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2017-03-07T07:33:56Z</dc:date>
    </item>
  </channel>
</rss>

