<?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 Enabling GPIO pin after a certain delay in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Enabling-GPIO-pin-after-a-certain-delay/m-p/541183#M7307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by muppiri on Tue Jan 04 21:40:34 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to enable/disable certain GPIO ports after certain delay intervals. In my application I cannot use any of the timer counters as I'm using all of the 48 PIO ports(42 pins for LQFP48- LPC1114) for GPIO.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to solve it. If so,can someone please show me a example code or link to example code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!!&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338137"&gt;1100946_AsmBug2.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:29:31 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:29:31Z</dc:date>
    <item>
      <title>Enabling GPIO pin after a certain delay</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Enabling-GPIO-pin-after-a-certain-delay/m-p/541183#M7307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by muppiri on Tue Jan 04 21:40:34 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to enable/disable certain GPIO ports after certain delay intervals. In my application I cannot use any of the timer counters as I'm using all of the 48 PIO ports(42 pins for LQFP48- LPC1114) for GPIO.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to solve it. If so,can someone please show me a example code or link to example code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!!&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338137"&gt;1100946_AsmBug2.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:29:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Enabling-GPIO-pin-after-a-certain-delay/m-p/541183#M7307</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling GPIO pin after a certain delay</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Enabling-GPIO-pin-after-a-certain-delay/m-p/541184#M7308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Wed Jan 05 03:17:59 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use any of 6 timers available in LPC11xx. The timers do not require external pin connection for operation. Look at LED blinkers examples provided by CodeRed - they use different timers without pin connections.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:29:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Enabling-GPIO-pin-after-a-certain-delay/m-p/541184#M7308</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling GPIO pin after a certain delay</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Enabling-GPIO-pin-after-a-certain-delay/m-p/541185#M7309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Europe on Wed Jan 05 03:30:05 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Muppiri,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you be more specific?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you mean by enabling of disabling GPIO? Making them high or low?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cann't you give a specific timer a double function? In the interrupt routine a counter vaiabel is incremented and this variabel is used in other routines to e.g. stop processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;System tick timer also used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any possibilities in using the watchdog?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:29:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Enabling-GPIO-pin-after-a-certain-delay/m-p/541185#M7309</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:29:33Z</dc:date>
    </item>
  </channel>
</rss>

