<?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 KL03 PWM set channel output low in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03-PWM-set-channel-output-low/m-p/501086#M31367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the KL03s PWM outputs and I cannot determine if the channel outputs can be set low without disabling the PWM function.&amp;nbsp; For example, I would like the PWM to continue running and when an interrupt occurs I would like to turn the channel output off until the next cycle starts.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2016 00:20:14 GMT</pubDate>
    <dc:creator>stevengarfinkel</dc:creator>
    <dc:date>2016-04-13T00:20:14Z</dc:date>
    <item>
      <title>KL03 PWM set channel output low</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03-PWM-set-channel-output-low/m-p/501086#M31367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the KL03s PWM outputs and I cannot determine if the channel outputs can be set low without disabling the PWM function.&amp;nbsp; For example, I would like the PWM to continue running and when an interrupt occurs I would like to turn the channel output off until the next cycle starts.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 00:20:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03-PWM-set-channel-output-low/m-p/501086#M31367</guid>
      <dc:creator>stevengarfinkel</dc:creator>
      <dc:date>2016-04-13T00:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: KL03 PWM set channel output low</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03-PWM-set-channel-output-low/m-p/501087#M31368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;Do you mean the function like fault clearing? (for example: Automatic fault clearing)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Automatic fault clearing.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31956i7254EA5BC4CD24B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Automatic fault clearing.jpg" alt="Automatic fault clearing.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The TPM module in KL03 doesn't support this function.&lt;/P&gt;&lt;P&gt;I am afraid you need select one MCU with fault inputs function. Product Selector can help you find the Kinetis with fault inputs function (PWM Types select &lt;A href="http://www.nxp.com/webapp/parametricSelector.sp#/&amp;amp;c=c731_c380_c173&amp;amp;cof=1&amp;amp;am=0&amp;amp;mvf=p789~Motor%20Control%20PWM&amp;amp;co=p789,p775,p257,p773,p259,p798,p91,p727,p728,p725,p724,p781,p726,p770,p774,p785,p783,p779,p848"&gt;Motor Control PWM&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to use KL03, I think you can wire-AND the output of PWM and GPIO.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="and logic gate.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31930i4CF143AE2F136151/image-size/large?v=v2&amp;amp;px=999" role="button" title="and logic gate.jpg" alt="and logic gate.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example: Clear the GPIO after rising edge detected, set the GPIO in Timer Overflow Interrupt if needed.&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&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 08:12:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03-PWM-set-channel-output-low/m-p/501087#M31368</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2016-04-13T08:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: KL03 PWM set channel output low</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03-PWM-set-channel-output-low/m-p/501088#M31369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; The feature you suggest is similar to what I had in mind.&amp;nbsp; I guess there is no register that actually represents the channel output in the KL03 family that could be reset in software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 16:43:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03-PWM-set-channel-output-low/m-p/501088#M31369</guid>
      <dc:creator>stevengarfinkel</dc:creator>
      <dc:date>2016-04-15T16:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: KL03 PWM set channel output low</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03-PWM-set-channel-output-low/m-p/501089#M31370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;You can also refer the methods in &lt;A _jive_internal="true" href="https://community.nxp.com/thread/390872"&gt;Clear PWM channel output after StopOnOverflow (KL17Z) &lt;/A&gt;.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 01:35:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL03-PWM-set-channel-output-low/m-p/501089#M31370</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2016-05-09T01:35:10Z</dc:date>
    </item>
  </channel>
</rss>

