<?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: KV4x : PWMA : Resolution in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV4x-PWMA-Resolution/m-p/2002563#M67023</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The nano-edge fractional unit can be used the signed center alignment mode with complimentary pairs (with deadtime of 1.5 micro-second), but your code should make sure that the dead time is enough to avoid the shorting event between DC power supply and GND.&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2024 06:50:53 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2024-11-27T06:50:53Z</dc:date>
    <item>
      <title>KV4x : PWMA : Resolution</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV4x-PWMA-Resolution/m-p/1988641#M66914</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have found(on NXP site) and referd document&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/Nano-edge-placement-feature-for-eFlexPWM-module-based-on-KV4x/ta-p/1105571" target="_blank" rel="noopener"&gt;Nano-edge placement of eFlexPWM on KV4x family&lt;/A&gt;&amp;nbsp;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As per the document it helps to increse duty cycle resolution by using fractional unit, so we can have duty cycle like&amp;nbsp;50.03125,&lt;BR /&gt;50.0625, 50.09325,50.125,…….50.96875.&lt;/P&gt;&lt;P&gt;my quary is regarding&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;frequency resolution&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in my application i have to use fix 50% duty cyle and have to change frquency as per the need.&lt;/P&gt;&lt;P&gt;Example :&amp;nbsp;e PWM driving clock for KV4x is 100MHz&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Total Timer Ticks : 1000 will generate frq 100000 Hz (100KHz)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Total Timer Ticks : 999 will generate frq 100100.1001001001 Hz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so 1 tick will produce 100Hz diffrance...and this diffrance increase as we go higher in frquency.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to&amp;nbsp;increase frquency resolution using fractional unit.??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;orr it is just helps with duty cycle..??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in my application i need to vary frquency in range from 45KHz to 100KHz. I have no idea right now how much resolution i required but if it is possible to increase&amp;nbsp;resolution like in duty cycle..,,,would like to go for it for&amp;nbsp;precise performance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 08:34:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV4x-PWMA-Resolution/m-p/1988641#M66914</guid>
      <dc:creator>EmbedALM</dc:creator>
      <dc:date>2024-11-06T08:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: KV4x : PWMA : Resolution</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV4x-PWMA-Resolution/m-p/1989856#M66928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Of course, you can get fractional frequency.&lt;/P&gt;
&lt;P&gt;For eFlexPWM module, the VALUE1 register controls the PWM frequency, for example&lt;/P&gt;
&lt;P&gt;Example : eFlexPWM driving clock for KV4x is 100MHz in edge-alignment mode, the tick cycle time is 10nS.&lt;/P&gt;
&lt;P&gt;The VALUE1 reg is 1000, the PWM cycle time is 1000*10nS=10uS, in other words, the PWM frequency will be 100Khz.&lt;/P&gt;
&lt;P&gt;Assume that the fractional feature is enabled, set the PWM_SM0FRACVAL1 as 16 with&lt;/P&gt;
&lt;P&gt;PWMA_SMnFRACVAL1=16&amp;lt;&amp;lt;11;&lt;/P&gt;
&lt;P&gt;The PWM cycle time will be 10nS*(1000+16/32)=10005nS, the PWM frequency will be 99.95khz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 07:02:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV4x-PWMA-Resolution/m-p/1989856#M66928</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-11-07T07:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: KV4x : PWMA : Resolution</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV4x-PWMA-Resolution/m-p/2002490#M67022</link>
      <description>can we use nano edge fractional unit in signed center alignment with complimentary pairs (with deadtime of 1.5 micro-second) ?&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Nov 2024 05:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV4x-PWMA-Resolution/m-p/2002490#M67022</guid>
      <dc:creator>EmbedALM</dc:creator>
      <dc:date>2024-11-27T05:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: KV4x : PWMA : Resolution</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV4x-PWMA-Resolution/m-p/2002563#M67023</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The nano-edge fractional unit can be used the signed center alignment mode with complimentary pairs (with deadtime of 1.5 micro-second), but your code should make sure that the dead time is enough to avoid the shorting event between DC power supply and GND.&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 06:50:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KV4x-PWMA-Resolution/m-p/2002563#M67023</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-11-27T06:50:53Z</dc:date>
    </item>
  </channel>
</rss>

