<?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 Mode High Sleep Current in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1584118#M200267</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194557"&gt;@Vignesh_S&lt;/a&gt;,&lt;/P&gt;
&lt;P&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;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 17:30:23 GMT</pubDate>
    <dc:creator>EdwinHz</dc:creator>
    <dc:date>2023-01-17T17:30:23Z</dc:date>
    <item>
      <title>IMXRT1176 SNVS Mode High Sleep Current</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1579148#M199756</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are using the below software method for SNVS power mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SNVS-&amp;gt;LPCR |= SNVS_LPCR_TOP_MASK;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But we are getting around 250-300 uA in our custom board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any sequence we need to follow before executing the above method for SNVS to reduce the current? Do we need to handle any pins?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 08:56:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1579148#M199756</guid>
      <dc:creator>Vignesh_S</dc:creator>
      <dc:date>2023-01-09T08:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS Mode High Sleep Current</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1580350#M199873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194557"&gt;@Vignesh_S&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you please clarify:&lt;BR /&gt;- Are you currently using our power_mode_switch example code for the RT1170 SDK?&lt;BR /&gt;- Do you have any more pins/modules enabled that could consume power?&lt;BR /&gt;- How are you measuring the current in your board?&lt;BR /&gt;- You are currently trying to enter SNVS mode by software. Have you tried entering by hardware (Pressing the ON/OFF button for more than five seconds)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 22:11:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1580350#M199873</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2023-01-10T22:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS Mode High Sleep Current</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1582476#M200097</link>
      <description>&lt;P&gt;- Are you currently using our power_mode_switch example code for the RT1170 SDK?&lt;/P&gt;&lt;P&gt;Yes. Only SNVS case is implemented in our software.&lt;/P&gt;&lt;P&gt;- Do you have any more pins/modules enabled that could consume power?&lt;/P&gt;&lt;P&gt;It is custom design, but&amp;nbsp;before going to sleep we are shutting down all the power lines of peripherals&amp;nbsp;and GPIO output pins are reinitialized&amp;nbsp;with logic 0 as initial state. We checked the power lines of all the peripherals.&lt;/P&gt;&lt;P&gt;Do we need to handle any SDRAM,TFT,USDHC and FLEXSPI pins before going to sleep?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- How are you measuring the current in your board?&lt;/P&gt;&lt;P&gt;At the power supply terminal positive end,&amp;nbsp;we are checking the current.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- You are currently trying to enter SNVS mode by software. Have you tried entering by hardware (Pressing the ON/OFF button for more than five seconds)?&lt;/P&gt;&lt;P&gt;ON/OFF button method is not tried. But cluster is going to sleep and waking up with the wakeup button as trigger. Is there any issue in using the software method?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 13:07:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1582476#M200097</guid>
      <dc:creator>Vignesh_S</dc:creator>
      <dc:date>2023-01-13T13:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS Mode High Sleep Current</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1583401#M200192</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194557"&gt;@Vignesh_S&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The current consumption measurement for SNVS should be done on the&amp;nbsp;VDD_SNVS_IN pin rather than the power supply, could you please try this instead?&lt;/P&gt;
&lt;P&gt;There should be no real need to handle the pins you mention if the SNVS mode is entering correctly. This is also why I also about hardware method of entering this mode. I just wanted to ensure that the SNVS mode is being reached. Please ensure SNVS mode is reached and measure&amp;nbsp;VDD_SNVS_IN pin once it does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 18:19:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1583401#M200192</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2023-01-16T18:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS Mode High Sleep Current</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1583726#M200226</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186731"&gt;@EdwinHz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the Response.&lt;/P&gt;&lt;P&gt;How can I ensure it reaches SNVS Mode?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 07:10:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1583726#M200226</guid>
      <dc:creator>Vignesh_S</dc:creator>
      <dc:date>2023-01-17T07:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS Mode High Sleep Current</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1584118#M200267</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194557"&gt;@Vignesh_S&lt;/a&gt;,&lt;/P&gt;
&lt;P&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;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 17:30:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1584118#M200267</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2023-01-17T17:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS Mode High Sleep Current</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1584366#M200296</link>
      <description>&lt;P&gt;Ok. Then it enters SNVS mode properly. We already measured the PMIC and power lines.&lt;/P&gt;&lt;P&gt;After controller enters to SNVS sleep mode, PMIC pin is low and DCDC &amp;amp; other LDO lines also LOW.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 05:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1584366#M200296</guid>
      <dc:creator>Vignesh_S</dc:creator>
      <dc:date>2023-01-18T05:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS Mode High Sleep Current</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1584816#M200353</link>
      <description>&lt;P&gt;I understand that you are getting &lt;SPAN&gt;250-300 uA from the power supply, but 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="EdwinHz_0-1674062623753.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/207804i9D096CA461A0B05B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EdwinHz_0-1674062623753.png" alt="EdwinHz_0-1674062623753.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could you please check this? If the consumption is similar to these specifications, it's likely that the issue lies elsewhere on the custom board.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 17:30:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1584816#M200353</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2023-01-18T17:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1176 SNVS Mode High Sleep Current</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1588385#M200662</link>
      <description>&lt;P&gt;Thanks for the help. In our custom board We dont have provision for measuring current in SNVS_IN line alone. But we removed all the components except controller to measure the current. We were still observed more than 200uA current consumption.&lt;/P&gt;&lt;P&gt;But after integrating SNVS_XX pin leakage method mentioned in the AN13104 document, Current is reduced to around 50uA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 15:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1176-SNVS-Mode-High-Sleep-Current/m-p/1588385#M200662</guid>
      <dc:creator>Vignesh_S</dc:creator>
      <dc:date>2023-01-26T15:35:33Z</dc:date>
    </item>
  </channel>
</rss>

