<?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 Deep Sleep Mode in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-Sleep-Mode/m-p/523676#M6312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tweber on Tue Nov 13 08:43:38 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the example code for deep sleep mode on the coineltech LPC1788 header board, but the current consumption is not going as low as I expected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The toolchain I used is crossstudio from Rowley.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the datasheet I found for deep sleep mode IDD(REG)(3V3) = 550&amp;nbsp; µA, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My measurement of the current flowing into the board is always around 40 mA, no matter if running while(1); or entering a sleep/power mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hints?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:04:13 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:04:13Z</dc:date>
    <item>
      <title>Deep Sleep Mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-Sleep-Mode/m-p/523676#M6312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tweber on Tue Nov 13 08:43:38 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the example code for deep sleep mode on the coineltech LPC1788 header board, but the current consumption is not going as low as I expected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The toolchain I used is crossstudio from Rowley.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the datasheet I found for deep sleep mode IDD(REG)(3V3) = 550&amp;nbsp; µA, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My measurement of the current flowing into the board is always around 40 mA, no matter if running while(1); or entering a sleep/power mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hints?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:04:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-Sleep-Mode/m-p/523676#M6312</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Sleep Mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-Sleep-Mode/m-p/523677#M6313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Daniel Widyanto on Tue Nov 13 21:21:33 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Have you read this : AN11096 - Using the LPC178x/7x power modes (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocuments%2Fsoftware%2FAN11096.zip" rel="nofollow" target="_blank"&gt;http://www.nxp.com/documents/software/AN11096.zip&lt;/A&gt;&lt;SPAN&gt;) ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:04:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-Sleep-Mode/m-p/523677#M6313</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Sleep Mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-Sleep-Mode/m-p/523678#M6314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tweber on Wed Nov 14 03:42:33 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The test program shows, that the micro was not able to enter the sleep modes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem was the connected debugger and a missing power cycle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I have some numbers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The power source is connected to a 3.3 V pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The current measurement is done after pressing b (Benchmark)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Active Mode, Core Freq&amp;nbsp; 12 MHz, PLL0 Disabled, PCLK/4, GPIO+Uart0 Enabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Active Mode, Core Freq&amp;nbsp; 48 MHz, PLL0 Enabled,&amp;nbsp; PCLK/4, GPIO+Uart0 Enabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Active Mode, Core Freq&amp;nbsp; 96 MHz, PLL0 Enabled,&amp;nbsp; PCLK/4, GPIO+Uart0 Enabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Active Mode, Core Freq 120 MHz, PLL0 Enabled,&amp;nbsp; PCLK/4, GPIO+Uart0 Enabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;s. Sleep Mode, PCLK/4, GPIO+Uart0 Enabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;S. Deep Sleep Mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;p. Power-down Mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P. Deep Power-down Mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b. Set&amp;nbsp; Mode (disable UART) after next selection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 53.7 mA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 66.9 mA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 84.3 mA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4 97.3 mA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;s 50.7 mA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;S 45.4 mA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;p 45.0 mA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P 27.2 mA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:04:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-Sleep-Mode/m-p/523678#M6314</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:04:14Z</dc:date>
    </item>
  </channel>
</rss>

