<?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: FTM Quad Decoder Demo App in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FTM-Quad-Decoder-Demo-App/m-p/829403#M50118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Received the reply from MCUXpresso SDK team, they will fix it in the next version.&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>Wed, 08 Aug 2018 07:43:49 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2018-08-08T07:43:49Z</dc:date>
    <item>
      <title>FTM Quad Decoder Demo App</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FTM-Quad-Decoder-Demo-App/m-p/829401#M50116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following code snippet is from the SDK 2.4 ftm_quad_decoder example in the 'demo_apps' folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;/* Set the modulo values for Quad Decoder. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; FTM_SetQuadDecoderModuloValue(DEMO_FTM_BASEADDR, 0U, DEMO_QUAD_DECODER_MODULO);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;/* Enable the Quad Decoder mode. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; phaseParamsConfigStruct.enablePhaseFilter = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; phaseParamsConfigStruct.phaseFilterVal = 16;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; phaseParamsConfigStruct.phasePolarity = kFTM_QuadPhaseNormal;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; FTM_SetupQuadDecode(DEMO_FTM_BASEADDR, &amp;amp;phaseParamsConfigStruct, /* Phase A. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; &amp;amp;phaseParamsConfigStruct, /* Phase B. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; kFTM_QuadPhaseEncode);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The assignment&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;phaseParamsConfigStruct.phaseFilterVal = 16;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;has not affect.&lt;/P&gt;&lt;P&gt;The width of the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;phaseFilterVal&lt;/SPAN&gt; is only 4 bits. 16 is the same as zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 12:37:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FTM-Quad-Decoder-Demo-App/m-p/829401#M50116</guid>
      <dc:creator>Keith4DSmith</dc:creator>
      <dc:date>2018-07-19T12:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTM Quad Decoder Demo App</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FTM-Quad-Decoder-Demo-App/m-p/829402#M50117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keith Smith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reporting this issue.&lt;BR /&gt;I will inform our MCUXpresso SDK team.&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>Tue, 24 Jul 2018 02:05:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FTM-Quad-Decoder-Demo-App/m-p/829402#M50117</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-07-24T02:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: FTM Quad Decoder Demo App</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FTM-Quad-Decoder-Demo-App/m-p/829403#M50118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Received the reply from MCUXpresso SDK team, they will fix it in the next version.&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>Wed, 08 Aug 2018 07:43:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FTM-Quad-Decoder-Demo-App/m-p/829403#M50118</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-08-08T07:43:49Z</dc:date>
    </item>
  </channel>
</rss>

