<?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 Frequency Counter Help in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529550#M1535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Sun Jul 15 00:50:53 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all......&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Im looking for a code example or an explanation for a frequency counter (up to 100MHz) and to measure pulse width using LPC1769. Can I use the capture modules for this ? Is there any application note for this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:36:00 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:36:00Z</dc:date>
    <item>
      <title>Frequency Counter Help</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529550#M1535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Sun Jul 15 00:50:53 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all......&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Im looking for a code example or an explanation for a frequency counter (up to 100MHz) and to measure pulse width using LPC1769. Can I use the capture modules for this ? Is there any application note for this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:36:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529550#M1535</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Frequency Counter Help</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529551#M1536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by elef on Sun Jul 15 05:49:32 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: ranaya&lt;/STRONG&gt;&lt;BR /&gt;Hi all......&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Im looking for a code example or an explanation for a frequency counter (up to 100MHz) and to measure pulse width using LPC1769. Can I use the capture modules for this ? Is there any application note for this ?&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From what i can tell, the LPC1769 is not suitable. Firstly, the capture can no way get anywhere near 100MHz (i reckon you would even struggle to get 5to 10MHz, but that's just guessing). Secondly, you could use the timer in "counter" mode, but you will be limited to 1/4 CCLK because the timer is not asynchronous, so assuming you are running the LPC at 100MHz, that's 25MHz. And it has other limitations, like duty cycle. My suggestion, give it a miss.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need a different MCU which has an asynchronous timer/counter. Or better still you could build a 100MHz counter into your front end interface circuitry, that way you can use any MCU (such as LPC1769), that would work. Either way, it will be far more accurate than what the LPC1769 can measure in either capture or counter mode. The other advantage with an external counter, you can just replace the IC, and change a few values in your firmware, and you can straight away go from 100MHz, to 200Mhz, 500Mhz, 1GHZ, 2GHz etc... for very little extra cost.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:36:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529551#M1536</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Frequency Counter Help</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529552#M1537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by elef on Sun Jul 15 05:57:52 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The other advantage to having an external counter, you don't have to run you LPC at it's maximum speed. You could even have your CPU/timers running at say 4Mhz and accurately measure signals 1GHz or above. However, measuring pulse width is a completely different story, someone else can help you with that...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:36:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529552#M1537</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Frequency Counter Help</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529553#M1538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ranaya on Sun Jul 15 07:53:58 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi elef,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Thank you for the input. So as u said, it's better to use a frequency divider or an external counter for the above case. Say It's for upto 10 kHz, how can I use the capture module ? Actually my digital isolation (opto couplers) part limits the frequency range the device can measure....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:36:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529553#M1538</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Frequency Counter Help</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529554#M1539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Sun Jul 15 09:12:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What's wrong with sample in #10 of&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=2941&lt;/A&gt;&lt;SPAN&gt; :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:36:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Frequency-Counter-Help/m-p/529554#M1539</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:36:03Z</dc:date>
    </item>
  </channel>
</rss>

