<?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>Kinetis MicrocontrollersのトピックRe: K60 PWM phase?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-PWM-phase/m-p/269006#M8935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Terencet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Flex Timer of K60 can generate phase shift PWM signals exactly, no problem. The Phase shift PWM signals means that the PWM signals have the same cycle time, 50% duty cycle generally, but the one PWM signal has phase shift with another PWM signals, the FTM can generate the phase shift PWM signals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls refer to section 40.4.8.1 Asymmetrical PWM in reference manual of K60, in Combine mode, the CH0 and CH1 are a pair of complementary PWM signals, the CH2 and CH3 are complementary signal, CH4 and CH5 are complementary signals. Pls refer to table 10-67 Mode,Edge and level selection in the RM of K60, In the case: COMBINE=1, CPWMS=0, MSnB:MSnA=XX, ELSnB:ELSnA=10, the PWM signal is ComBine PWM signals, in other words, CH0 signal uses CV0/CV1 to control it's rising/falling edge, CH2 signal uses CV2/CV3 to control it's rising/falling edge, CH4 signal uses CV4/CV5 to control it's rising/falling edge. Assume that the FTM_CNTIN=0, FTM_MOD=1000 in edge aligenmet, if we set the following parameter:CV0=250, CV1=750, CV2=500, CV3=1000, then the CH0 and CH2 are 90 degree phase shift PWM signals. Pls note that only in COMBINE mode can you generate phase shift PWM signals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Dec 2013 06:50:35 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2013-12-30T06:50:35Z</dc:date>
    <item>
      <title>K60 PWM phase?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-PWM-phase/m-p/269004#M8933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the Flex timer to output 3 PWM signals. I can change the duty cycle of each but I can't see any way to change the phase.&lt;/P&gt;&lt;P&gt;Does any one know how to do this? I need each PWM signal to be a different phase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:52:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-PWM-phase/m-p/269004#M8933</guid>
      <dc:creator>terencet</dc:creator>
      <dc:date>2013-12-18T15:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: K60 PWM phase?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-PWM-phase/m-p/269005#M8934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello terencet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can find the next Design Reference Manual useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- &lt;STRONG&gt;DRM135: 3-Phase BLDC Sensorless Control with MQX RTOS Using the K60N512&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the document (&lt;STRONG&gt;DRM135&lt;/STRONG&gt;) as well as the code for the same (&lt;STRONG&gt;DRM135SW&lt;/STRONG&gt;) by running a search in Freescale web site for "DRM135".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot find it please tell me and I can provide a direct link or even attach it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 20:56:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-PWM-phase/m-p/269005#M8934</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2013-12-18T20:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: K60 PWM phase?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-PWM-phase/m-p/269006#M8935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Terencet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Flex Timer of K60 can generate phase shift PWM signals exactly, no problem. The Phase shift PWM signals means that the PWM signals have the same cycle time, 50% duty cycle generally, but the one PWM signal has phase shift with another PWM signals, the FTM can generate the phase shift PWM signals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls refer to section 40.4.8.1 Asymmetrical PWM in reference manual of K60, in Combine mode, the CH0 and CH1 are a pair of complementary PWM signals, the CH2 and CH3 are complementary signal, CH4 and CH5 are complementary signals. Pls refer to table 10-67 Mode,Edge and level selection in the RM of K60, In the case: COMBINE=1, CPWMS=0, MSnB:MSnA=XX, ELSnB:ELSnA=10, the PWM signal is ComBine PWM signals, in other words, CH0 signal uses CV0/CV1 to control it's rising/falling edge, CH2 signal uses CV2/CV3 to control it's rising/falling edge, CH4 signal uses CV4/CV5 to control it's rising/falling edge. Assume that the FTM_CNTIN=0, FTM_MOD=1000 in edge aligenmet, if we set the following parameter:CV0=250, CV1=750, CV2=500, CV3=1000, then the CH0 and CH2 are 90 degree phase shift PWM signals. Pls note that only in COMBINE mode can you generate phase shift PWM signals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 06:50:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-PWM-phase/m-p/269006#M8935</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2013-12-30T06:50:35Z</dc:date>
    </item>
  </channel>
</rss>

