<?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: S32K344 standby mode current measure in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-standby-mode-current-measure/m-p/1506668#M17119</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199293"&gt;@Momiji&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Do you use your own custom board or an NXP EVB?&lt;/P&gt;
&lt;P&gt;VDD_HV_B Standby current is specified in the datasheet, please refer to Table 14, DS rev.3.&lt;/P&gt;
&lt;P&gt;In the RM, rev4, Figure 150 (Power management system for S32K344), you can see that VDD_HV_B is the power supply of certain pads (S32K344_IOMUX.xlsx, IO Signal Table, column K).&lt;/P&gt;
&lt;P&gt;Please make sure the MCU does not drive any external load on the pads, and that the pads are not floating inputs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2022 08:25:00 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2022-08-16T08:25:00Z</dc:date>
    <item>
      <title>S32K344 standby mode current measure</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-standby-mode-current-measure/m-p/1506000#M17070</link>
      <description>&lt;P&gt;I'd like to know the current cost when the s32k344 is in standby mode.&lt;/P&gt;&lt;P&gt;the power supplys are: &lt;STRONG&gt;V15&amp;nbsp;&lt;/STRONG&gt;,&amp;nbsp;&lt;STRONG&gt;VDD_HV_A&lt;/STRONG&gt; and &lt;STRONG&gt;VDD_HV_B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF00FF"&gt;&lt;STRONG&gt;V15&lt;/STRONG&gt; and &lt;STRONG&gt;VDD_HV_A&lt;/STRONG&gt;'s current cost are&amp;nbsp;ok ,but there is some problem with &lt;STRONG&gt;VDD_HV_B&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;below is measured data:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Momiji_0-1660541360507.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/190162i6F5381BF554CDF07/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Momiji_0-1660541360507.png" alt="Momiji_0-1660541360507.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I measure the power domain respectively with high precision digital multimeter. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF00FF"&gt;obviously, the cost of current in &lt;STRONG&gt;V15&lt;/STRONG&gt; and &lt;STRONG&gt;VDD_HV_A&lt;/STRONG&gt;&amp;nbsp;are lower than run mode,but current is greater in &lt;STRONG&gt;VDD_HV_B&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I not sure whether can I paste datesheet here ,but in data sheet ,&lt;FONT color="#000000"&gt;&lt;STRONG&gt;VDD_HV_B&lt;/STRONG&gt; is not measured.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;though I sure my MCU goes into standby mode ,because when it wake it up I can read back right WKUP source infomation ,but &lt;FONT color="#FF00FF"&gt;my current cost is much lower than the value in datasheet&lt;/FONT&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I close all peripheral clock except siul2 for IO WKUP.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;below is key code before I go into standby mode:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;...
Clock_Ip_DisableSircInStandby();
...
IP_DCM_GPR-&amp;gt;DCMRWF1 &amp;amp;= ~DCM_GPR_DCMRWF1_STANDBY_IO_CONFIG_MASK;
...
IP_DCM_GPR-&amp;gt;DCMRWF5 = (uint32_t )VectorTable |0x00000001UL;          
IP_PMC-&amp;gt;CONFIG |= PMC_CONFIG_FAST_RECOVERY_ENABLE;
IP_DCM_GPR-&amp;gt;DCMRWF2 |= 
    0x00000040UL|
    DCM_GPR_DCMRWF2_PMC_TRIM_RGM_DCF__BYP_STDBY_EXT_MASK|
    DCM_GPR_DCMRWF2_FIRC_TRIM_BYP_STDBY_EXT_MASK | 
    DCM_GPR_DCMRWF2_DCM_SCAN_BYP_STDBY_EXT_MASK;&lt;/LI-CODE&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;&lt;P&gt;&lt;FONT color="#000000"&gt;questions are:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;1.when the&amp;nbsp;VDD_HV_B is used ? and why the current cost is rised in standby mode ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;2.what should I do to measure the real current cost of MCU in standby mode?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 06:23:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-standby-mode-current-measure/m-p/1506000#M17070</guid>
      <dc:creator>Momiji</dc:creator>
      <dc:date>2022-08-15T06:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 standby mode current measure</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-standby-mode-current-measure/m-p/1506668#M17119</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199293"&gt;@Momiji&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Do you use your own custom board or an NXP EVB?&lt;/P&gt;
&lt;P&gt;VDD_HV_B Standby current is specified in the datasheet, please refer to Table 14, DS rev.3.&lt;/P&gt;
&lt;P&gt;In the RM, rev4, Figure 150 (Power management system for S32K344), you can see that VDD_HV_B is the power supply of certain pads (S32K344_IOMUX.xlsx, IO Signal Table, column K).&lt;/P&gt;
&lt;P&gt;Please make sure the MCU does not drive any external load on the pads, and that the pads are not floating inputs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 08:25:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-standby-mode-current-measure/m-p/1506668#M17119</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-08-16T08:25:00Z</dc:date>
    </item>
  </channel>
</rss>

