<?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: Unable to generate PWM after FTM FaultF clear</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620445#M37101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi Kerry Zhou,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the reply,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Still unable to generate PWM without reset, refer below the steps followed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FTM[0] is pointer to address&amp;nbsp;4003_8000, following is the sequence of operation for monitoring the error status. Clearing the FAULTF if if there is a fault&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTMx_FMS_T fms;&lt;/P&gt;&lt;P&gt;fms.U32 = FTM[0]-&amp;gt;FMS.U32;&lt;/P&gt;&lt;P&gt;if (fms.F.FAULTF0 == 0)&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp; //NORMAL;&lt;BR /&gt; }&lt;BR /&gt; else&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;FTM[0]-&amp;gt;FMS.F.FAULTF = 0 // tried individual bit clearing for FAULTF0&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2016 20:20:17 GMT</pubDate>
    <dc:creator>sangameshvandal</dc:creator>
    <dc:date>2016-12-19T20:20:17Z</dc:date>
    <item>
      <title>Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620442#M37098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Unable to generate PWM after the Fault, even if the the corresponding FaultF bit is cleared. The fault control mode is configured in Manual.&lt;/P&gt;&lt;P&gt;The system needs to be turned off and turned on to generate next PWM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else need to be done to generate PWM after fault is generated, when fault control is in manual mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 15:27:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620442#M37098</guid>
      <dc:creator>sangameshvandal</dc:creator>
      <dc:date>2016-12-16T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620443#M37099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangamesh Vandal,&lt;/P&gt;&lt;P&gt;According to the reference manual, and AN3729, there has 2 Fault clearing in FTM module:&lt;/P&gt;&lt;P&gt;2.3.2.1 Automatic Fault Clearing&lt;BR /&gt;If automatic fault clearing is selected (FAULTM[1:0] = 11), then the disabled channel outputs are&lt;BR /&gt;re-enabled at the beginning of each PWM pulse, and the fault input signal returns to zero. This setting is&lt;BR /&gt;usually used for implementing cycle-by-cycle current limitation.&lt;BR /&gt;2.3.2.2 Manual Fault Clearing&lt;BR /&gt;If manual fault clearing is selected (FAULTM[1:0] = 01 or 10), then disabled channel outputs are enabled&lt;BR /&gt;when the FAULTF bit is cleared and a new PWM cycle begins. This mode is used for fault protection.&lt;BR /&gt;Because the fault input is edge-sensitive only, the actual state of the fault input pin must be checked by&lt;BR /&gt;testing the FAULTIN bit in the FTMxFMS register before clearing the FAULTF bit.&lt;/P&gt;&lt;P&gt;Which modes you are using?&amp;nbsp; Manual Fault clearing? When you clear the bit, did you also check the FAULTIN bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&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>Mon, 19 Dec 2016 08:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620443#M37099</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-12-19T08:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620444#M37100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2.3.3 Fault Status and Interrupt Control&lt;BR /&gt;The fault event can generate an interrupt if enabled by the FAULTIE bit in the FTMxMODE register. The&lt;BR /&gt;fault event is indicated by the FAULTF bit in the FTMxFMS register. To clear the FAULTF bit:&lt;BR /&gt;1. While the FAULTF bit is set, read the FTMxFMS register.&lt;BR /&gt;2. Test the FAULTIN bit in the FTMxFMS register.&lt;BR /&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;&lt;BR /&gt;Clearing bit FAULTF re-enables FTM outputs under all conditions, because&lt;BR /&gt;the fault input is edge-sensitive only. Therefore, before clearing the&lt;BR /&gt;FAULTF bit, the actual state of the fault input pin must be checked by&lt;BR /&gt;testing the FAULTIN bit in the FTMxFMS register.&lt;BR /&gt;3. Write a logic 0 to the FAULTF bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 08:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620444#M37100</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-12-19T08:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620445#M37101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi Kerry Zhou,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the reply,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Still unable to generate PWM without reset, refer below the steps followed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FTM[0] is pointer to address&amp;nbsp;4003_8000, following is the sequence of operation for monitoring the error status. Clearing the FAULTF if if there is a fault&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTMx_FMS_T fms;&lt;/P&gt;&lt;P&gt;fms.U32 = FTM[0]-&amp;gt;FMS.U32;&lt;/P&gt;&lt;P&gt;if (fms.F.FAULTF0 == 0)&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp; //NORMAL;&lt;BR /&gt; }&lt;BR /&gt; else&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;FTM[0]-&amp;gt;FMS.F.FAULTF = 0 // tried individual bit clearing for FAULTF0&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 20:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620445#M37101</guid>
      <dc:creator>sangameshvandal</dc:creator>
      <dc:date>2016-12-19T20:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620446#M37102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangamesh Vandal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please tell me the chip part number which you are using.&lt;/P&gt;&lt;P&gt;Waiting for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&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, 20 Dec 2016 02:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620446#M37102</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-12-20T02:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620447#M37103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MKV31F512VLL12 is the chip part number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 02:34:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620447#M37103</guid>
      <dc:creator>sangameshvandal</dc:creator>
      <dc:date>2016-12-20T02:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620448#M37104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I hope, by chip part number you meant microcontroller part number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 20:01:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620448#M37104</guid>
      <dc:creator>sangameshvandal</dc:creator>
      <dc:date>2016-12-21T20:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620449#M37105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangamesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Yes, I have got it.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am testing it on my side now, and will reply you later.&lt;/P&gt;&lt;P&gt;&amp;nbsp; On your side,&amp;nbsp; please also check the fault flag after you clear it, did you clear it successfully or there has any other fault happen again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&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>Thu, 22 Dec 2016 10:27:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620449#M37105</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-12-22T10:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620450#M37106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangamesh Vandal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This the code from the KSDK, you can find the FAULT clear code:&lt;/P&gt;&lt;P&gt;void FTM_ClearStatusFlags(FTM_Type *base, uint32_t mask)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Clear the timer overflow flag by writing a 0 to the bit while it is set */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (mask &amp;amp; kFTM_TimeOverflowFlag)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base-&amp;gt;SC &amp;amp;= ~FTM_SC_TOF_MASK;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Clear fault flag by writing a 0 to the bit while it is set */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (mask &amp;amp; kFTM_FaultFlag)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base-&amp;gt;FMS &amp;amp;= ~FTM_FMS_FAULTF_MASK;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Clear channel trigger flag */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (mask &amp;amp; kFTM_ChnlTriggerFlag)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base-&amp;gt;EXTTRIG &amp;amp;= ~FTM_EXTTRIG_TRIGF_MASK;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#if defined(FSL_FEATURE_FTM_HAS_RELOAD_INTERRUPT) &amp;amp;&amp;amp; (FSL_FEATURE_FTM_HAS_RELOAD_INTERRUPT)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Check reload flag by writing a 0 to the bit while it is set */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (mask &amp;amp; kFTM_ReloadFlag)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base-&amp;gt;SC &amp;amp;= ~FTM_SC_RF_MASK;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;#endif&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Clear the channel status flags by writing a 0 to the bit */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; base-&amp;gt;STATUS &amp;amp;= ~(mask &amp;amp; 0xFFU);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take care, when you clear the fault, you should make sure there has no other fault condition is detected, otherwise, the FAULTF remains set.&lt;/P&gt;&lt;P&gt;You can debug your code, after the fault happens, then remove the fault condition, and clear the FAULTF flag, and check the flag again, whether it is successfully cleared.&lt;/P&gt;&lt;P&gt;If you still have question, please give me some picture about your debug register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&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>Fri, 23 Dec 2016 05:18:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620450#M37106</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-12-23T05:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620451#M37107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry Zhou&lt;/P&gt;&lt;P&gt;Thanks for the sample code, does this mean, we need to clear all these flags(timer overflow flag, external trigger flag etc....)on fault or only the&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;/* Clear fault flag by writing a 0 to the bit while it is set */&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (mask &amp;amp; kFTM_FaultFlag)&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base-&amp;gt;FMS &amp;amp;= ~FTM_FMS_FAULTF_MASK;&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;And also can you please share the link to download this complete code base&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 19:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620451#M37107</guid>
      <dc:creator>sangameshvandal</dc:creator>
      <dc:date>2016-12-27T19:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620452#M37108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangamesh Vandal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please download the code from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome to MCUXpresso | MCUXpresso Config Tools&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Choose TWR-KV31F120M, then build an SDK, generate it and download it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;You can find the according code in folder:&lt;/P&gt;&lt;P&gt;SDK_2.0_TWR-KV31F120M\devices\MKV31F51212\drivers&lt;/P&gt;&lt;P&gt;fsl_ftm.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&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>Wed, 28 Dec 2016 01:41:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620452#M37108</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-12-28T01:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620453#M37109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Now the issue is fixed, even though the fault was cleared, needed to reset FTM[0]-&amp;gt;CNT.F.COUNT to 0 to start the next PWM signals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 21:46:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620453#M37109</guid>
      <dc:creator>sangameshvandal</dc:creator>
      <dc:date>2016-12-29T21:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to generate PWM after FTM FaultF clear</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620454#M37110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had same issue.&lt;/P&gt;&lt;P&gt;try to set reload point bit (min or max) to 1 : CNTMIN or CNTMAX on SYNC reg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 14:58:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Unable-to-generate-PWM-after-FTM-FaultF-clear/m-p/620454#M37110</guid>
      <dc:creator>enricocongiu</dc:creator>
      <dc:date>2017-03-03T14:58:42Z</dc:date>
    </item>
  </channel>
</rss>

