<?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 current draw of LPC55S16 in deep power down mode in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/current-draw-of-LPC55S16-in-deep-power-down-mode/m-p/1461458#M48845</link>
    <description>&lt;P&gt;&lt;SPAN&gt;i loaded the power_manager_lpc project from sdk for LPC55S16-EVK evaluation board.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I set the micro in deep power down mode (menu option 4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I measured the current across the three jumpers on the board and got these results:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jumper J20 = 162uA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jumper J21 = 10nA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jumper J22 = 710nA&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;datasheet LPC55S1x_PDS on page 77 shows 635 nA as typical power consumtion for this mode if RTC oscillator is running with external srystal and 4kB SRAM powered.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also tried without ram powered but consumption has changet very little.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I have to change the code of the example to reach the consumtions declared in the datasheets or are the latter incorrect?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 May 2022 08:43:34 GMT</pubDate>
    <dc:creator>dank60</dc:creator>
    <dc:date>2022-05-20T08:43:34Z</dc:date>
    <item>
      <title>current draw of LPC55S16 in deep power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/current-draw-of-LPC55S16-in-deep-power-down-mode/m-p/1461458#M48845</link>
      <description>&lt;P&gt;&lt;SPAN&gt;i loaded the power_manager_lpc project from sdk for LPC55S16-EVK evaluation board.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I set the micro in deep power down mode (menu option 4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I measured the current across the three jumpers on the board and got these results:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jumper J20 = 162uA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jumper J21 = 10nA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jumper J22 = 710nA&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;datasheet LPC55S1x_PDS on page 77 shows 635 nA as typical power consumtion for this mode if RTC oscillator is running with external srystal and 4kB SRAM powered.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also tried without ram powered but consumption has changet very little.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I have to change the code of the example to reach the consumtions declared in the datasheets or are the latter incorrect?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 08:43:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/current-draw-of-LPC55S16-in-deep-power-down-mode/m-p/1461458#M48845</guid>
      <dc:creator>dank60</dc:creator>
      <dc:date>2022-05-20T08:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: current draw of LPC55S16 in deep power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/current-draw-of-LPC55S16-in-deep-power-down-mode/m-p/1463090#M48892</link>
      <description>&lt;P&gt;Hi dank60&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The low power demo code in SDK package is for different low power mode entrance and wakeup demonstration. We can't use it directly to get power consumption data shown in datasheet .&lt;/P&gt;
&lt;P&gt;The power consumption data shown in datasheet are measured when the MCU GPIO output is low and pull-up is prohibited, and all oscillators and analog domains are turned off. As the demo code is for demonstration purpose, UART, and some wakeup source powers turn on. if you test it with connecting debug probe, debug port also costs power consumption. You need to make sure all the unnecessary powers are off, set the unused GPIO as the pull-up input according to the actual situation (it can also be set as the output low when the pin is floating) to reduce the power consumption.&lt;/P&gt;
&lt;P&gt;Besides, the datasheet statistics based on experimental MCU bare board which makes sure a simple testing enviroment. the demo board peripheral resources are far more complex than experimental board.&lt;/P&gt;
&lt;P&gt;If user has high requirements for low power consumption, users need to carefully optimize the code to get the best low power design.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 11:51:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/current-draw-of-LPC55S16-in-deep-power-down-mode/m-p/1463090#M48892</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-05-24T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: current draw of LPC55S16 in deep power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/current-draw-of-LPC55S16-in-deep-power-down-mode/m-p/1463145#M48894</link>
      <description>&lt;P&gt;Ok Jennie, thanks a lot&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 10:03:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/current-draw-of-LPC55S16-in-deep-power-down-mode/m-p/1463145#M48894</guid>
      <dc:creator>dank60</dc:creator>
      <dc:date>2022-05-24T10:03:40Z</dc:date>
    </item>
  </channel>
</rss>

