<?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: Counter Implementation in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1666661#M52940</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218510"&gt;@Vijay_Vj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry there isn't an example code exactly for your application.&lt;/P&gt;
&lt;P&gt;Recommend you refer to user manual of chip and SDK demo to development.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 06:00:16 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2023-06-09T06:00:16Z</dc:date>
    <item>
      <title>Counter Implementation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665219#M52893</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I will working to implement the Counter with Development board&amp;nbsp;&lt;SPAN&gt;OM13098LPCxpresso54628&lt;/SPAN&gt; (eg. I give some Plus in Counter pin that is read the count value with Every one seconds).&lt;/P&gt;&lt;P&gt;How to Configure and implement the Counter registers and What are the step to follow?&lt;BR /&gt;Any Counter Sample program is available?&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regard&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 13:36:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665219#M52893</guid>
      <dc:creator>Vijay_Vj</dc:creator>
      <dc:date>2023-06-07T13:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Counter Implementation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665778#M52907</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218510"&gt;@Vijay_Vj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can consider below steps:&lt;/P&gt;
&lt;P&gt;1） Define a global variable cn.&lt;/P&gt;
&lt;P&gt;2) Enable plus pin interrupt, in the interrupt, cn+1;&lt;/P&gt;
&lt;P&gt;3)Configure timer, read the value of "cn" in each&amp;nbsp;&lt;SPAN&gt;seconds interrupt.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just a simple suggestion.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 03:31:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665778#M52907</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-06-08T03:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Counter Implementation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665813#M52908</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;I know the step as to variable declearation and time configuration.&lt;/P&gt;&lt;P&gt;but I want to know the How to Configure the Timer And configure the Counter in MCUxpresso IDE.&lt;/P&gt;&lt;P&gt;And what are registers to Configure to Counter?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regard,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 04:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665813#M52908</guid>
      <dc:creator>Vijay_Vj</dc:creator>
      <dc:date>2023-06-08T04:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Counter Implementation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665887#M52915</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218510"&gt;@Vijay_Vj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)There are some basic demos about timer, counter under SDK, for example "ctimer_match_example".&lt;/P&gt;
&lt;P&gt;Download SDK from:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/select" target="_blank"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Also you can use MCUXpresso configure tool to config refer to your requirements:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1686205705905.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/226768i51C0CA6CBE1044A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1686205705905.png" alt="Alice_Yang_0-1686205705905.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 06:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665887#M52915</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-06-08T06:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Counter Implementation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665893#M52917</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;I will use the sample program of&amp;nbsp;&lt;SPAN&gt;"ctimer_match_example"&amp;nbsp; and what are the changes to do in this sample Program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Plz give more detail explaination.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vijay&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 06:39:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1665893#M52917</guid>
      <dc:creator>Vijay_Vj</dc:creator>
      <dc:date>2023-06-08T06:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Counter Implementation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1666661#M52940</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218510"&gt;@Vijay_Vj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry there isn't an example code exactly for your application.&lt;/P&gt;
&lt;P&gt;Recommend you refer to user manual of chip and SDK demo to development.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 06:00:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Counter-Implementation/m-p/1666661#M52940</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-06-09T06:00:16Z</dc:date>
    </item>
  </channel>
</rss>

