<?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 Can I use Capture component to read frequency  in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-use-Capture-component-to-read-frequency/m-p/395893#M3120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IDE - Kinetis Design Studio&lt;/P&gt;&lt;P&gt;Processor Expert&lt;/P&gt;&lt;P&gt;Evaluation board - TRK-KEA128&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;1. Can I use capture component to read the frequency&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;2. Frequency will be in kHz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3. As I am already using PPG module to generate PWM, will there be any conflict if I use capture_LDD component to capture frequency&lt;/P&gt;&lt;P&gt;4. Is there any other component in process expert to capture frequency or Which is the preferred component in processor expert to read frequency&lt;/P&gt;&lt;P&gt;5. First step is to understand component functionality/working, accuracy and resolution will be followed later.&lt;/P&gt;&lt;P&gt;6. I guess, PWT can be used only to measure Pulse Width, but not frequency - Am I correct ? or can we use it to measure frequency too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijeendra N I was able to read frequency with capture_LDD bean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 13:36:56 GMT</pubDate>
    <dc:creator>vijenad</dc:creator>
    <dc:date>2015-08-25T13:36:56Z</dc:date>
    <item>
      <title>Can I use Capture component to read frequency</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-use-Capture-component-to-read-frequency/m-p/395893#M3120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IDE - Kinetis Design Studio&lt;/P&gt;&lt;P&gt;Processor Expert&lt;/P&gt;&lt;P&gt;Evaluation board - TRK-KEA128&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;1. Can I use capture component to read the frequency&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;2. Frequency will be in kHz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3. As I am already using PPG module to generate PWM, will there be any conflict if I use capture_LDD component to capture frequency&lt;/P&gt;&lt;P&gt;4. Is there any other component in process expert to capture frequency or Which is the preferred component in processor expert to read frequency&lt;/P&gt;&lt;P&gt;5. First step is to understand component functionality/working, accuracy and resolution will be followed later.&lt;/P&gt;&lt;P&gt;6. I guess, PWT can be used only to measure Pulse Width, but not frequency - Am I correct ? or can we use it to measure frequency too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijeendra N I was able to read frequency with capture_LDD bean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:36:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-use-Capture-component-to-read-frequency/m-p/395893#M3120</guid>
      <dc:creator>vijenad</dc:creator>
      <dc:date>2015-08-25T13:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Capture component to read frequency</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-use-Capture-component-to-read-frequency/m-p/395894#M3121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If you use PPG_LDD component you cannot use the Capture_LDD at the same timer (different channel of the same timer). The PPG driver change the timer modulo register and it will impact the Capture_LDD range (overflow). Sharing of one timer by PPG_LDD and Capture_LDD is not supported in Processor Expert. You must use one timer for PPG_LDD and another timer for Capture_LDD.&lt;/P&gt;&lt;P&gt;Capture_LDD can be used for measuring frequency, see for example discussion &lt;A href="https://community.nxp.com/message/558707"&gt;capture_LDD-result &lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you use PWT to measure time between two rising (or falling) edges you measure period of the signal (duration of one pulse) and you can compute the frequency (frequency = 1 / period). You can also find details in the application note &lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN4839.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="http://www.freescale.com/files/microcontrollers/doc/app_note/AN4839.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN4839.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 08:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Can-I-use-Capture-component-to-read-frequency/m-p/395894#M3121</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2015-10-13T08:11:59Z</dc:date>
    </item>
  </channel>
</rss>

