<?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>LPCXpresso IDEのトピックRe: Timer input configuration ignored</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572286#M20933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri May 20 08:55:44 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Then zip and post it...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:53:10 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:53:10Z</dc:date>
    <item>
      <title>Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572277#M20924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JSalisbury on Fri May 20 02:20:32 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried starting a new LPC1114 project and I am finding that commands like LPC_IOCON-&amp;gt;PIO1_8 = 0x15; are being ignored, and yet the code excutes and I can drive output pins sucessfully. The hardware does work, with a different project on a different pc. I suspect some configuration issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do people suggest?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572277#M20924</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572278#M20925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri May 20 02:51:41 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest to read Table 59. What function do you expect with setting bit 0 and bit 2 :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I would suggest to use debugger to read the result of your IOCON settings :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572278#M20925</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572279#M20926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JSalisbury on Fri May 20 03:30:18 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the hint I have changed it to&amp;nbsp; LPC_IOCON-&amp;gt;PIO1_8 = 0x21; however in the debugger it is staying as PIO1_8 and not changing to CT16B1_CAP0. When I try to force it to CT16B1_CAP0 it changes back to PIO1_8 and states it is reading all 0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572279#M20926</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572280#M20927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri May 20 03:47:32 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;After writing 0x21 to LPC_IOCON-&amp;gt;PIO1_8 my debugger shows: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; LPC_IOCON-&amp;gt;PIO1_8: 0x21&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; HYS:&amp;nbsp; HYSTERESISON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; MODE: INACTIVE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; FUNC: CT16B1_CAP0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; If that's not working you're changing this register somewhere else :mad:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572280#M20927</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572281#M20928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JSalisbury on Fri May 20 04:44:32 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Even when single stepping I am getting this issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572281#M20928</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572282#M20929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri May 20 04:54:08 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are we talking about LPC1114/301 with LPCXpresso 3.6.2 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which&amp;nbsp; LPC_IOCON-&amp;gt;PIO1_8 value does your debugger show before and after LPC_IOCON-&amp;gt;PIO1_8 = 0x21 ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572282#M20929</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572283#M20930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JSalisbury on Fri May 20 05:37:24 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is the LPC1114/302 LPCXpresso: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Version: LPCXpresso v3.6.3 [Build 317] [08/04/2011] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before and after LPC_IOCON-&amp;gt;PIO1_8 = 0x21 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IOCON_PIO1_8 is still reporting HYSTERESISOFF&amp;nbsp; INACTIVE PIO1_8&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572283#M20930</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572284#M20931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri May 20 05:44:08 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;That's 0xd0 = default value and doesn't change after write?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My 3.6.3 with LPC1114/302 is working without problems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572284#M20931</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572285#M20932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JSalisbury on Fri May 20 06:01:04 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am suspecting there is some strange project issue, it works fine with other projects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572285#M20932</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Timer input configuration ignored</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572286#M20933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri May 20 08:55:44 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Then zip and post it...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:53:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Timer-input-configuration-ignored/m-p/572286#M20933</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:53:10Z</dc:date>
    </item>
  </channel>
</rss>

