<?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: Quadrature Encoder speed measurement in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1680208#M25790</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your answer. That is strange, because the description seems so detailed that somebody must have tested this somehow.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2023 06:31:41 GMT</pubDate>
    <dc:creator>dh1</dc:creator>
    <dc:date>2023-07-03T06:31:41Z</dc:date>
    <item>
      <title>Quadrature Encoder speed measurement</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1679658#M25767</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;In the reference manual of the IMXRT1060X, there is a chapter 56.3.5 Speed Measurement Method, which explains how to measure the speed of a quadrature encoder signal.&lt;/P&gt;&lt;P&gt;Is there a code example available, which implements this algorithm?&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 13:37:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1679658#M25767</guid>
      <dc:creator>dh1</dc:creator>
      <dc:date>2023-06-30T13:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Encoder speed measurement</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1679823#M25768</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you so much for your interest in our products and for using our community.&lt;/P&gt;&lt;P&gt;For the &lt;EM&gt;Quadrature Decoder (QDC)&lt;/EM&gt; module, only the SDK examples &lt;EM&gt;enc_basic&lt;/EM&gt; and &lt;EM&gt;enc_index_interrupt&lt;/EM&gt; are available, which only compute position. No examples are available for the Speed Measurement Method.&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 20:17:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1679823#M25768</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2023-06-30T20:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Encoder speed measurement</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1680208#M25790</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your answer. That is strange, because the description seems so detailed that somebody must have tested this somehow.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 06:31:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1680208#M25790</guid>
      <dc:creator>dh1</dc:creator>
      <dc:date>2023-07-03T06:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Encoder speed measurement</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1681289#M25811</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Looking at it again, it seems the "Speed Measurement Method" topic is misleading. It refers to the register POSDPER. But this controller (imx RT106x) does not even have this register?&lt;/P&gt;&lt;P&gt;Or am I overseeing something?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 12:27:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1681289#M25811</guid>
      <dc:creator>dh1</dc:creator>
      <dc:date>2023-07-04T12:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Encoder speed measurement</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1682164#M25838</link>
      <description>&lt;P&gt;Apologies. That's correct, the IMXRT1060 does not support this register. It is an typo that I will report to the corresponding department.&lt;/P&gt;&lt;P&gt;In such a case, you will need to create an algorithm using a general purpose timer as the time base connected to the TRIGGER and take a snapshot of the POSD register in order to calculate speed.&lt;/P&gt;&lt;P&gt;On the other hand, you can use IMXRT1160/70 where it is supported.&lt;/P&gt;&lt;P&gt;Wish it helps you.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 17:20:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Quadrature-Encoder-speed-measurement/m-p/1682164#M25838</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2023-07-05T17:20:55Z</dc:date>
    </item>
  </channel>
</rss>

