<?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>Classic/Legacy CodeWarriorのトピック56F8323 Quadrature Decoder Setup</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8323-Quadrature-Decoder-Setup/m-p/135584#M847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello All,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As you may have seen from some of my earlier posts I am working on a Motor Control project.&amp;nbsp; I am using the 56F8323 and I plan to use the Quadrature Decoder module.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In section 12.1 of the 56F8300 Peripheral User Manual Rev 9 it states that the maximum count resolution is 4x the input signal.&amp;nbsp; Does this mean it will work as a 4x Quad Decoder?&amp;nbsp; i.e. if I have a decode wheel with 360 marks then in 4x mode it would count to 1440.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How do I set the Quad Decoder module to the different resolutions (1x, 2x, 4x)?&amp;nbsp; I don't see any reference in chapter 12 or Chapter 16 Quad Timer.&amp;nbsp; I also don't see any settings in the Bean when using CodeWarrior.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does anyone have any good tips on how to set this up?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jun 2007 04:40:08 GMT</pubDate>
    <dc:creator>v_dave</dc:creator>
    <dc:date>2007-06-02T04:40:08Z</dc:date>
    <item>
      <title>56F8323 Quadrature Decoder Setup</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8323-Quadrature-Decoder-Setup/m-p/135584#M847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello All,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As you may have seen from some of my earlier posts I am working on a Motor Control project.&amp;nbsp; I am using the 56F8323 and I plan to use the Quadrature Decoder module.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In section 12.1 of the 56F8300 Peripheral User Manual Rev 9 it states that the maximum count resolution is 4x the input signal.&amp;nbsp; Does this mean it will work as a 4x Quad Decoder?&amp;nbsp; i.e. if I have a decode wheel with 360 marks then in 4x mode it would count to 1440.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How do I set the Quad Decoder module to the different resolutions (1x, 2x, 4x)?&amp;nbsp; I don't see any reference in chapter 12 or Chapter 16 Quad Timer.&amp;nbsp; I also don't see any settings in the Bean when using CodeWarrior.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does anyone have any good tips on how to set this up?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2007 04:40:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8323-Quadrature-Decoder-Setup/m-p/135584#M847</guid>
      <dc:creator>v_dave</dc:creator>
      <dc:date>2007-06-02T04:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: 56F8323 Quadrature Decoder Setup</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8323-Quadrature-Decoder-Setup/m-p/135585#M848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;QuadDecoder is a module changed internal state on the both edges (falling &lt;B&gt;and&lt;/B&gt; raising) of two out-of-phase pulses. So its resulting resolution is 4.&lt;BR /&gt;If you need different resolutions you can use timers for counting external signals. For example - using Edge Count Mode - resulting resolution will be 2x. Using simple Count Mode - resolution will be 1x.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 15:35:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8323-Quadrature-Decoder-Setup/m-p/135585#M848</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2007-06-11T15:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: 56F8323 Quadrature Decoder Setup</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8323-Quadrature-Decoder-Setup/m-p/135586#M849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for the response.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My questions stems from using a Qudrature decoder module in a competitors MCU.&amp;nbsp; With thiers you select 1x, 2x or 4x mode.&amp;nbsp; so when I didn't see that option spelled out with the 56F8323 then I just wanted to make sure what mode is the default.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 23:33:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/56F8323-Quadrature-Decoder-Setup/m-p/135586#M849</guid>
      <dc:creator>v_dave</dc:creator>
      <dc:date>2007-06-11T23:33:31Z</dc:date>
    </item>
  </channel>
</rss>

