<?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>LPC MicrocontrollersのトピックCan I use the LPC11U24?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-I-use-the-LPC11U24/m-p/538044#M11588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by marmot2 on Fri Jan 03 14:44:12 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an existing product (using pic16lf1947) I would like to redesign using the LPC11U24. It is a battery operated unit which counts switch closures (occuring from 120 to 8000ms apart) and displays counts/min on a segmented LCD with an accuracy of about 1%. It must use less than 40uA while sleeping between events as battery must last for years. The current MCU uses an external 32,768 xtal to count milliseconds between events. It seems that I would need the Power-Down or Deep-Power-down modes to get to my target power consumption, but then I lose all clocks except WD. I'm planning on using the PCF85176 to drive the LCDs. Can anybody think of a slick way to count the milliseconds between events? Am I missing something obvious? :-)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been playing with the 11u24 on the mbed and &lt;/SPAN&gt;&lt;I&gt;really&lt;/I&gt;&lt;SPAN&gt; love the ARM capabilities compared to the PIC as well as the ease of flashing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:39:35 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:39:35Z</dc:date>
    <item>
      <title>Can I use the LPC11U24?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-I-use-the-LPC11U24/m-p/538044#M11588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by marmot2 on Fri Jan 03 14:44:12 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an existing product (using pic16lf1947) I would like to redesign using the LPC11U24. It is a battery operated unit which counts switch closures (occuring from 120 to 8000ms apart) and displays counts/min on a segmented LCD with an accuracy of about 1%. It must use less than 40uA while sleeping between events as battery must last for years. The current MCU uses an external 32,768 xtal to count milliseconds between events. It seems that I would need the Power-Down or Deep-Power-down modes to get to my target power consumption, but then I lose all clocks except WD. I'm planning on using the PCF85176 to drive the LCDs. Can anybody think of a slick way to count the milliseconds between events? Am I missing something obvious? :-)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been playing with the 11u24 on the mbed and &lt;/SPAN&gt;&lt;I&gt;really&lt;/I&gt;&lt;SPAN&gt; love the ARM capabilities compared to the PIC as well as the ease of flashing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-I-use-the-LPC11U24/m-p/538044#M11588</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the LPC11U24?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-I-use-the-LPC11U24/m-p/538045#M11589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kfishy on Sun Jan 12 15:57:16 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the Watchdog Timer to count millisecond intervals in power-down mode, by waking up the MCU through warning interrupts. Since the frequency tolerance is +-40% over process and temperature, you should measure the actual frequency of the watchdog oscillator before using it. You can connect CLKOUT to a timer capture and measure the frequency that way. The oscillator should be stable enough over time but you can always repeat the measurement and change the watchdog period accordingly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's also the LPC1200 series which has an actual RTC, however it doesn't have a USB bootloader. If you're really concerned with timing accuracy though an RTC may be your only option.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-I-use-the-LPC11U24/m-p/538045#M11589</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the LPC11U24?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-I-use-the-LPC11U24/m-p/538046#M11590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by marmot2 on Sun Jan 12 17:09:13 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's a great idea. I will give that a try. If I can get within 2%, that should do it. I will freeze and heat the MCU to check the real effects on the WDT also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your taking time to answer!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:39:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-I-use-the-LPC11U24/m-p/538046#M11590</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:39:36Z</dc:date>
    </item>
  </channel>
</rss>

