<?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 Re: IMXRT1176 SNVS LP RTC CoinCell Battery consumes very quickly in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2047774#M33529</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201543"&gt;@burhanhagi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your interest in NXP MIMXRT series!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;W&lt;/SPAN&gt;hen measuring VDD_SNVS_IN the current consumption should be typically around these values (depending on the temperature).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gavin_Jia_0-1740024369573.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324850i38DF5001D53A4A70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gavin_Jia_0-1740024369573.png" alt="Gavin_Jia_0-1740024369573.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Gavin_Jia_0-1740024369573.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If the consumption is similar to these specifications, it's likely that the issue lies elsewhere on the custom board.&amp;nbsp;&lt;SPAN&gt;At what point did you measure the data?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Also, we can rule out software effects by testing if we are in SNVS mode.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can ensure SNVS mode by lookin into the&amp;nbsp;PMIC_ON_REQ pad. Before entering SNVS mode, or upon exit, this pin should be HIGH. During SNVS mode, it will be LOW. For more information about this, look into Section "25.3.1 Reset and Power Scheme" and "25.3.2 Finite State Machine (FSM)" of the RM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;After eliminating the influence of software, we can check the hardware circuit together.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;BR /&gt;Gavin&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2025 04:10:31 GMT</pubDate>
    <dc:creator>Gavin_Jia</dc:creator>
    <dc:date>2025-02-20T04:10:31Z</dc:date>
    <item>
      <title>IMXRT1176 SNVS LP RTC CoinCell Battery consumes very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2046347#M33504</link>
      <description>&lt;P&gt;I have a circuit in below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="burhanhagi_0-1739880021261.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324516iEEE7A5159A0EB25E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="burhanhagi_0-1739880021261.png" alt="burhanhagi_0-1739880021261.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;burhanhagi_0-1739880021261.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is also the schematic part of IMXRT1176 SNVS blog.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="burhanhagi_1-1739880083842.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324518i10328D3283118291/image-size/medium?v=v2&amp;amp;px=400" role="button" title="burhanhagi_1-1739880083842.png" alt="burhanhagi_1-1739880083842.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;burhanhagi_1-1739880083842.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am inserting a CoinCell battery for RTC running when power is OFF.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would think that Coincell battery will keep supplying SNVS LP RTC at least for 6-8 months while Power is completely OFF. However, after we collected a product, then insert a CoinCell Battery and then put that product into the shelve; our Coincell battery consumes all its energy and exhausts within 4-6 days long. After that RTC gets zero, not keeping its datetime anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, in my design with STM32F7 microcontroller, it draws nearly 800nA current form Coin cell Battery while power is gone out. So it consumes all its energy within 8 -10 months long. But with IMXRT1176 product, it is much far away from that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I measured the current from CoinCell with IMXRT1176. It draws roughly 35-40uA current from Cell when Power is OFF. As you know, this is so much current.&lt;/P&gt;&lt;P&gt;So what is my wrong? How do I set this current to a range less than 1-2uA ? Do I have to add some code to my below BSP part? Waits your helps. Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="burhanhagi_2-1739880724708.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324522iA03AF091A1E2B1CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="burhanhagi_2-1739880724708.png" alt="burhanhagi_2-1739880724708.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;burhanhagi_2-1739880724708.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 12:12:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2046347#M33504</guid>
      <dc:creator>burhanhagi</dc:creator>
      <dc:date>2025-02-18T12:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS LP RTC CoinCell Battery consumes very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2047774#M33529</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201543"&gt;@burhanhagi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your interest in NXP MIMXRT series!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;W&lt;/SPAN&gt;hen measuring VDD_SNVS_IN the current consumption should be typically around these values (depending on the temperature).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gavin_Jia_0-1740024369573.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/324850i38DF5001D53A4A70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gavin_Jia_0-1740024369573.png" alt="Gavin_Jia_0-1740024369573.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Gavin_Jia_0-1740024369573.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If the consumption is similar to these specifications, it's likely that the issue lies elsewhere on the custom board.&amp;nbsp;&lt;SPAN&gt;At what point did you measure the data?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Also, we can rule out software effects by testing if we are in SNVS mode.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can ensure SNVS mode by lookin into the&amp;nbsp;PMIC_ON_REQ pad. Before entering SNVS mode, or upon exit, this pin should be HIGH. During SNVS mode, it will be LOW. For more information about this, look into Section "25.3.1 Reset and Power Scheme" and "25.3.2 Finite State Machine (FSM)" of the RM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;After eliminating the influence of software, we can check the hardware circuit together.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;BR /&gt;Gavin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 04:10:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2047774#M33529</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2025-02-20T04:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS LP RTC CoinCell Battery consumes very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2047778#M33530</link>
      <description>&lt;P&gt;One other thing, you might want to check out this AN:&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN13104.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN13104.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A customer has effectively reduced the current by integrating section 4.7 method in their project:&amp;nbsp;&lt;BR /&gt;4.7 SNVS_XX pin leakage&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 04:15:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2047778#M33530</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2025-02-20T04:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS LP RTC CoinCell Battery consumes very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2067973#M33863</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203261"&gt;@Gavin_Jia&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I noticed that I had not put imxRT1170 into SNVS mode so far.&amp;nbsp;&lt;BR /&gt;I overviewed the example dcdc switch power mode in SDK. So, seemingly I need to add some codes into my software. It may later be meaningful to examine the Hardware consumption from Coin Cell.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;However, according to your table in your post, &amp;nbsp;I got a little bit unwilling whether working and implementing it into my software or not. Because table shows min current 3.8uA consumption while only RTC is active&amp;amp;running and in SNVS mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please I need confirmation that when I implement every required steps for SNVS mode, Will 3.8uA be min reachable target value? Or Is it possible to get a lower value such as 1uA or even smaller?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 17:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2067973#M33863</guid>
      <dc:creator>burhanhagi</dc:creator>
      <dc:date>2025-03-25T17:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS LP RTC CoinCell Battery consumes very quickly</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2074267#M33962</link>
      <description>&lt;P&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203261" target="_blank"&gt;@Gavin_Jia&lt;/A&gt;&amp;nbsp;, I performed tests on eval board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current dropped till 3.4 - 3.5uA levels when measured over R419 resistor according to the schematics SPF-32171_C3.pdf while IMXRT1170 switches into SNVS mode and RTC is active and running.&lt;/P&gt;&lt;P&gt;I added the line in below in AN13104.pdf to see if getting lower of current possible. However, it does not affect the current anyway.&amp;nbsp;&lt;/P&gt;&lt;P&gt;IOMUXC_SNVS_GPR-&amp;gt;GPR37 |= IOMUXC_SNVS_GPR_GPR37_SNVS_TAMPER_PUE_MASK;&lt;/P&gt;&lt;P&gt;So, if anything more improvements can't be made to drop current to a level as low as 1uA, I will close the ticket.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 12:33:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1176-SNVS-LP-RTC-CoinCell-Battery-consumes-very-quickly/m-p/2074267#M33962</guid>
      <dc:creator>burhanhagi</dc:creator>
      <dc:date>2025-04-04T12:33:18Z</dc:date>
    </item>
  </channel>
</rss>

