<?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のトピックQuadrature Decoder TWR-KV46F150M</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797640#M48501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of my English is not enough, i couldn't explain my question previous time. I tried to make my sentences clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; am working on&amp;nbsp;reading position information from the quadrature encoder. &lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;I have twr-kv46f150m, twr-elev and twr-mc-lv3ph boards and try to run my codes on this setup. I am using MCUXpresso as IDE. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;When is check the schematics of the PCB's i see that quad. encoder signals are tied to ch4 and ch6 of FTM3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;My problem is that FTM3_CNT is not increasing when I turn the shaft of the BLDC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This is the code I have used:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;#include "board.h"&lt;BR /&gt;#include "peripherals.h"&lt;BR /&gt;#include "pin_mux.h"&lt;BR /&gt;#include "clock_config.h"&lt;BR /&gt;#include "MKV46F16.h"&lt;BR /&gt;#include "fsl_ftm.h"&lt;BR /&gt;#include "fsl_port.h"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOARD_InitBootPins(); &amp;nbsp;&amp;nbsp;&amp;nbsp;//PORT C ADJUSTED&lt;BR /&gt; BOARD_InitBootClocks();&amp;nbsp;&amp;nbsp;&amp;nbsp; //CLOCK SETTİNGS&lt;BR /&gt; BOARD_InitDebugConsole();&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Init FSL debug console. */&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; ftm_config_t Ftm;&lt;BR /&gt; FTM_GetDefaultConfig(&amp;amp;Ftm); &amp;nbsp;&amp;nbsp;&amp;nbsp;//RESET VALUE&lt;BR /&gt; FTM_Init(FTM3, &amp;amp;Ftm);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftm_phase_params_t ftm_phase;&lt;BR /&gt; ftm_phase.enablePhaseFilter = false;&lt;BR /&gt; // ftm_phase.phaseFilterVal = 1;&lt;BR /&gt; ftm_phase.phasePolarity = kFTM_QuadPhaseNormal;&lt;BR /&gt; FTM_SetQuadDecoderModuloValue(FTM3, 0U, 1000U); &lt;BR /&gt; FTM_SetupQuadDecode(FTM3, &amp;amp;ftm_phase, &amp;amp;ftm_phase, kFTM_QuadPhaseEncode);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Masum Burak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 11:58:16 GMT</pubDate>
    <dc:creator>masumburakşahin</dc:creator>
    <dc:date>2018-06-19T11:58:16Z</dc:date>
    <item>
      <title>Quadrature Decoder TWR-KV46F150M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797640#M48501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of my English is not enough, i couldn't explain my question previous time. I tried to make my sentences clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; am working on&amp;nbsp;reading position information from the quadrature encoder. &lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;I have twr-kv46f150m, twr-elev and twr-mc-lv3ph boards and try to run my codes on this setup. I am using MCUXpresso as IDE. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;When is check the schematics of the PCB's i see that quad. encoder signals are tied to ch4 and ch6 of FTM3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;My problem is that FTM3_CNT is not increasing when I turn the shaft of the BLDC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This is the code I have used:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;#include "board.h"&lt;BR /&gt;#include "peripherals.h"&lt;BR /&gt;#include "pin_mux.h"&lt;BR /&gt;#include "clock_config.h"&lt;BR /&gt;#include "MKV46F16.h"&lt;BR /&gt;#include "fsl_ftm.h"&lt;BR /&gt;#include "fsl_port.h"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOARD_InitBootPins(); &amp;nbsp;&amp;nbsp;&amp;nbsp;//PORT C ADJUSTED&lt;BR /&gt; BOARD_InitBootClocks();&amp;nbsp;&amp;nbsp;&amp;nbsp; //CLOCK SETTİNGS&lt;BR /&gt; BOARD_InitDebugConsole();&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Init FSL debug console. */&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; ftm_config_t Ftm;&lt;BR /&gt; FTM_GetDefaultConfig(&amp;amp;Ftm); &amp;nbsp;&amp;nbsp;&amp;nbsp;//RESET VALUE&lt;BR /&gt; FTM_Init(FTM3, &amp;amp;Ftm);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftm_phase_params_t ftm_phase;&lt;BR /&gt; ftm_phase.enablePhaseFilter = false;&lt;BR /&gt; // ftm_phase.phaseFilterVal = 1;&lt;BR /&gt; ftm_phase.phasePolarity = kFTM_QuadPhaseNormal;&lt;BR /&gt; FTM_SetQuadDecoderModuloValue(FTM3, 0U, 1000U); &lt;BR /&gt; FTM_SetupQuadDecode(FTM3, &amp;amp;ftm_phase, &amp;amp;ftm_phase, kFTM_QuadPhaseEncode);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Masum Burak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 11:58:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797640#M48501</guid>
      <dc:creator>masumburakşahin</dc:creator>
      <dc:date>2018-06-19T11:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoder TWR-KV46F150M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797641#M48502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid you have to select FTM1 module which support Quadrature Decoder mode.&lt;/P&gt;&lt;P&gt;You can only find FTM1_QD_PHA and FTM1_QD_PHB in "11.5 KV4x Signal Multiplexing and Pin Assignments" of &lt;A href="https://www.nxp.com/docs/en/reference-manual/KV4XP100M168RM.pdf"&gt;KV4XP100M168RM&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40.1 Chip-specific FTM information.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62043i3A8F096A4FD58645/image-size/large?v=v2&amp;amp;px=999" role="button" title="40.1 Chip-specific FTM information.png" alt="40.1 Chip-specific FTM information.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Table 40-2. FTM signal descriptions.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62044iCE0D4171EFE64DC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Table 40-2. FTM signal descriptions.png" alt="Table 40-2. FTM signal descriptions.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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, 20 Jun 2018 06:38:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797641#M48502</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-06-20T06:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoder TWR-KV46F150M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797642#M48503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;When I look at the twr-elev and twr-mc-lv3ph schematics, the position information from the encoder comes to the channels of FTM3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62026i2912C626BAA4008D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62027i114ECF96503C0A12/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62028iE7B1A54F06520B63/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;This documents are found these websites.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;&lt;A class="link-titled" href="https://www.nxp.com/search?client=nxp_search_all_results&amp;amp;site=nxp_en&amp;amp;proxystylesheet=nxp_search_style_fe&amp;amp;sort=date%3AD%3AL%3Ad1&amp;amp;oe=UTF-8&amp;amp;ie=UTF-8&amp;amp;ud=1&amp;amp;output=xml_no_dtd&amp;amp;exclude_apps=1&amp;amp;callback=ss_show&amp;amp;lang_cd=en&amp;amp;filter=0&amp;amp;getfields=*&amp;amp;baseUrl=%2F%2Fwww.nxp.com%2Fwebapp&amp;amp;SEARCH_OPERATOR=Contains&amp;amp;attempt=-1&amp;amp;rc=1&amp;amp;hl=en&amp;amp;dnavs=&amp;amp;q=SCH-26820" title="https://www.nxp.com/search?client=nxp_search_all_results&amp;amp;site=nxp_en&amp;amp;proxystylesheet=nxp_search_style_fe&amp;amp;sort=date%3AD%3AL%3Ad1&amp;amp;oe=UTF-8&amp;amp;ie=UTF-8&amp;amp;ud=1&amp;amp;output=xml_no_dtd&amp;amp;exclude_apps=1&amp;amp;callback=ss_show&amp;amp;lang_cd=en&amp;amp;filter=0&amp;amp;getfields=*&amp;amp;baseUrl=%2F%2Fwww.nxp.com%2Fwebapp&amp;amp;SEARCH_OPERATOR=Contains&amp;amp;attempt=-1&amp;amp;rc=1&amp;amp;hl=en&amp;amp;dnavs=&amp;amp;q=SCH-26820"&gt;Search Results: SCH-26820&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;&lt;A class="link-titled" href="https://cache.nxp.com/downloads/en/schematics/TWR-ELEV-PRI-SCH.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="https://cache.nxp.com/downloads/en/schematics/TWR-ELEV-PRI-SCH.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;https://cache.nxp.com/downloads/en/schematics/TWR-ELEV-PRI-SCH.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #212121; font-size: 16px;"&gt;&lt;A class="link-titled" href="https://www.nxp.com/search?client=nxp_search_all_results&amp;amp;site=nxp_en&amp;amp;proxystylesheet=nxp_search_style_fe&amp;amp;sort=date%3AD%3AL%3Ad1&amp;amp;oe=UTF-8&amp;amp;ie=UTF-8&amp;amp;ud=1&amp;amp;output=xml_no_dtd&amp;amp;exclude_apps=1&amp;amp;callback=ss_show&amp;amp;lang_cd=en&amp;amp;filter=0&amp;amp;getfields=*&amp;amp;baseUrl=%2F%2Fwww.nxp.com%2Fwebapp&amp;amp;SEARCH_OPERATOR=Contains&amp;amp;attempt=-1&amp;amp;rc=1&amp;amp;hl=en&amp;amp;dnavs=&amp;amp;q=TWRKV46F150M_SCH" title="https://www.nxp.com/search?client=nxp_search_all_results&amp;amp;site=nxp_en&amp;amp;proxystylesheet=nxp_search_style_fe&amp;amp;sort=date%3AD%3AL%3Ad1&amp;amp;oe=UTF-8&amp;amp;ie=UTF-8&amp;amp;ud=1&amp;amp;output=xml_no_dtd&amp;amp;exclude_apps=1&amp;amp;callback=ss_show&amp;amp;lang_cd=en&amp;amp;filter=0&amp;amp;getfields=*&amp;amp;baseUrl=%2F%2Fwww.nxp.com%2Fwebapp&amp;amp;SEARCH_OPERATOR=Contains&amp;amp;attempt=-1&amp;amp;rc=1&amp;amp;hl=en&amp;amp;dnavs=&amp;amp;q=TWRKV46F150M_SCH"&gt;Search Results: TWRKV46F150M_SCH&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #212121; font-size: 29px;"&gt;the incoming signal reaches Ftm3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #212121; font-size: 29px;"&gt;Any suggestion?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #212121; font-size: 29px;"&gt;Thank you?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 06:56:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797642#M48503</guid>
      <dc:creator>masumburakşahin</dc:creator>
      <dc:date>2018-06-20T06:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoder TWR-KV46F150M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797643#M48504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;A href="https://www.nxp.com/support/developer-resources/hardware-development-tools/tower-development-boards/peripheral-modules/low-voltage-3-phase-motor-control-tower-system-module:TWR-MC-LV3PH"&gt;Get Started of TWR-MC-LV3PH&lt;/A&gt; shows: Quick Start for the TWR-MC-LV3PH using the TWR-KV31F120M Controller Card.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="TWR-MC-LV3PH TWR-KV31F120M.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62241iF0AAFDFF907E9E9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="TWR-MC-LV3PH TWR-KV31F120M.png" alt="TWR-MC-LV3PH TWR-KV31F120M.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I have check the A33 and A34 of &lt;A href="https://www.nxp.com/downloads/en/schematics/TWR-KV31F120M_SCH.pdf"&gt;TWR-KV31F120M_SCH&lt;/A&gt;, these two pins are connect to FTM1_QD_PHA and FTM1_QD_PHB(does support Quadrature Decoder mode).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="A33 A34 TWR-KV31F120M.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62242iB0D72C9E78939678/image-size/large?v=v2&amp;amp;px=999" role="button" title="A33 A34 TWR-KV31F120M.png" alt="A33 A34 TWR-KV31F120M.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when using the TWR-KV46F150M Controller Card, these two pins are connect to FTM3(do not support Quadrature Decoder mode).&lt;BR /&gt;Sorry for the inconvenience!&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 style="min- padding: 0px;"&gt;&amp;nbsp;&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, 21 Jun 2018 06:48:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797643#M48504</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-06-21T06:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoder TWR-KV46F150M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797644#M48505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your information. I understand that KV46F is not compatible with LV3PH. LV3PH only compatible with KV31?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize for keeping you busy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Masum Burak&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 07:36:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797644#M48505</guid>
      <dc:creator>masumburakşahin</dc:creator>
      <dc:date>2018-06-21T07:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoder TWR-KV46F150M</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797645#M48506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As is standard with all Tower System modules, the TWR-MC-LV3PH is interchangeable across the development platform and can be used with many existing modules including: TWR-K60N512, TWR-56F8257, TWR-K40X256, TWR-KV46F150M, TWR-KV31F120M, TWR-KV10Z32 and TWR-KV11Z75M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for this situation, you may need to route these signals to FTM1(support Quadrature Decoder) of TWR-KV46F150M by yourself.&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>Fri, 29 Jun 2018 08:25:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Quadrature-Decoder-TWR-KV46F150M/m-p/797645#M48506</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-06-29T08:25:52Z</dc:date>
    </item>
  </channel>
</rss>

